Bug 1033163

Summary: iftop segfaults
Product: [openSUSE] openSUSE Tumbleweed Reporter: Martin Liška <martin.liska>
Component: NetworkAssignee: Lars Vogdt <lars.vogdt>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: ismail, jkosina, lars.vogdt, P.Suetterlin
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Martin Liška 2017-04-10 08:39:05 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
Comment 1 Peter Sütterlin 2017-04-19 11:47:59 UTC
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
Comment 2 Ismail Dönmez 2017-05-22 12:59:03 UTC
Dup of boo#1033198

*** This bug has been marked as a duplicate of bug 1033198 ***