Bug 199044 - Crashed after resume from suspend
Summary: Crashed after resume from suspend
Status: RESOLVED FIXED
Alias: None
Product: kbluetooth
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 0.4
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Tom Patzig
URL:
Keywords:
: 200134 200739 203391 205488 206586 207765 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-05 17:05 UTC by Pascal d'Hermilly
Modified: 2009-11-09 18:56 UTC (History)
9 users (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 Pascal d'Hermilly 2009-07-05 17:05:04 UTC
Application that crashed: kbluetooth4
Version of the application: 0.3
KDE Version: 4.2.95 (KDE 4.2.95 (KDE 4.3 RC1))
Qt Version: 4.5.2
Operating System: Linux 2.6.31-1-generic x86_64
Distribution: Ubuntu karmic (development branch)

What I was doing when the application crashed:
bluetooth chrashed when I resumed from suspend

 -- Backtrace:
Application: KBluetooth4 - The KDE4 Bluetooth Framework (kbluetooth4), signal: Segmentation fault
[KCrash Handler]
#5  0x000000000000049e in ?? ()
#6  0x00007f9b8aec2342 in QObject::property (this=0x221f740, name=0x7f9b8b1fedb0 "_qdbus_slotCache") at kernel/qobject.cpp:3293
#7  0x00007f9b8b1c894e in QDBusConnectionPrivate::activateCall (this=<value optimized out>, object=0x221f740, flags=273, msg=@0x2225770) at qdbusintegrator.cpp:753
#8  0x00007f9b8b1c9567 in QDBusConnectionPrivate::activateObject (this=<value optimized out>, node=@0x2225748, msg=<value optimized out>, pathStartPos=<value optimized out>)
    at qdbusintegrator.cpp:1347
#9  0x00007f9b8b1c97e8 in QDBusActivateObjectEvent::placeMetaCall (this=0x2225700) at qdbusintegrator.cpp:1464
#10 0x00007f9b8aec0139 in QObject::event (this=0x7fff75a8add0, e=0x2225700) at kernel/qobject.cpp:1111
#11 0x00007f9b8a36327d in QApplication::event (this=0x7fff75a8add0, e=0x2225700) at kernel/qapplication.cpp:2317
#12 0x00007f9b8a35962c in QApplicationPrivate::notify_helper (this=0x20b1030, receiver=0x7fff75a8add0, e=0x2225700) at kernel/qapplication.cpp:4056
#13 0x00007f9b8a3608fe in QApplication::notify (this=0x7fff75a8add0, receiver=0x7fff75a8add0, e=0x2225700) at kernel/qapplication.cpp:4021
#14 0x00007f9b8c9df3a6 in KApplication::notify (this=0x7fff75a8add0, receiver=0x7fff75a8add0, event=0x2225700) at ../../kdeui/kernel/kapplication.cpp:302
#15 0x00007f9b8aeb0c6c in QCoreApplication::notifyInternal (this=0x7fff75a8add0, receiver=0x7fff75a8add0, event=0x2225700) at kernel/qcoreapplication.cpp:610
#16 0x00007f9b8aeb184a in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=<value optimized out>, data=0x20760e0)
    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#17 0x00007f9b8aed9583 in postEventSourceDispatch (s=<value optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#18 0x00007f9b86da88fe in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#19 0x00007f9b86dabfd8 in ?? () from /usr/lib/libglib-2.0.so.0
#20 0x00007f9b86dac100 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#21 0x00007f9b8aed91f6 in QEventDispatcherGlib::processEvents (this=0x20758f0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#22 0x00007f9b8a3edace in QGuiEventDispatcherGlib::processEvents (this=0x221f740, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#23 0x00007f9b8aeaf572 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#24 0x00007f9b8aeaf944 in QEventLoop::exec (this=0x7fff75a896d0, flags=) at kernel/qeventloop.cpp:201
#25 0x00007f9b8b1cc3c5 in QDBusConnectionPrivate::sendWithReply (this=0x2236120, message=<value optimized out>, sendMode=<value optimized out>, timeout=<value optimized out>)
    at qdbusintegrator.cpp:1782
#26 0x00007f9b8b1b6c73 in QDBusConnection::call (this=0x223e530, message=@0x7f9b8b1fedb0, mode=35805040, timeout=34290984) at qdbusconnection.cpp:516
#27 0x00007f9b8b1d314c in QDBusAbstractInterface::callWithArgumentList (this=<value optimized out>, mode=QDBus::BlockWithGui, method=<value optimized out>, args=<value optimized out>)
    at qdbusabstractinterface.cpp:402
#28 0x00007f9b8b1d67f3 in QDBusAbstractInterface::call (this=<value optimized out>, mode=<value optimized out>, method=<value optimized out>, arg1=<value optimized out>, arg2=@0x1, 
    arg3=@0x7fff75a89c00, arg4=@0x7fff75a89bf0, arg5=@0x7fff75a89be0, arg6=@0x7fff75a89bd0, arg7=@0x7fff75a89bc0, arg8=@0x7fff75a89bb0) at qdbusabstractinterface.cpp:655
#29 0x0000000000420e2e in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2009-07-05 23:17:40 UTC
Bug 188690 could be related to this.
Comment 2 Pascal d'Hermilly 2009-07-06 10:45:23 UTC
Yes, only difference seems to be that this is on KDE 4.3 RC1 and that the stack trace is should reflect the code better.
Comment 3 Dario Andres 2009-07-07 20:57:26 UTC
The second backtrace at bug 188690 has some other functions related to Obex and Kbluetooth libraries, but this one hasn't them. (I wonder if that could be a different issue)
Thanks
Comment 4 Dario Andres 2009-07-14 15:21:55 UTC
*** Bug 200134 has been marked as a duplicate of this bug. ***
Comment 5 Dario Andres 2009-07-19 22:11:53 UTC
*** Bug 200739 has been marked as a duplicate of this bug. ***
Comment 6 Pascal d'Hermilly 2009-08-02 16:25:05 UTC
I think we should mark this as confirmed
Comment 7 Marcus Better 2009-08-10 10:29:36 UTC
Confirmed on Debian KDE 4.3, kdebluetooth 1:0.3-1.

Application: KBluetooth4 - The KDE4 Bluetooth Framework (kbluetooth4), signal: Segmentation fault
[KCrash Handler]
#5  0x00000000000004e0 in ?? ()
#6  0x00007f9f1453f827 in QObject::property (this=0x81b200, name=0x7f9f148823f0 "_qdbus_slotCache") at kernel/qobject.cpp:3292
#7  0x00007f9f1484a97e in QDBusConnectionPrivate::activateCall (this=0x79db30, object=0x81b200, flags=273, msg=...) at qdbusintegrator.cpp:753
#8  0x00007f9f1484b3e1 in QDBusConnectionPrivate::activateObject (this=0x79db30, node=..., msg=..., pathStartPos=<value optimized out>) at qdbusintegrator.cpp:1347
#9  0x00007f9f1484b6f8 in QDBusActivateObjectEvent::placeMetaCall (this=0x810c80) at qdbusintegrator.cpp:1464
#10 0x00007f9f1453cee8 in QObject::event (this=0x7fff08c622c0, e=0x810c80) at kernel/qobject.cpp:1110
#11 0x00007f9f139aadfa in QApplication::event (this=0x7fff08c622c0, e=0x810c80) at kernel/qapplication.cpp:2317
#12 0x00007f9f139a57ad in QApplicationPrivate::notify_helper (this=0x65c470, receiver=0x7fff08c622c0, e=0x810c80) at kernel/qapplication.cpp:4056
#13 0x00007f9f139ad80a in QApplication::notify (this=0x7fff08c622c0, receiver=0x7fff08c622c0, e=0x810c80) at kernel/qapplication.cpp:4021
#14 0x00007f9f16064b2b in KApplication::notify (this=0x7fff08c622c0, receiver=0x7fff08c622c0, event=0x810c80) at ../../kdeui/kernel/kapplication.cpp:302
#15 0x00007f9f1452d49c in QCoreApplication::notifyInternal (this=0x7fff08c622c0, receiver=0x7fff08c622c0, event=0x810c80) at kernel/qcoreapplication.cpp:610
#16 0x00007f9f1452e0e4 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, data=0x635b50) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#17 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x635b50) at kernel/qcoreapplication.cpp:1247
#18 0x00007f9f14555ef3 in QCoreApplication::sendPostedEvents (s=<value optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#19 postEventSourceDispatch (s=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:210
#20 0x00007f9f105ea7aa in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0x00007f9f105eddf8 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x00007f9f105edfac in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#23 0x00007f9f14555b7f in QEventDispatcherGlib::processEvents (this=0x635360, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#24 0x00007f9f13a3c5ef in QGuiEventDispatcherGlib::processEvents (this=0x81b200, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#25 0x00007f9f1452bd62 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149
#26 0x00007f9f1452c134 in QEventLoop::exec (this=0x7fff08c60b50, flags=...) at kernel/qeventloop.cpp:201
#27 0x00007f9f1484e7e6 in QDBusConnectionPrivate::sendWithReply (this=0x836710, message=..., sendMode=<value optimized out>, timeout=-1) at qdbusintegrator.cpp:1782
#28 0x00007f9f14838713 in QDBusConnection::call (this=0x8494f0, message=..., mode=8457456, timeout=4362837) at qdbusconnection.cpp:516
#29 0x00007f9f14855a7f in QDBusAbstractInterface::callWithArgumentList (this=0x824c30, mode=QDBus::BlockWithGui, method=<value optimized out>, args=...) at qdbusabstractinterface.cpp:402
#30 0x00007f9f1485967c in QDBusAbstractInterface::call (this=0x824c30, mode=QDBus::BlockWithGui, method=..., arg1=..., arg2=..., arg3=..., arg4=..., arg5=..., arg6=..., arg7=..., arg8=...)
    at qdbusabstractinterface.cpp:655
#31 0x0000000000420f1a in _start ()
Comment 8 Dario Andres 2009-08-11 15:12:12 UTC
*** Bug 203391 has been marked as a duplicate of this bug. ***
Comment 9 Pascal d'Hermilly 2009-08-18 14:09:43 UTC
surely this can be marked as confirmed.
Comment 10 Dario Andres 2009-08-28 19:57:31 UTC
*** Bug 205488 has been marked as a duplicate of this bug. ***
Comment 11 Dario Andres 2009-09-07 14:02:52 UTC
*** Bug 206586 has been marked as a duplicate of this bug. ***
Comment 12 Dario Andres 2009-09-19 18:31:03 UTC
*** Bug 207765 has been marked as a duplicate of this bug. ***
Comment 13 Alex Fiestas 2009-09-23 20:19:26 UTC
Hi, can you test if this bug is reproducible in the 0.4 version of kbluetooth?

Thanks!
Comment 14 Alex Fiestas 2009-11-09 18:56:30 UTC
Well this bug is duplicated of other ~+X bugs, and they're closed now as well as this one is going to be :p

IF anybody is able to reproduce this bug by using kbluetooth 0.4 version just reopen the bug again.

Thanks!