Hi!

This is the output before the segfault using strace -fFi make install

[pid 23105] [40c8e331] munmap(0x41a00000, 4096) = 0
[pid 23105] [40c84ce4] open("/etc/snmp/snmp.conf", O_RDONLY) = -1 ENOENT (No such file 
or directory)
[pid 23105] [40c84ce4] open("/etc/snmp/snmp.local.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/usr/share/snmp/snmp.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/usr/share/snmp/snmp.local.conf", O_RDONLY) = -1 ENOENT 
(No such file or directory)
[pid 23105] [40c84ce4] open("/usr/lib/snmp/snmp.conf", O_RDONLY) = -1 ENOENT (No such 
file or directory)
[pid 23105] [40c84ce4] open("/usr/lib/snmp/snmp.local.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/root/.snmp/snmp.conf", O_RDONLY) = -1 ENOENT (No such 
file or directory)
[pid 23105] [40c84ce4] open("/root/.snmp/snmp.local.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c83925] stat64("/var/lib/net-snmp/snmp.0.conf", 0xbfffe710) = -1 ENOENT 
(No such file or directory)
[pid 23105] [40c84ce4] open("/var/lib/net-snmp/snmp.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/var/lib/net-snmp/snmp.local.conf", O_RDONLY) = -1 ENOENT 
(No such file or directory)
[pid 23105] [40c84ce4] open("/etc/snmp/snmpapp.conf", O_RDONLY) = -1 ENOENT (No such 
file or directory)
[pid 23105] [40c84ce4] open("/etc/snmp/snmpapp.local.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/usr/share/snmp/snmpapp.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/usr/share/snmp/snmpapp.local.conf", O_RDONLY) = -1 
ENOENT (No such file or directory)
[pid 23105] [40c84ce4] open("/usr/lib/snmp/snmpapp.conf", O_RDONLY) = -1 ENOENT (No 
such file or directory)
[pid 23105] [40c84ce4] open("/usr/lib/snmp/snmpapp.local.conf", O_RDONLY) = -1 ENOENT 
(No such file or directory)
[pid 23105] [40c84ce4] open("/root/.snmp/snmpapp.conf", O_RDONLY) = -1 ENOENT (No such 
file or directory)
[pid 23105] [40c84ce4] open("/root/.snmp/snmpapp.local.conf", O_RDONLY) = -1 ENOENT 
(No such file or directory)
[pid 23105] [40c83925] stat64("/var/lib/net-snmp/snmpapp.0.conf", 0xbfffe710) = -1 
ENOENT (No such file or directory)
[pid 23105] [40c84ce4] open("/var/lib/net-snmp/snmpapp.conf", O_RDONLY) = -1 ENOENT 
(No such file or directory)
[pid 23105] [40c84ce4] open("/var/lib/net-snmp/snmpapp.local.conf", O_RDONLY) = -1 
ENOENT (No such file or directory)
[pid 23105] [40c4e661] gettimeofday({1041730194, 902080}, NULL) = 0
[pid 23105] [40c8aa22] brk(0x8405000)   = 0x8405000
[pid 23105] [40c4e61d] time(NULL)       = 1041730194
[pid 23105] [40c8aa22] brk(0x8406000)   = 0x8406000
[pid 23105] [40c8aa22] brk(0x8408000)   = 0x8408000
[pid 23105] [08276b6e] --- SIGSEGV (Segmentation fault) ---
[pid 18533] [400d8569] <... wait4 resumed> [WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV 
&& WCOREDUMP(s)], 0, NULL) = 23105
[pid 18533] [400d8569] --- SIGCHLD (Child exited) ---
[pid 18533] [400554b0] sigreturn()      = ? (mask now [])
[pid 18533] [400f8de4] write(2, "make[1]: ", 9make[1]: ) = 9
[pid 18533] [400f8de4] write(2, "*** [install-pear-installer] Seg"..., 61*** 
[install-pear-installer] Segmentation fault (core dumped)) = 61
[pid 18533] [400f8de4] write(2, "\n", 1

I hope someone could use this to something..


/ Magnus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to