Bug 217818

Summary: kudzu segfaults
Product: [Fedora] Fedora Reporter: petrosyan
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: kudzu-1.2.57.6-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-30 14:57:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 217823    

Description petrosyan 2006-11-30 03:54:27 UTC
Description of problem:
kudzu segfaults

Version-Release number of selected component (if applicable):
kudzu-1.2.57.5-1

How reproducible:
Always

Steps to Reproduce:
run kudzu

Additional info:
# gdb -q /sbin/kudzu
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /sbin/kudzu 

Program received signal SIGSEGV, Segmentation fault.
0x0805205e in pciProbe (probeClass=CLASS_UNSPEC, probeFlags=1, 
    devlist=0x8064d78) at pci.c:474
474                     if (!strcmp(dev->driver, "qla4xxx") && devtype ==
PCI_CLASS_NETWORK_OTHER) {
(gdb) bt
#0  0x0805205e in pciProbe (probeClass=CLASS_UNSPEC, probeFlags=1, 
    devlist=0x8064d78) at pci.c:474
#1  0x0804ffbf in probeDevices (probeClass=CLASS_UNSPEC, probeBus=-9, 
    probeFlags=1) at kudzu.c:857
#2  0x0804cb4f in main (argc=Cannot access memory at address 0x8
) at hwconf.c:915
#3  0x0077bf2c in __libc_start_main () from /lib/libc.so.6
#4  0x08049f71 in _start ()

Comment 1 Bill Nottingham 2006-11-30 05:36:44 UTC
Duh. Will be fixed in 1.2.57.6.

Comment 2 Bill Nottingham 2006-11-30 06:01:47 UTC
... which should be in updates-testing now. Thanks for the report.

Comment 3 petrosyan 2006-11-30 14:57:02 UTC
confirming the fix