
https://bugzilla.novell.com/show_bug.cgi?id=700229 https://bugzilla.novell.com/show_bug.cgi?id=700229#c5 --- Comment #5 from Michael Monnerie <novell-web@zmi.at> 2011-06-17 07:35:41 UTC --- Thanks for explaining, I don't know gdb and it's good you explained me what to do. -------------------------- Starting program: /usr/bin/telnet -b eth1 10.10.10.10 Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2 Try: zypper install -C "debuginfo(build-id)=b1d398a5cb1609e7ac1c51a26588e87fc20f753c" Missing separate debuginfo for /lib64/libncurses.so.5 Try: zypper install -C "debuginfo(build-id)=814f4903ea29639ec9b902309ec5ae0fb263027b" Missing separate debuginfo for /lib64/libc.so.6 Try: zypper install -C "debuginfo(build-id)=1493bf69b1d671cbad9be1d1b0284fbd9138444b" Missing separate debuginfo for /lib64/libdl.so.2 Try: zypper install -C "debuginfo(build-id)=9a8d0811525ec7a152dca9e109292adca81857c1" Missing separate debuginfo for /lib64/libnss_files.so.2 Try: zypper install -C "debuginfo(build-id)=417c951282f765765ad8019cd9d3c52a7cf9c331" Trying 10.10.10.10... telnet: eth1: Name or service not known: Success Program received signal SIGSEGV, Segmentation fault. 0x00007ffff78c5a63 in freeaddrinfo () from /lib64/libc.so.6 -------------------------- bt #0 0x00007ffff78c5a63 in freeaddrinfo () from /lib64/libc.so.6 #1 0x00007ffff7ff4fca in tn (argc=<value optimized out>, argv=<value optimized out>) at commands.c:2455 #2 0x00007ffff7fee2d4 in main (argc=<value optimized out>, argv=0x7fffffffe420) at main.c:254 -------------------------- Then I installed debuginfo for glibc and libncurses5, to get this: -------------------------- (gdb) run -b eth1 10.10.10.10 Starting program: /usr/bin/telnet -b eth1 10.10.10.10 Trying 10.10.10.10... telnet: eth1: Name or service not known: Success Program received signal SIGSEGV, Segmentation fault. freeaddrinfo (ai=0xffb33faf8fc2191) at ../sysdeps/posix/getaddrinfo.c:2380 2380 ../sysdeps/posix/getaddrinfo.c: No such file or directory. in ../sysdeps/posix/getaddrinfo.c -------------------------- (gdb) bt #0 freeaddrinfo (ai=0xffb33faf8fc2191) at ../sysdeps/posix/getaddrinfo.c:2380 #1 0x00007ffff7ff4fca in tn (argc=<value optimized out>, argv=<value optimized out>) at commands.c:2455 #2 0x00007ffff7fee2d4 in main (argc=<value optimized out>, argv=0x7fffffffe420) at main.c:254 -------------------------- What else? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.