Bug 508056
| Summary: | S-c-tools cleanup: unable to run system-config-display | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roman Rakus <rrakus> |
| Component: | system-config-display | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | ajax, jreznik, mcepl, mcepl, robatino, sergei.litvinenko, the.hw.group, tsmetana |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-04 10:00:34 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: | 493620 | ||
system-config-display crash on start
[root@rawhide log]# system-config-display
Traceback (most recent call last):
File "/usr/share/system-config-display/xconf.py", line 28, in <module>
import xf86config
File "/usr/lib/python2.6/site-packages/xf86config.py", line 1, in <module>
import ixf86config
ImportError: /usr/lib/libxf86config.so.0: undefined symbol: ErrorF
Add info:
system-config-display-1.1.3-3.fc12.noarch
libxf86config-1.6.99-28.20090804.fc12.i686
Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages (at least F12Beta, but even better if the very latest versions). Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] Bug still exists in F12 (AKA RC4). This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping I'm unable to reproduce this bug. But Andre confirm (other) bug is present. Is it really still presented? If you read recent posts to fedora-list, a number of people there are experiencing this (the "IndexError: index out-of-bounds" error you reported in your original post). That's also the one I'm experiencing. We are experiencing this as well:
# system-config-display
Traceback (most recent call last):
File "/usr/share/system-config-display/xconf.py", line 378, in <module>
dialog = xConfigDialog.XConfigDialog(hardware_state, xconfig, videocard.VideoCardInfo())
File "/usr/share/system-config-display/xConfigDialog.py", line 640, in __init__
if len(self.xconfig.layout[0].adjacencies) > 1:
IndexError: index out-of-bounds
*** This bug has been marked as a duplicate of bug 505972 *** |
Description of problem: There is an unhandled exception How reproducible: Steps to Reproduce: 1. Just try to run system-config-display 2. 3. Actual results: [rrakus@localhost ~]$ system-config-display Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 376, in <module> dialog = xConfigDialog.XConfigDialog(hardware_state, xconfig, rhpxl.videocard.VideoCardInfo()) File "/usr/share/system-config-display/xConfigDialog.py", line 641, in __init__ if len(self.xconfig.layout[0].adjacencies) > 1: IndexError: index out-of-bounds Expected results: running apllication Additional info: This bug report is part of "System Configuration Tools Cleanup Project". Don't hesitate to ask project maintainers for any kind of help.