Bug 76649 - redhat-config-network (neat) crashes upon clicking the ADD button in the DEVICES tab
Summary: redhat-config-network (neat) crashes upon clicking the ADD button in the DEVI...
Keywords:
Status: CLOSED DUPLICATE of bug 76446
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-network
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-24 16:21 UTC by Ack
Modified: 2008-05-01 15:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-11-02 19:20:21 UTC
Embargoed:


Attachments (Terms of Use)
traceback from neat (2.15 KB, text/plain)
2002-10-24 16:22 UTC, Ack
no flags Details
Traceback neat:1402 (2.14 KB, patch)
2002-11-02 19:02 UTC, Need Real Name
no flags Details | Diff

Description Ack 2002-10-24 16:21:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
Unlike similar bug posts against neat, the EDIT button does not cause a crash. 
The ADD button crashes immediately and yields the attached traceback.  Appears
to be a problem enumerating the list of options that normally appears after
clicking the ADD button.  Crash occurs with or without the presence of
/etc/wvdial.conf.

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


How reproducible:
Always

Steps to Reproduce:
1. /usr/bin/neat
2. Click the ADD button
3. Crash
	

Actual Results:  Unhandled Exception.  See traceback.

Expected Results:  Display the normal 'Add New Device Type' dialog with a list
of device types to choose from.

Additional info:

Just noticed that launching internet-druid causes what appears to be the exact
same unhandled exception:

-----------------------------------
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 118, in setup
    list.append(modInfo[i]['description'])
KeyError: description
-----------------------------------


Unhandled Exception from neat:

Traceback (innermost last):
  File "/usr/sbin/neat", line 1402, in ?
    gtk.mainloop()
  File "/usr/lib/python1.5/site-packages/gtk.py", line 2676, in mainloop
    _gtk.gtk_main()
  File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__
    ret = apply(self.func, a)
  File "/usr/sbin/neat", line 473, in on_deviceAddButton_clicked
    interface = NewInterfaceDialog()
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/NewInterfaceDialog.py",
line 82, in __init__
    iface = iface_creator (self.toplevel, do_save = None, druid = self.druid)
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetInterface.py",
line 101, in __init__
    self.hwDruid = ethernetHardware(self.toplevel)
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 64, in __init__
    self.setup()
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 118, in setup
    list.append(modInfo[i]['description'])
KeyError: description





Unhandled Exception from internet-druid:

Traceback (innermost last):
  File "/usr/sbin/internet-druid", line 1400, in ?
    window = mainDialog('druid')
  File "/usr/sbin/internet-druid", line 238, in __init__
    if modus == 'druid': self.on_deviceAddButton_clicked(None)
  File "/usr/sbin/internet-druid", line 473, in on_deviceAddButton_clicked
    interface = NewInterfaceDialog()
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/NewInterfaceDialog.py",
line 82, in __init__
    iface = iface_creator (self.toplevel, do_save = None, druid = self.druid)
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetInterface.py",
line 101, in __init__
    self.hwDruid = ethernetHardware(self.toplevel)
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 64, in __init__
    self.setup()
  File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 118, in setup
    list.append(modInfo[i]['description'])
KeyError: description

Comment 1 Ack 2002-10-24 16:22:34 UTC
Created attachment 81944 [details]
traceback from neat

Comment 2 v.chavez 2002-10-25 15:39:13 UTC
aha
I have this problem...
what should i do to correct this?


Comment 3 Michael Schwendt 2002-10-27 22:41:00 UTC
Duplicate of bug #76446. Go there for a fix.

Comment 4 Need Real Name 2002-11-02 19:02:50 UTC
Created attachment 83204 [details]
Traceback neat:1402

Comment 5 Need Real Name 2002-11-02 19:20:15 UTC
Hi all,

Today, I updated my kernel 2.4.18-17.7.x on i686 (AMD Athlon XP).
I had the same pb with 2.4.18-10 but it worked with 2.4.18-3 (intallation with CDs).
When I use KDE (kernel 2.4.18-17.7.x), I haven't got any pb to connect.



Comment 6 Harald Hoyer 2002-11-04 12:55:41 UTC
first beta of erratum is available at:
ftp://people.redhat.com/harald/redhat-config-network/1.0.1-1/

Most of the bugs reported have been removed, but as in every software change,
there could be new bugs introduced.

Please report bugs against this with explicitly stating the 1.0.1 version... Thx
and please test.

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


Note You need to log in before you can comment on or make changes to this bug.