Bug 150188

Summary: guidance-power-manager.py crashes (SIGSEGV) with VNC
Product: [I don't know] kde Reporter: Dejan Oljaca <dejan.oljaca>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dejan Oljaca 2007-09-25 14:07:14 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages

Everytime I login via VNC, I get a crash. See backtrace:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47631786841840 (LWP 11834)]
(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]
#5  0x00002b5228726a45 in ?? () from /usr/lib/libXrandr.so.2
#6  0x00002b5228726b68 in XRRGetScreenInfo () from /usr/lib/libXrandr.so.2
#7  0x00002b522d94cb4f in ?? ()
   from /var/lib/python-support/python2.5/ixf86misc.so
#8  0x00000000004885fd in PyEval_EvalFrameEx ()
#9  0x0000000000488951 in PyEval_EvalFrameEx ()
#10 0x00000000004895da in PyEval_EvalCodeEx ()
#11 0x00000000004d3ba8 in ?? ()
#12 0x0000000000417be3 in PyObject_Call ()
#13 0x000000000041e37d in ?? ()
#14 0x0000000000417be3 in PyObject_Call ()
#15 0x000000000045a018 in ?? ()
#16 0x000000000045cf12 in ?? ()
#17 0x0000000000417be3 in PyObject_Call ()
#18 0x0000000000484360 in PyEval_EvalFrameEx ()
#19 0x00000000004895da in PyEval_EvalCodeEx ()
#20 0x00000000004d3ba8 in ?? ()
#21 0x0000000000417be3 in PyObject_Call ()
#22 0x000000000041e37d in ?? ()
#23 0x0000000000417be3 in PyObject_Call ()
#24 0x000000000045a018 in ?? ()
#25 0x000000000045cf12 in ?? ()
#26 0x0000000000417be3 in PyObject_Call ()
#27 0x0000000000484360 in PyEval_EvalFrameEx ()
#28 0x00000000004895da in PyEval_EvalCodeEx ()
#29 0x00000000004d3ba8 in ?? ()
#30 0x0000000000417be3 in PyObject_Call ()
#31 0x000000000041e37d in ?? ()
#32 0x0000000000417be3 in PyObject_Call ()
#33 0x0000000000481052 in PyEval_CallObjectWithKeywords ()
#34 0x0000000000421e06 in PyInstance_New ()
#35 0x0000000000417be3 in PyObject_Call ()
#36 0x0000000000484360 in PyEval_EvalFrameEx ()
#37 0x00000000004895da in PyEval_EvalCodeEx ()
#38 0x00000000004d3ba8 in ?? ()
#39 0x0000000000417be3 in PyObject_Call ()
#40 0x000000000041e37d in ?? ()
#41 0x0000000000417be3 in PyObject_Call ()
#42 0x000000000045a018 in ?? ()
#43 0x000000000045cf12 in ?? ()
#44 0x0000000000417be3 in PyObject_Call ()
#45 0x0000000000484360 in PyEval_EvalFrameEx ()
#46 0x00000000004895da in PyEval_EvalCodeEx ()
#47 0x00000000004d3ba8 in ?? ()
#48 0x0000000000417be3 in PyObject_Call ()
#49 0x000000000041e37d in ?? ()
#50 0x0000000000417be3 in PyObject_Call ()
#51 0x000000000045a018 in ?? ()
#52 0x000000000045cf12 in ?? ()
#53 0x0000000000417be3 in PyObject_Call ()
#54 0x0000000000484360 in PyEval_EvalFrameEx ()
#55 0x00000000004895da in PyEval_EvalCodeEx ()
#56 0x0000000000489622 in PyEval_EvalCode ()
#57 0x00000000004aad1e in PyRun_FileExFlags ()
#58 0x00000000004aafb0 in PyRun_SimpleFileExFlags ()
#59 0x00000000004146b5 in Py_Main ()
#60 0x00002b522388d8e4 in __libc_start_main () from /lib/libc.so.6
#61 0x0000000000413bf9 in _start ()

Starting up KDE with X-Server and screen on the machine itself works fine.
Comment 1 Pino Toscano 2007-10-06 14:01:52 UTC

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