Comment 15 for bug 91545

Revision history for this message
Rich S. (rws265) wrote : Re: [Bug 91545] Re: MASTER [apport] displayconfig-restore.py crashed with SIGSEGV in XRRGetScreenInfo()

Attached file is the output from running kcmshell displayconfig at the
command prompt.

On 5/4/07, Luka Renko <email address hidden> wrote:
>
> Mantan: can you run "kcmshell displayconfig" from command line and
> attach output? Did it work before? I suspect this is different bug as it
> runs properly here.
>
> Rich S.: thanks for testing! Can you try Display module in system
> settings to see if you have same problem as Mantan with new package?
>
> --
> MASTER [apport] displayconfig-restore.py crashed with SIGSEGV in
> XRRGetScreenInfo()
> https://bugs.launchpad.net/bugs/91545
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>

rich@asus:~$ kcmshell displayconfig
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode: 147
  Minor opcode: 3
  Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode: 147
  Minor opcode: 3
  Resource id: 0x0
Failed to open device

Pythonize constructor -- pid = 6580
Python interpreter initialized!

Pythonize constructor -- pid = 6580
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_displayconfig
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1698, in create_displayconfig
    return DisplayApp(parent, name)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 441, in __init__
    self.xsetup = XSetup(self.xconfigpath)
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 387, in __init__
    self._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 392, in _finalizeInit
    gfxcard._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1103, in _finalizeInit
    screen._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1553, in _finalizeInit
    if self.x_live_screen is not None and self.x_live_screen.resolutionSupportAvailable():
  File "/var/lib/python-support/python2.5/xf86misc.py", line 54, in resolutionSupportAvailable
    return self.screenconfig is not None
AttributeError: 'XF86Screen' object has no attribute 'screenconfig'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/apport_python_hook.py", line 44, in apport_excepthook
    binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_displayconfig
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1698, in create_displayconfig
    return DisplayApp(parent, name)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 441, in __init__
    self.xsetup = XSetup(self.xconfigpath)
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 387, in __init__
    self._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 392, in _finalizeInit
    gfxcard._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1103, in _finalizeInit
    screen._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1553, in _finalizeInit
    if self.x_live_screen is not None and self.x_live_screen.resolutionSupportAvailable():
  File "/var/lib/python-support/python2.5/xf86misc.py", line 54, in resolutionSupportAvailable
    return self.screenconfig is not None
AttributeError: 'XF86Screen' object has no attribute 'screenconfig'
error: *** runFunction failure
;