Re: [Bug 91545] Re: MASTER [apport] displayconfig-restore.py crashed with SIGSEGV in XRRGetScreenInfo()

2007-05-04 Thread Rich S.
Display module will not open from system settings or from kcmshell
displayconfig  on the command line.

Rich


On 5/4/07, Luka Renko [EMAIL PROTECTED] 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.


-- 
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 member of Kubuntu
Team, which is a bug assignee.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 91545] Re: MASTER [apport] displayconfig-restore.py crashed with SIGSEGV in XRRGetScreenInfo()

2007-05-04 Thread Rich S.
Attached file is the output from running kcmshell displayconfig at the
command prompt.



On 5/4/07, Luka Renko [EMAIL PROTECTED] 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.



 

[EMAIL PROTECTED]:~$ 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
;

-- 
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 member of Kubuntu
Team, which is a bug assignee.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 91545] Re: MASTER [apport] displayconfig-restore.py crashed with SIGSEGV in XRRGetScreenInfo()

2007-05-03 Thread Rich S.
All is good on my 2 machines. Thanks for your efforts.


On 5/3/07, Luka Renko [EMAIL PROTECTED] wrote:

 I have prepared test packages (i386 only) with above fix from KDE SVN.
 You can install and test them:


 http://muse.19inch.net/~lure/feisty/kde-guidance_0.8.0-0ubuntu6~lure1_i386.deb

 http://muse.19inch.net/~lure/feisty/kde-guidance-powermanager_0.8.0-0ubuntu6~lure1_i386.deb

 Please report back if it fixes or not your problem. If we get good
 feedback, this fix will be considered for
 https://wiki.ubuntu.com/StableReleaseUpdates

 --
 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.


-- 
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 member of Kubuntu
Team, which is a bug assignee.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89663] Re: [apport] displayconfig-restore.py crashed with SIGSEGV

2007-04-20 Thread Rich S.
*** This bug is a duplicate of bug 91545 ***
https://bugs.launchpad.net/bugs/91545

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1210190144 (LWP 6601)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb68db454 in ?? () from /usr/lib/libXrandr.so.2
#7  0x0001fcb9 in ?? ()
#8  0x08598348 in ?? ()
#9  0x0048 in ?? ()
#10 0xb6bb2b2c in ?? () from /usr/lib/libX11.so.6
#11 0x in ?? ()

-- 
[apport] displayconfig-restore.py crashed with SIGSEGV
https://bugs.launchpad.net/bugs/89663
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 95963] [apport] displayconfig-restore.py crashed with SIGSEGV

2007-03-25 Thread Rich S.
Public bug reported:

Binary package hint: kde-guidance

Problem occurs when shutting down or restarting system. I have to cold
boot the machine to restart.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Sun Mar 25 11:36:45 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/share/python-support/kde-guidance/displayconfig-restore.py
InterpreterPath: /usr/bin/python2.5
Package: kde-guidance 0.7.1~svn20070205-0ubuntu1
PackageArchitecture: i386
ProcCmdline: /usr/bin/python /usr/bin/displayconfig-restore
ProcCwd: /home/rich
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: kde-guidance
StacktraceTop:
 ?? () from /usr/lib/libXrandr.so.2
 ?? ()
 ?? ()
 ?? ()
 ?? () from /usr/lib/libX11.so.6
Uname: Linux Kubuntu 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] displayconfig-restore.py crashed with SIGSEGV
https://launchpad.net/bugs/95963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 95963] Re: [apport] displayconfig-restore.py crashed with SIGSEGV

2007-03-25 Thread Rich S.

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6933111/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6933112/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6933113/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6933114/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6933115/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6933116/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6933117/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6933118/ThreadStacktrace.txt

-- 
[apport] displayconfig-restore.py crashed with SIGSEGV
https://launchpad.net/bugs/95963

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs