Bug 292160 - synaptiks crashes
Summary: synaptiks crashes
Status: RESOLVED DUPLICATE of bug 283173
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 05:31 UTC by terencejgolightly
Modified: 2012-01-22 05:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description terencejgolightly 2012-01-22 05:31:03 UTC
Application: python2 (0.7.0)
KDE Platform Version: 4.7.3 (4.7.3)
Qt Version: 4.7.4
Operating System: Linux 3.0.0-14-generic i686
Distribution: Ubuntu 11.10

-- Information about the crash:
I closed the lid on my laptop and moved it and then opened the lid

-- Backtrace:
Application: synaptiks (python2.7), signal: Segmentation fault
[Current thread is 1 (Thread 0xb78e26c0 (LWP 8827))]

Thread 3 (Thread 0xb6b01b70 (LWP 8828)):
#0  0x00f8e416 in __kernel_vsyscall ()
#1  0x001fd40e in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0x00601000 in ?? () from /usr/lib/i386-linux-gnu/libxcb.so.1
#3  0x00602930 in xcb_wait_for_reply () from /usr/lib/i386-linux-gnu/libxcb.so.1
#4  0x052a3782 in _XReply () from /usr/lib/i386-linux-gnu/libX11.so.6
#5  0x004f8547 in XRecordEnableContext () from /usr/lib/libXtst.so.6
#6  0x00e791ca in ffi_call_SYSV () from /usr/lib/python2.7/lib-dynload/_ctypes.so
#7  0x00e78eff in ffi_call () from /usr/lib/python2.7/lib-dynload/_ctypes.so
#8  0x00e71312 in _call_function_pointer (argcount=4, resmem=0xb6b00ab0, restype=0x0, atypes=0xb6201260, avalues=0xb6b00a90, pProc=0x4f84b0 <XRecordEnableContext>, flags=4353) at /build/buildd/python2.7-2.7.2/Modules/_ctypes/callproc.c:827
#9  _ctypes_callproc (pProc=0x4f84b0 <XRecordEnableContext>, argtuple=(<Display(_as_parameter_=<LP_Display at remote 0x9358584>, _atom_cache={'FLOAT': <Atom(_as_parameter_=156L, display=<...>) at remote 0x937d3ac>}, types=<StandardTypes(integer=<Atom(_as_parameter_=19, display=<...>) at remote 0x937af0c>, float=<...>, display=<...>, atom=<Atom(_as_parameter_=4, display=<...>) at remote 0x937d3cc>) at remote 0x937aeec>) at remote 0x937aecc>, 88080385L, <CFunctionType at remote 0x8faaabc>, None), flags=4353, argtypes=(<built-in method from_param of _ctypes.PyCPointerType object at remote 0x91e2a04>, <built-in method from_param of _ctypes.PyCSimpleType object at remote 0x91c819c>, <built-in method from_param of _ctypes.PyCFuncPtrType object at remote 0x8ef5474>, <built-in method from_param of _ctypes.PyCSimpleType object at remote 0x91cbcb4>), restype=<_ctypes.PyCSimpleType at remote 0x91c798c>, checker=0x0) at /build/buildd/python2.7-2.7.2/Modules/_ctypes/callproc.c:1174
#10 0x00e6888d in PyCFuncPtr_call (self=0x921043c, inargs=(<Display(_as_parameter_=<LP_Display at remote 0x9358584>, _atom_cache={'FLOAT': <Atom(_as_parameter_=156L, display=<...>) at remote 0x937d3ac>}, types=<StandardTypes(integer=<Atom(_as_parameter_=19, display=<...>) at remote 0x937af0c>, float=<...>, display=<...>, atom=<Atom(_as_parameter_=4, display=<...>) at remote 0x937d3cc>) at remote 0x937aeec>) at remote 0x937aecc>, 88080385L, <CFunctionType at remote 0x8faaabc>, None), kwds=0x0) at /build/buildd/python2.7-2.7.2/Modules/_ctypes/_ctypes.c:3911
#11 0x0805dc31 in PyObject_Call (func=<_FuncPtr(__name__='XRecordEnableContext') at remote 0x921043c>, arg=(<Display(_as_parameter_=<LP_Display at remote 0x9358584>, _atom_cache={'FLOAT': <Atom(_as_parameter_=156L, display=<...>) at remote 0x937d3ac>}, types=<StandardTypes(integer=<Atom(_as_parameter_=19, display=<...>) at remote 0x937af0c>, float=<...>, display=<...>, atom=<Atom(_as_parameter_=4, display=<...>) at remote 0x937d3cc>) at remote 0x937aeec>) at remote 0x937aecc>, 88080385L, <CFunctionType at remote 0x8faaabc>, None), kw=0x0) at ../Objects/abstract.c:2529
#12 0x080f81c1 in do_call (nk=<optimized out>, na=4, pp_stack=0xb6b00d14, func=<_FuncPtr(__name__='XRecordEnableContext') at remote 0x921043c>) at ../Python/ceval.c:4239
#13 call_function (oparg=4, pp_stack=0xb6b00d14) at ../Python/ceval.c:4044
#14 PyEval_EvalFrameEx (f=Frame 0x94ee7c4, for file /usr/lib/python2.7/dist-packages/synaptiks/_bindings/xrecord.py, line 257, in enable_context (display=<Display(_as_parameter_=<LP_Display at remote 0x9358584>, _atom_cache={'FLOAT': <Atom(_as_parameter_=156L, display=<...>) at remote 0x937d3ac>}, types=<StandardTypes(integer=<Atom(_as_parameter_=19, display=<...>) at remote 0x937af0c>, float=<...>, display=<...>, atom=<Atom(_as_parameter_=4, display=<...>) at remote 0x937d3cc>) at remote 0x937aeec>) at remote 0x937aecc>, context=88080385L, callback=<instancemethod at remote 0x91a40a4>, closure_p=None), throwflag=0) at ../Python/ceval.c:2666
#15 0x080fd804 in PyEval_EvalCodeEx (co=0x9215c80, globals={'CURRENT_CLIENTS': 1, 'FUTURE_CLIENTS': 2, 'SIGNATURES': {'XRecordCreateContext': ([<_ctypes.PyCPointerType at remote 0x91e2a04>, <_ctypes.PyCSimpleType at remote 0x91c798c>, <_ctypes.PyCPointerType at remote 0x91e2654>, <_ctypes.PyCSimpleType at remote 0x91c798c>, <_ctypes.PyCPointerType at remote 0x8ef58bc>, <_ctypes.PyCSimpleType at remote 0x91c798c>], <_ctypes.PyCSimpleType at remote 0x91c819c>), 'XRecordDisableContext': ([<_ctypes.PyCPointerType at remote 0x91e2a04>, <_ctypes.PyCSimpleType at remote 0x91c819c>], <_ctypes.PyCSimpleType at remote 0x91c798c>), 'XRecordQueryVersion': ([<_ctypes.PyCPointerType at remote 0x91e2a04>, <_ctypes.PyCPointerType at remote 0x923fc74>, <_ctypes.PyCPointerType at remote 0x923fc74>], <_ctypes.PyCSimpleType at remote 0x91c798c>), 'XRecordFreeData': ([<_ctypes.PyCPointerType at remote 0x8ef1fcc>], None), 'XRecordAllocRange': ([], <_ctypes.PyCPointerType at remote 0x8ef1aac>, None), 'XRecordFreeContext': ([<_ctypes.PyCPointerType at remote 0x91e2a04>, <_ctypes.PyCSimpleTy...(truncated), locals=0x0, args=0xb6201448, argcount=4, kws=0xb6201458, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#16 0x080f7cdf in fast_function (nk=<optimized out>, na=4, n=<optimized out>, pp_stack=0xb6b00e64, func=<function at remote 0x9218a3c>) at ../Python/ceval.c:4117
#17 call_function (oparg=4, pp_stack=0xb6b00e64) at ../Python/ceval.c:4042
#18 PyEval_EvalFrameEx (f=Frame 0xb62012f4, for file /usr/lib/python2.7/dist-packages/synaptiks/monitors/keyboard.py, line 208, in run (self=<EventRecorder(_started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x9378640>, acquire=<built-in method acquire of thread.lock object at remote 0x9378640>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x9378640>) at remote 0x937a18c>) at remote 0x937a16c>, _callback=<instancemethod at remote 0x91a40a4>, _context=88080385L, _event_signal_map={2: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376200>, 3: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376308>}) at remote 0x93580bc>, recording_display=<Display(_as_parameter_=<LP_Display at remote 0x9358584>, _atom_cache={'FLOAT': <Atom(_as_parameter_=156L, display=<...>) at remote 0x937d3ac>}, types=<StandardTypes(integer=<Atom(_as_parameter_=19, display=<...>) at remote 0x937af0c>, float=<...>, display=<...>, atom=<A...(truncated), throwflag=0) at ../Python/ceval.c:2666
#19 0x080fd804 in PyEval_EvalCodeEx (co=0x91fbf50, globals={'print_function': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 6, 0, 'alpha', 2), compiler_flag=65536) at remote 0xb7612d8c>, 'unicode_literals': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 6, 0, 'alpha', 2), compiler_flag=131072) at remote 0xb7612e4c>, 'xlib': <module at remote 0x917c32c>, 'izip': <type at remote 0x8299d00>, 'QTime': <PyQt4.QtCore.pyqtWrapperType at remote 0x8ff8844>, 'absolute_import': <_Feature(mandatory=(2, 7, 0, 'alpha', 0), optional=(2, 5, 0, 'alpha', 1), compiler_flag=16384) at remote 0xb7612ccc>, 'RecordingKeyboardMonitor': <PyQt4.QtCore.pyqtWrapperType at remote 0x8f05f9c>, 'array': <type at remote 0x8291760>, 'QObject': <PyQt4.QtCore.pyqtWrapperType at remote 0x8f8f6ec>, 'PollingKeyboardMonitor': <PyQt4.QtCore.pyqtWrapperType at remote 0x8f06344>, '__all__': [u'create_keyboard_monitor', u'AbstractKeyboardMonitor', u'PollingKeyboardMonitor', u'RecordingKeyboardMonitor'], 'pyqtSignal': <type at remote 0x8633dc0>, '__package__': None, 'QThread': <PyQt4.QtCore.py...(truncated), locals=0x0, args=0x90e8678, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#20 0x0808c512 in function_call (func=<function at remote 0x9218bfc>, arg=(<EventRecorder(_started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x9378640>, acquire=<built-in method acquire of thread.lock object at remote 0x9378640>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x9378640>) at remote 0x937a18c>) at remote 0x937a16c>, _callback=<instancemethod at remote 0x91a40a4>, _context=88080385L, _event_signal_map={2: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376200>, 3: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376308>}) at remote 0x93580bc>,), kw=0x0) at ../Objects/funcobject.c:526
#21 0x0805dc31 in PyObject_Call (func=<function at remote 0x9218bfc>, arg=(<EventRecorder(_started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x9378640>, acquire=<built-in method acquire of thread.lock object at remote 0x9378640>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x9378640>) at remote 0x937a18c>) at remote 0x937a16c>, _callback=<instancemethod at remote 0x91a40a4>, _context=88080385L, _event_signal_map={2: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376200>, 3: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376308>}) at remote 0x93580bc>,), kw=0x0) at ../Objects/abstract.c:2529
#22 0x080738bd in instancemethod_call (func=<function at remote 0x9218bfc>, arg=(<EventRecorder(_started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x9378640>, acquire=<built-in method acquire of thread.lock object at remote 0x9378640>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x9378640>) at remote 0x937a18c>) at remote 0x937a16c>, _callback=<instancemethod at remote 0x91a40a4>, _context=88080385L, _event_signal_map={2: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376200>, 3: <PyQt4.QtCore.pyqtBoundSignal at remote 0x9376308>}) at remote 0x93580bc>,), kw=0x0) at ../Objects/classobject.c:2578
#23 0x0805dc31 in PyObject_Call (func=<instancemethod at remote 0x9196f7c>, arg=(), kw=0x0) at ../Objects/abstract.c:2529
#24 0x080f704e in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x9196f7c>, arg=(), kw=0x0) at ../Python/ceval.c:3890
#25 0x003b00c8 in sip_api_call_method (isErr=0x0, method=<instancemethod at remote 0x9196f7c>, fmt=0x855e284 "") at /build/buildd/sip4-4.12.4/siplib/siplib.c:1742
#26 0x08461edf in sipVH_QtCore_11 (sipGILState=PyGILState_UNLOCKED, sipMethod=<instancemethod at remote 0x9196f7c>) at sipQtCorepart0.cpp:4381
#27 0x084945b8 in sipQThread::run (this=0x94e74d0) at sipQtCorepart2.cpp:2877
#28 0x06c177b3 in QThreadPrivate::start (arg=0x94e74d0) at thread/qthread_unix.cpp:331
#29 0x00432d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#30 0x0020c0ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 2 (Thread 0xb52a3b70 (LWP 9846)):
#0  0x002d3d10 in clock_gettime () from /lib/i386-linux-gnu/librt.so.1
#1  0x06c6e7d5 in do_gettime (frac=0xb52a3070, sec=0xb52a3068) at tools/qelapsedtimer_unix.cpp:123
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#3  0x06d414b6 in QTimerInfoList::updateCurrentTime (this=0xb620d134) at kernel/qeventdispatcher_unix.cpp:339
#4  0x06d4180a in QTimerInfoList::timerWait (this=0xb620d134, tm=...) at kernel/qeventdispatcher_unix.cpp:442
#5  0x06d40053 in timerSourcePrepareHelper (src=<optimized out>, timeout=0xb52a317c) at kernel/qeventdispatcher_glib.cpp:136
#6  0x06d400ed in timerSourcePrepare (source=0xb620d100, timeout=<optimized out>) at kernel/qeventdispatcher_glib.cpp:169
#7  0x065e088c in g_main_context_prepare () from /lib/i386-linux-gnu/libglib-2.0.so.0
#8  0x065e1637 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#9  0x065e1c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#10 0x06d40b37 in QEventDispatcherGlib::processEvents (this=0x9463000, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#11 0x06d111dd in QEventLoop::processEvents (this=0xb52a3300, flags=...) at kernel/qeventloop.cpp:149
#12 0x06d11421 in QEventLoop::exec (this=0xb52a3300, flags=...) at kernel/qeventloop.cpp:201
#13 0x06c1490b in QThread::exec (this=0x94436c8) at thread/qthread.cpp:498
#14 0x06cf1e2d in QInotifyFileSystemWatcherEngine::run (this=0x94436c8) at io/qfilesystemwatcher_inotify.cpp:248
#15 0x06c177b3 in QThreadPrivate::start (arg=0x94436c8) at thread/qthread_unix.cpp:331
#16 0x00432d31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#17 0x0020c0ce in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 1 (Thread 0xb78e26c0 (LWP 8827)):
[KCrash Handler]
#7  0x08541434 in pyqtBoundSignal_emit () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
#8  0x080fade1 in ext_do_call (nk=0, na=149672016, flags=<optimized out>, pp_stack=0xbfa5f0a4, func=<built-in method emit of PyQt4.QtCore.pyqtBoundSignal object at remote 0x9801500>) at ../Python/ceval.c:4331
#9  PyEval_EvalFrameEx (f=Frame 0x95c6ee4, for file /usr/lib/python2.7/dist-packages/dbus/connection.py, line 214, in maybe_handle_message (self=<SignalMatch at remote 0x9304f8c>, message=<dbus.lowlevel.SignalMessage at remote 0x969f260>, args=[], kwargs={}), throwflag=0) at ../Python/ceval.c:2705
#10 0x080f7e20 in fast_function (nk=<optimized out>, na=149672016, n=<optimized out>, pp_stack=0xbfa5f174, func=<function at remote 0x92fad84>) at ../Python/ceval.c:4107
#11 call_function (oparg=1, pp_stack=0xbfa5f174) at ../Python/ceval.c:4042
#12 PyEval_EvalFrameEx (f=Frame 0x94eeb5c, for file /usr/lib/python2.7/dist-packages/dbus/connection.py, line 520, in _signal_func (self=<SystemBus(_bus_type=1, _signals_lock=<thread.lock at remote 0x9378560>, _Connection__call_on_disconnection=[], _dbus_Connection_initialized=1, _bus_names=<WeakValueDictionary(_remove=<function at remote 0x936e224>, data={}) at remote 0x9377f0c>, _signal_sender_matches={<SignalMatch at remote 0x9304f8c>: <NameOwnerWatch at remote 0x9802a4c>, <SignalMatch at remote 0xb75f308c>: <NameOwnerWatch at remote 0x9377f2c>, <SignalMatch at remote 0x96c30ec>: <NameOwnerWatch at remote 0x96b16cc>}, _signal_recipients_by_object_path={'/org/freedesktop/DBus': {'org.freedesktop.DBus': {'NameOwnerChanged': [<SignalMatch at remote 0x9304ecc>, <SignalMatch at remote 0x96c326c>, <SignalMatch at remote 0x96c344c>]}}, u'/org/freedesktop/UPower': {u'org.freedesktop.UPower': {u'Resuming': [<...>, <...>, <...>]}}}) at remote 0x937256c>, message=<dbus.lowlevel.SignalMessage at remote 0x969f260>, dbus_interface='org.freedeskt...(truncated), throwflag=0) at ../Python/ceval.c:2666
#13 0x080fd804 in PyEval_EvalCodeEx (co=0x92f1338, globals={'_Connection': <type at remote 0xe9b220>, 'SignalMatch': <type at remote 0x92e817c>, 'MethodReturnMessage': <type at remote 0xea21a0>, 'SignalMessage': <type at remote 0xea2360>, '__docformat__': 'reStructuredText', 'Connection': <type at remote 0x92e73a4>, 'validate_error_name': <built-in function validate_error_name>, 'validate_member_name': <built-in function validate_member_name>, 'LOCAL_IFACE': 'org.freedesktop.DBus.Local', 'DBusException': <type at remote 0x92c2bd4>, '__all__': ('Connection', 'SignalMatch'), '__package__': 'dbus', '_logger': <Logger(name='dbus.connection', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x92ed84c>, handlers=[], level=0, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'dbus.proxies': <Logger(name='dbus.proxies', parent=<...>, handlers=[], level=0, disabled=0, manager=<...>, propagate=1, filters=[]) at remote 0x92f2f8c>, 'dbus.bus': <Logger(name='dbus.bus', paren...(truncated), locals=0x0, args=0x952bdf8, argcount=2, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#14 0x0808c512 in function_call (func=<function at remote 0x92faf7c>, arg=(<SystemBus(_bus_type=1, _signals_lock=<thread.lock at remote 0x9378560>, _Connection__call_on_disconnection=[], _dbus_Connection_initialized=1, _bus_names=<WeakValueDictionary(_remove=<function at remote 0x936e224>, data={}) at remote 0x9377f0c>, _signal_sender_matches={<SignalMatch at remote 0x9304f8c>: <NameOwnerWatch at remote 0x9802a4c>, <SignalMatch at remote 0xb75f308c>: <NameOwnerWatch at remote 0x9377f2c>, <SignalMatch at remote 0x96c30ec>: <NameOwnerWatch at remote 0x96b16cc>}, _signal_recipients_by_object_path={'/org/freedesktop/DBus': {'org.freedesktop.DBus': {'NameOwnerChanged': [<SignalMatch at remote 0x9304ecc>, <SignalMatch at remote 0x96c326c>, <SignalMatch at remote 0x96c344c>]}}, u'/org/freedesktop/UPower': {u'org.freedesktop.UPower': {u'Resuming': [<...>, <...>, <...>]}}}) at remote 0x937256c>, <dbus.lowlevel.SignalMessage at remote 0x969f260>), kw=0x0) at ../Objects/funcobject.c:526
#15 0x0805dc31 in PyObject_Call (func=<function at remote 0x92faf7c>, arg=(<SystemBus(_bus_type=1, _signals_lock=<thread.lock at remote 0x9378560>, _Connection__call_on_disconnection=[], _dbus_Connection_initialized=1, _bus_names=<WeakValueDictionary(_remove=<function at remote 0x936e224>, data={}) at remote 0x9377f0c>, _signal_sender_matches={<SignalMatch at remote 0x9304f8c>: <NameOwnerWatch at remote 0x9802a4c>, <SignalMatch at remote 0xb75f308c>: <NameOwnerWatch at remote 0x9377f2c>, <SignalMatch at remote 0x96c30ec>: <NameOwnerWatch at remote 0x96b16cc>}, _signal_recipients_by_object_path={'/org/freedesktop/DBus': {'org.freedesktop.DBus': {'NameOwnerChanged': [<SignalMatch at remote 0x9304ecc>, <SignalMatch at remote 0x96c326c>, <SignalMatch at remote 0x96c344c>]}}, u'/org/freedesktop/UPower': {u'org.freedesktop.UPower': {u'Resuming': [<...>, <...>, <...>]}}}) at remote 0x937256c>, <dbus.lowlevel.SignalMessage at remote 0x969f260>), kw=0x0) at ../Objects/abstract.c:2529
#16 0x080738bd in instancemethod_call (func=<function at remote 0x92faf7c>, arg=(<SystemBus(_bus_type=1, _signals_lock=<thread.lock at remote 0x9378560>, _Connection__call_on_disconnection=[], _dbus_Connection_initialized=1, _bus_names=<WeakValueDictionary(_remove=<function at remote 0x936e224>, data={}) at remote 0x9377f0c>, _signal_sender_matches={<SignalMatch at remote 0x9304f8c>: <NameOwnerWatch at remote 0x9802a4c>, <SignalMatch at remote 0xb75f308c>: <NameOwnerWatch at remote 0x9377f2c>, <SignalMatch at remote 0x96c30ec>: <NameOwnerWatch at remote 0x96b16cc>}, _signal_recipients_by_object_path={'/org/freedesktop/DBus': {'org.freedesktop.DBus': {'NameOwnerChanged': [<SignalMatch at remote 0x9304ecc>, <SignalMatch at remote 0x96c326c>, <SignalMatch at remote 0x96c344c>]}}, u'/org/freedesktop/UPower': {u'org.freedesktop.UPower': {u'Resuming': [<...>, <...>, <...>]}}}) at remote 0x937256c>, <dbus.lowlevel.SignalMessage at remote 0x969f260>), kw=0x0) at ../Objects/classobject.c:2578
#17 0x08066fae in PyObject_Call (func=<instancemethod at remote 0x9196f04>, arg=<optimized out>, kw=0x0) at ../Objects/abstract.c:2529
#18 0x0806a06a in PyObject_CallFunctionObjArgs (callable=<instancemethod at remote 0x9196f04>) at ../Objects/abstract.c:2760
#19 0x00e885be in DBusPyConnection_HandleMessage (conn=0x937256c, msg=<dbus.lowlevel.SignalMessage at remote 0x969f260>, callable=<instancemethod at remote 0x9196f04>) at ../../_dbus_bindings/conn.c:79
#20 0x00e8926f in _filter_message (conn=0x94e1e68, message=0x959b240, user_data=0x9196f04) at ../../_dbus_bindings/conn-methods.c:197
#21 0x0036c441 in dbus_connection_dispatch () from /lib/i386-linux-gnu/libdbus-1.so.3
#22 0x00f2195d in ?? () from /usr/lib/i386-linux-gnu/libdbus-glib-1.so.2
#23 0x065e125f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
#24 0x065e1990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#25 0x065e1c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#26 0x06d40ada in QEventDispatcherGlib::processEvents (this=0x93c4b38, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#27 0x02597e3a in QGuiEventDispatcherGlib::processEvents (this=0x93c4b38, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#28 0x06d111dd in QEventLoop::processEvents (this=0xbfa5f8d4, flags=...) at kernel/qeventloop.cpp:149
#29 0x06d11421 in QEventLoop::exec (this=0xbfa5f8d4, flags=...) at kernel/qeventloop.cpp:201
#30 0x06d1619d in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#31 0x024dd8f4 in QApplication::exec () at kernel/qapplication.cpp:3760
#32 0x05b9e429 in meth_QApplication_exec_ (sipArgs=()) at sipQtGuipart9.cpp:28467
#33 0x080f77c3 in call_function (oparg=0, pp_stack=0xbfa5f9f4) at ../Python/ceval.c:4021
#34 PyEval_EvalFrameEx (f=Frame 0x8ef1184, for file /usr/lib/python2.7/dist-packages/synaptiks/kde/trayapplication.py, line 275, in main (about=<KAboutData at remote 0xb7605854>, app=<SynaptiksApplication(_first_instance=False, icon=<SynaptiksNotifierItem(_config=<SynaptiksTrayConfiguration at remote 0xb76058e4>, touchpad_manager=<TouchpadManager(states={'temporarily_off': <QState at remote 0x9358104>, 'off': <QState at remote 0x935814c>, 'on': <QState at remote 0x9358194>}, _touchpad_wrapper=<TouchpadQtWrapper(touchpad=<Touchpad(id=11, display=<Display(_as_parameter_=<LP_Display at remote 0x935541c>, _atom_cache={'Synaptics Circular Scrolling': <Atom(_as_parameter_=311L, display=<...>) at remote 0x97f57ec>, 'Synaptics Circular Scrolling Trigger': <Atom(_as_parameter_=313L, display=<...>) at remote 0x96d36ec>, 'Synaptics Move Speed': <Atom(_as_parameter_=302L, display=<...>) at remote 0x97f58ac>, 'Synaptics Edge Motion Always': <Atom(_as_parameter_=305L, display=<...>) at remote 0x97f584c>, 'Synaptics Locked Drags Timeout': <Atom(_as_...(truncated), throwflag=0) at ../Python/ceval.c:2666
#35 0x080fd804 in PyEval_EvalCodeEx (co=0xb7605968, globals={'KMessageBox': <PyQt4.QtCore.pyqtWrapperType at remote 0x916060c>, 'partial': <type at remote 0x829cac0>, 'KStatusNotifierItem': <PyQt4.QtCore.pyqtWrapperType at remote 0x916f234>, 'ManagerConfiguration': <ABCMeta(load=<classmethod at remote 0x92f3ddc>, __module__='synaptiks.config', __getitem__=<function at remote 0x93038ec>, _DEFAULTS={u'monitor_mouses': False, u'idle_time': <float at remote 0x91d9aac>, u'keys_to_ignore': 2, u'monitor_keyboard': False, u'ignored_mouses': []}, KEYBOARD_MONITOR_KEYS=frozenset([u'idle_time', u'keys_to_ignore']), __setitem__=<function at remote 0x9303924>, __init__=<function at remote 0x9303764>, _abc_cache=<WeakSet(_remove=<function at remote 0x9303a04>, _pending_removals=[], _iterating=set([]), data=set([])) at remote 0x930656c>, __delitem__=<function at remote 0x930395c>, __contains__=<function at remote 0x9303844>, __abstractmethods__=frozenset([]), mouse_manager=<property at remote 0x930198c>, __iter__=<function at remote 0x93038b4>, MOUSE_MANAGER_KEYS=frozenset([u'ignore...(truncated), locals=0x0, args=0x8f25a8c, argcount=0, kws=0x8f25a8c, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#36 0x080f7cdf in fast_function (nk=<optimized out>, na=0, n=<optimized out>, pp_stack=0xbfa5fb44, func=<function at remote 0x936e02c>) at ../Python/ceval.c:4117
#37 call_function (oparg=0, pp_stack=0xbfa5fb44) at ../Python/ceval.c:4042
#38 PyEval_EvalFrameEx (f=Frame 0x8f2594c, for file /usr/bin/synaptiks, line 9, in <module> (), throwflag=0) at ../Python/ceval.c:2666
#39 0x080fd804 in PyEval_EvalCodeEx (co=0xb789de30, globals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, locals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#40 0x080fe177 in PyEval_EvalCode (co=0xb789de30, globals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, locals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}) at ../Python/ceval.c:667
#41 0x0811acd0 in run_mod (mod=<optimized out>, filename=<optimized out>, globals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, locals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, flags=0xbfa5fdbc, arena=0x8f26740) at ../Python/pythonrun.c:1346
#42 0x0811b8e9 in PyRun_FileExFlags (fp=0x8f269a0, filename=0xbfa613ff "/usr/bin/synaptiks", start=257, globals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, locals={'__builtins__': <module at remote 0xb78a211c>, '__file__': '/usr/bin/synaptiks', '__package__': None, 'sys': <module at remote 0xb78a22e4>, '__requires__': 'synaptiks==0.7.0', 'load_entry_point': <function at remote 0xb75ec25c>, '__name__': '__main__', '__doc__': None}, closeit=1, flags=0xbfa5fdbc) at ../Python/pythonrun.c:1332
#43 0x0811c4cc in PyRun_SimpleFileExFlags (fp=0x8f269a0, filename=<optimized out>, closeit=1, flags=0xbfa5fdbc) at ../Python/pythonrun.c:936
#44 0x0812c7c6 in Py_Main (argc=2, argv=0xbfa5fe94) at ../Modules/main.c:599
#45 0x0805da0b in main (argc=2, argv=0xbfa5fe94) at ../Modules/python.c:23

Possible duplicates by query: bug 290746, bug 290335, bug 288906, bug 288743, bug 287960.

Reported using DrKonqi
Comment 1 Jekyll Wu 2012-01-22 05:35:11 UTC

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