I have tried to rebuild php from this http://help.directadmin.com/item.php?id=26 but when running php from CLI, the file seems do nothing. So this is the strace result
.......
read(9, 0x9bf1770, 8192) = -1 EAGAIN (Resource temporarily unavailable)
fcntl64(9, F_SETFL, O_RDWR) = 0
write(9, "\17\0\0\0\2chipmunk_ctest", 19) = 19
read(9, "\3\0\0\1", 4) = 4
read(9, "\0\0\0", 3) = 3
read(8, "", 8192) = 0
mremap(0xb7277000, 495616, 8192, MREMAP_MAYMOVE) = 0xb7277000
close(8) = 0
munmap(0xb72f0000, 4096) = 0
munmap(0xb7277000, 8192) = 0
time(NULL) = 1123902402
fcntl64(9, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(9, 0x9bf1770, 8192) = -1 EAGAIN (Resource temporarily unavailable)
fcntl64(9, F_SETFL, O_RDWR) = 0
write(9, "1\0\0\0\3Delete from tablename wh"..., 53) = 53
read(9, "\3\0\0\1", 4) = 4
read(9, "\0\0\0", 3) = 3
read(4, "", 8192) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Is there any idea about this Segmentation fault error?
thanks
.......
read(9, 0x9bf1770, 8192) = -1 EAGAIN (Resource temporarily unavailable)
fcntl64(9, F_SETFL, O_RDWR) = 0
write(9, "\17\0\0\0\2chipmunk_ctest", 19) = 19
read(9, "\3\0\0\1", 4) = 4
read(9, "\0\0\0", 3) = 3
read(8, "", 8192) = 0
mremap(0xb7277000, 495616, 8192, MREMAP_MAYMOVE) = 0xb7277000
close(8) = 0
munmap(0xb72f0000, 4096) = 0
munmap(0xb7277000, 8192) = 0
time(NULL) = 1123902402
fcntl64(9, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(9, 0x9bf1770, 8192) = -1 EAGAIN (Resource temporarily unavailable)
fcntl64(9, F_SETFL, O_RDWR) = 0
write(9, "1\0\0\0\3Delete from tablename wh"..., 53) = 53
read(9, "\3\0\0\1", 4) = 4
read(9, "\0\0\0", 3) = 3
read(4, "", 8192) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Is there any idea about this Segmentation fault error?
thanks