Aurelien Jarno a écrit : > Program received signal SIGSEGV, Segmentation fault. > 0x77c20e60 in getmntent_r () from /lib/tls/libc.so.6 > (gdb) > (gdb) bt > #0 0x77c20e60 in getmntent_r () from /lib/tls/libc.so.6 > #1 0x77c20738 in getmntent () from /lib/tls/libc.so.6 > #2 0x77e9f196 in init_disk () from /usr/lib/libnetsnmpmibs.so.9 > #3 0x77d9849a in run_config_handler () from /usr/lib/libnetsnmp.so.9 > #4 0x77d98748 in read_config () from /usr/lib/libnetsnmp.so.9 > #5 0x77d9a50c in read_config_files () from /usr/lib/libnetsnmp.so.9 > #6 0x77d9ab4c in read_configs () from /usr/lib/libnetsnmp.so.9 > #7 0x77d805d2 in init_snmp () from /usr/lib/libnetsnmp.so.9 > #8 0x00403898 in SnmpdReconfig () > #9 0x77b6d0c2 in __libc_start_main () from /lib/tls/libc.so.6 > #10 0x004025d0 in ?? () >
using the libc6-dbg package, I have seen that the getmntent() function is called with a NULL pointer. This may be due to the fact that on s390 there is in the build log: checking for mount table location... unknown whereas on architecture there is: checking for mount table location... /etc/mtab -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' [EMAIL PROTECTED] | [EMAIL PROTECTED] `- people.debian.org/~aurel32 | www.aurel32.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]