Bug 253104 - restart of hal & dbus lead to crash
Summary: restart of hal & dbus lead to crash
Status: RESOLVED FIXED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-03 10:54 UTC by Bruno Friedmann
Modified: 2010-10-29 21:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
amarok --nofork -d debug lines ( 2.4-git works ) (124.75 KB, text/plain)
2010-10-22 18:16 UTC, Bruno Friedmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Friedmann 2010-10-03 10:54:52 UTC
Application: python2 (1.4)
KDE Platform Version: 4.4.4 (KDE 4.4.4) "release 3"
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-0.3-desktop i686
Distribution: "openSUSE 11.3 (i586)"

-- Information about the crash:
after restarting dbus & hal ( mouse trouble )
the crash appear.

 -- Backtrace:
Application: Plasmoïde d'impression (python2.6), signal: Segmentation fault
[KCrash Handler]
#6  0xb6f6322e in QSocketNotifier::setEnabled (this=0x88af420, enable=true) at kernel/qsocketnotifier.cpp:293
#7  0xb54ff103 in ?? () from /usr/lib/python2.6/site-packages/dbus/mainloop/qt.so
#8  0xb54ffbb0 in ?? () from /usr/lib/python2.6/site-packages/dbus/mainloop/qt.so
#9  0xb6f4eefd in QMetaObject::metacall (object=0x88cbce8, cl=QMetaObject::InvokeMetaMethod, idx=4, argv=0xbf89df88) at kernel/qmetaobject.cpp:237
#10 0xb6f5dfe8 in QMetaObject::activate (sender=0x88af420, m=0xb7065550, local_signal_index=0, argv=0xbf89df88) at kernel/qobject.cpp:3295
#11 0xb6faa8a5 in QSocketNotifier::activated (this=0x88af420, _t1=10) at .moc/release-shared/moc_qsocketnotifier.cpp:89
#12 0xb6f6345f in QSocketNotifier::event (this=0x88af420, e=0xbf89e434) at kernel/qsocketnotifier.cpp:317
#13 0xb5ba8c64 in QApplicationPrivate::notify_helper (this=0x85625a8, receiver=0x88af420, e=0xbf89e434) at kernel/qapplication.cpp:4302
#14 0xb5bb0bf7 in QApplication::notify (this=0x85624f8, receiver=0x88af420, e=0xbf89e434) at kernel/qapplication.cpp:3706
#15 0xb44379d1 in KApplication::notify (this=0x85624f8, receiver=0x88af420, event=0xbf89e434) at /usr/src/debug/kdelibs-4.4.4/kdeui/kernel/kapplication.cpp:302
#16 0xb4c85630 in sipKApplication::notify(QObject*, QEvent*) () from /usr/lib/python2.6/site-packages/PyKDE4/kdeui.so
#17 0xb6f48e0e in QCoreApplication::notifyInternal (this=0x85624f8, receiver=0x88af420, event=0xbf89e434) at kernel/qcoreapplication.cpp:726
#18 0xb6f74708 in sendEvent (source=0x8565510) at kernel/qcoreapplication.h:215
#19 socketNotifierSourceDispatch (source=0x8565510) at kernel/qeventdispatcher_glib.cpp:110
#20 0xb6c53b49 in g_main_dispatch (context=0x8564108) at gmain.c:1960
#21 IA__g_main_context_dispatch (context=0x8564108) at gmain.c:2513
#22 0xb6c54350 in g_main_context_iterate (context=0x8564108, block=1, dispatch=1, self=0x8562828) at gmain.c:2591
#23 0xb6c5460e in IA__g_main_context_iteration (context=0x8564108, may_block=1) at gmain.c:2654
#24 0xb6f74d4b in QEventDispatcherGlib::processEvents (this=0x834c738, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#25 0xb5c5919a in QGuiEventDispatcherGlib::processEvents (this=0x834c738, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#26 0xb6f4811d in QEventLoop::processEvents (this=0xbf89e694, flags=...) at kernel/qeventloop.cpp:149
#27 0xb6f48319 in QEventLoop::exec (this=0xbf89e694, flags=...) at kernel/qeventloop.cpp:201
#28 0xb6f4cc70 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#29 0xb5ba6164 in QApplication::exec () at kernel/qapplication.cpp:3581
#30 0xb699860e in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtGui.so
#31 0xb75f0831 in PyCFunction_Call () from /usr/lib/libpython2.6.so.1.0
#32 0xb7613fd1 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0
#33 0xb7618cc9 in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0
#34 0xb7612253 in PyEval_EvalCode () from /usr/lib/libpython2.6.so.1.0
#35 0xb762ccfc in ?? () from /usr/lib/libpython2.6.so.1.0
#36 0xb762d1be in PyRun_FileExFlags () from /usr/lib/libpython2.6.so.1.0
#37 0xb762d90b in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.6.so.1.0
#38 0xb762deda in PyRun_AnyFileExFlags () from /usr/lib/libpython2.6.so.1.0
#39 0xb7635010 in Py_Main () from /usr/lib/libpython2.6.so.1.0
#40 0x08048687 in main ()

Reported using DrKonqi
Comment 1 Bruno Friedmann 2010-10-22 18:16:47 UTC
Created attachment 52772 [details]
amarok --nofork -d debug lines ( 2.4-git works )
Comment 2 Bruno Friedmann 2010-10-22 20:13:15 UTC
this attachement goes for #254055
Comment 3 Bruno Friedmann 2010-10-29 21:01:33 UTC
Doesn't appear anymore with new version 
opensuse factory (11.4) kernel 2.6.36
kde 4.5.2 / qt4.7