|
I try to compile the current setiathome client on NetBSD/alpha: NetBSD 5.0 (GENERIC-$Revision: 1.325 $)
While running the client, Segmentation fault (core dumped) occurs...
bash-3.2# ktruss ./seti_boinc
11572 1 ktruss emul(netbsd)
11572 1 ktruss fcntl(0x4, 0x3, 0) = 1
11572 1 ktruss fcntl(0x4, 0x4, 0x1) = 0
11572 1 seti_boinc emul(netbsd)
11572 1 seti_boinc execve("./seti_boinc", 0x1ffffd828, 0x1ffffd838) JUSTRETURN
11572 1 seti_boinc __sysctl(0x1ffffd2fc, 0x2, 0x12022ee30, 0x1ffffd308, 0, 0) = 0
11572 1 seti_boinc __sysctl(0x1ffffd218, 0x2, 0x12022eefc, 0x1ffffd220, 0, 0) = 0
11572 1 seti_boinc readlink("/etc/malloc.conf", 0x1ffffd328, 0x400) = 1
11572 1 seti_boinc mmap(0, 0x2000, 0x3, 0x1002, 0xffffffffffffffff, 0, 0) = 0x160220000
11572 1 seti_boinc SIGSEGV SIG_DFL
i cannot read this. At least i think the problem has something to do with memory...
(PS: i have a ln -s 'A' /etc/malloc.conf as written in the man page of malloc)
____________
|