Bug 114071
| Summary: | kudzu/system-config-network crashes when new ADSL modem and eth device is present | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Moritz Barsnick <moritz> | ||||||||||||
| Component: | kudzu | Assignee: | Bill Nottingham <notting> | ||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | high | ||||||||||||||
| Version: | 1.0 | CC: | moritz, rvokal, ssj4goko4 | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | i686 | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2006-02-21 19:00:53 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Moritz Barsnick
2004-01-22 09:18:37 UTC
Created attachment 97156 [details]
typical output of "ifconfig -a"
This is typical output of "ifconfig -a" when the eagle-usb driver is loaded.
The new interface eth1 is not activated yet though.
Created attachment 97157 [details]
typical output of "lsmod"
This is typical output of "lsmod" when the eagle-usb driver is loaded.
Created attachment 97158 [details]
typical output of "lsusb"
This is typical output of "lsusb" when the eagle-usb driver is loaded.
Created attachment 97159 [details]
typical content of /proc/bus/usb/devices
This is typical content of /proc/bus/usb/devices when the eagle-usb driver is
loaded.
system-config-network uses kudzu, which segfaults. reassigning Thanks to this pointer to kudzu (I thought it was a separate problem) and the Fedora-list archive, specifically http://www.redhat.com/archives/fedora-list/2004-January/msg04701.html , I think this bug may be a duplicate of bugzilla Bug #106332. Especially the contents of attachment 94965 [details] and attachment 94966 [details] very much resemble what I saw when stracing and gdb'ing either system-config-network or kudzu (can't remember which ;->); i.e. the functions which the backtrace lists, and the /etc/sysconfig/network-scripts/ifcfg-lo at the and of the strace! Nevertheless, I hope my info (especially tracing it down to a certain device/interface) helps track this down. Has attachment 96307 [details] been integrated into kudzu yet? Thanks Indeed, the patch in attachment 96307 [details] does the job for me. I rebuilt the kudzu RPM with an updated patch applied, and kudzu no longer segfaults when the new device is present. system-config-network also starts up fine now. I still can't configure the connection with scn, but that's a different, separate bug report. I'm attaching an updated patch which applies properly against kudzu-1.1.40 and post a reference in the report for Bug #106332. Created attachment 97205 [details] patch against kudzu-1.1.40 to fix segfault This patch is to fix the described segfault of kudzu. It is an update of the one included in attachment 96307 [details]. Thanks to Norm Brake for the latter! *** Bug 111979 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of 106332 *** *** This bug has been marked as a duplicate of 106332 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |