Bugzilla – Bug 1033163
iftop segfaults
Last modified: 2017-05-22 12:59:03 UTC
After last update of Tumbleweed, iftop crashes during start-up: $ gdb iftop ... Thread 1 "iftop" received signal SIGSEGV, Segmentation fault. 0x00007ffff7439bb2 in _nc_init_acs_sp () from /lib64/libtinfo.so.6 (gdb) bt #0 0x00007ffff7439bb2 in _nc_init_acs_sp () from /lib64/libtinfo.so.6 #1 0x00007ffff766f9c0 in ?? () from /lib64/libncurses.so.6 #2 0x00007ffff766bb11 in newterm_sp () from /lib64/libncurses.so.6 #3 0x00007ffff7668206 in initscr () from /lib64/libncurses.so.6 #4 0x000000000040989a in ui_curses_init () at ui.c:439 #5 0x0000000000409938 in ui_init () at ui.c:458 #6 0x00000000004056ee in main (argc=1, argv=0x7fffffffe268) at iftop.c:839
Confirmed. Segfault goes away when the same src.rpm is recompiled on an up-to-date system. Probably related to the ncurses issues? https://bugzilla.suse.com/show_bug.cgi?id=1034810
Dup of boo#1033198 *** This bug has been marked as a duplicate of bug 1033198 ***