Bug 5799

Summary: lspci -n segfaults
Product: Sisyphus Reporter: Andrey Rahmatullin <wrar>
Component: pciutilsAssignee: Anton Farygin <rider>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: mike, rider
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Rahmatullin 2004-12-30 08:48:28 MSK
pciutils-2.1.11-alt9

$ gdb --args lspci -n
GNU gdb 6.3-alt1 (ALT Linux)
[...]
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) r
Starting program: /usr/bin/lspci -n
(no debugging symbols found)
(no debugging symbols found)
0000:00:00.0 Class 0600: 1106:3189 (rev 80)
[...]
0000:01:00.1 Class 0380: 1002:4170

Program received signal SIGSEGV, Segmentation fault.
0x0804d9a0 in ?? ()
(gdb) bt
#0  0x0804d9a0 in ?? ()
#1  0x00000007 in ?? ()
#2  0x08050c69 in _IO_stdin_used ()
#3  0xbffff438 in ?? ()
#4  0x080526a4 in ?? ()
#5  0x00000000 in ?? ()
#6  0x08053050 in ?? ()
#7  0xbffff448 in ?? ()
#8  0x0804c7ff in ?? ()
#9  0x08053050 in ?? ()
#10 0x08053e90 in ?? ()
#11 0xbffff448 in ?? ()
#12 0x00000002 in ?? ()
#13 0xbffff68f in ?? ()
#14 0x08050c69 in _IO_stdin_used ()
#15 0xbffff468 in ?? ()
#16 0x0804c2cc in ?? ()
#17 0x08053050 in ?? ()
#18 0xbffff4c4 in ?? ()
#19 0x08052780 in ?? ()
#20 0x40130ff4 in ?? () from /lib/libc.so.6
#21 0x00000000 in ?? ()
#22 0x40012d40 in _dl_argv_internal () from /lib/ld-linux.so.2
#23 0xbffff498 in ?? ()
#24 0x4003d107 in __libc_start_main () from /lib/libc.so.6
Previous frame inner to this frame (corrupt stack?)
Comment 1 Anton Farygin 2004-12-30 10:44:46 MSK
fixed (2.1.11-alt10)