Bug 123728 (TB0f8c06ef)
| Summary: | TokenRingInterface.py:74:init_gui:RuntimeError: could not create GladeXML object | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eddahbi Karim <thetemplar> | ||||
| Component: | system-config-network | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 2 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-07-02 04:43:29 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
Eddahbi Karim
2004-05-20 11:48:26 UTC
Created attachment 100375 [details]
Backtrace generated by system-config-network
If I select "Debug" and I type :
(Pdb) bt full
I got that :
/usr/sbin/internet-druid(277)?()
-> main()
/usr/sbin/internet-druid(156)main()
-> gtk.mainloop()
/usr/src/build/377922-noarch/install/usr/share/system-config-network/netconfpkg/gui/NewInterfaceDialog.py(123)on_start_page_next()
/usr/src/build/377922-noarch/install/usr/share/system-config-network/netconfpkg/gui/TokenRingInterface.py(122)get_druids()
>
/usr/src/build/377922-noarch/install/usr/share/system-config-network/netconfpkg/gui/TokenRingInterface.py(74)init_gui()
Plus, when the application crashes, I got that on the terminal :
(system-config-network:6974): XML-CRITICAL **: Start tag expected, '<' not
found
(system-config-network:6974): libglade-WARNING **: did not finish in
PARSER_FINISH
Parsing problems ?
I'll try to 'strace' this.
The .py called by internet-druid is located there : /usr/share/system-config-network/netconfpkg/gui/TokenRingInterface.py but internet-druid try to search everywhere but not there... Strange... The kernel 2.6.6-1.374 didn't solve the problem so I don't think it's related to the kernel at all. Duplicated here seems like the glade file is corrupted Fixed in system-config-network 1.3.17. Thanks |