Bug 191321 - kbluetoothd crashes when device disabled.
Summary: kbluetoothd crashes when device disabled.
Status: RESOLVED DUPLICATE of bug 181268
Alias: None
Product: kde-bluetooth
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Tom Patzig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-02 10:12 UTC by Mark Eaton
Modified: 2009-05-02 17:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
stacktrace from gdb (3.17 KB, text/plain)
2009-05-02 11:39 UTC, Mark Eaton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Eaton 2009-05-02 10:12:34 UTC
Version:           0.3 (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

My laptop has a button to disable the bluetooth device and when you press it kbluetoothd crashes. It starts up again when I enable the bluetooth again but shouldn't crash when the device is disabled.
Comment 1 Mark Eaton 2009-05-02 11:39:58 UTC
Created attachment 33290 [details]
stacktrace from gdb

For some reason the normal kde backtrace wizard thing wouldn't work. This is the backtrace as given by an instance of gdb attached to the process when it crashed.
Comment 2 Dario Andres 2009-05-02 17:01:42 UTC
Pasted backtrace from comment 1:
---

#0  0x00000000 in ?? ()
#1  0xb7453c43 in QDBusConnectionPrivate::activateCall (this=0x914ef30,
    object=0x919d4c8, flags=273, msg=@0x91a68b8) at qdbusintegrator.cpp:753
#2  0xb7454501 in QDBusConnectionPrivate::activateObject (this=0x914ef30,
    node=@0x91a68a4, msg=@0x91a68b8, pathStartPos=18)
    at qdbusintegrator.cpp:1375
#3  0xb74549fa in QDBusActivateObjectEvent::placeMetaCall (this=0x91a6878)
    at qdbusintegrator.cpp:1469
#4  0xb734a3a0 in QObject::event (this=0xbfeb1760, e=0x91a6878)
    at kernel/qobject.cpp:1118
#5  0xb73393db in QCoreApplication::event (this=0xbfeb1760, e=0x91a6878)
    at kernel/qcoreapplication.cpp:1426
#6  0xb6944409 in QApplication::event (this=0xbfeb1760, e=0x91a6878)
    at kernel/qapplication.cpp:2334
#7  0xb6940f2c in QApplicationPrivate::notify_helper (this=0x90b5fe0,
    receiver=0xbfeb1760, e=0x91a6878) at kernel/qapplication.cpp:4084
#8  0xb694922e in QApplication::notify (this=0xbfeb1760, receiver=0xbfeb1760,
    e=0x91a6878) at kernel/qapplication.cpp:3631
#9  0xb7b6094d in KApplication::notify () from /usr/lib/libkdeui.so.5
#10 0xb7339a3b in QCoreApplication::notifyInternal (this=0xbfeb1760,
    receiver=0xbfeb1760, event=0x91a6878) at kernel/qcoreapplication.cpp:602
#11 0xb733a695 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0,
    event_type=0, data=0x9099b38)
    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#12 0xb733a88d in QCoreApplication::sendPostedEvents (receiver=0x0,
    event_type=0) at kernel/qcoreapplication.cpp:1132
#13 0xb73657ef in postEventSourceDispatch (s=0x90bc990)
    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#14 0xb626bb88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#15 0xb626f0eb in ?? () from /usr/lib/libglib-2.0.so.0
#16 0xb626f268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#17 0xb7365438 in QEventDispatcherGlib::processEvents (this=0x90b8498, flags=
      {i = -1075116376}) at kernel/qeventdispatcher_glib.cpp:323
#18 0xb69e23f5 in QGuiEventDispatcherGlib::processEvents (this=0x90b8498,
    flags={i = -1075116328}) at kernel/qguieventdispatcher_glib.cpp:202
#19 0xb733806a in QEventLoop::processEvents (this=0xbfeb07d8, flags=
      {i = -1075116264}) at kernel/qeventloop.cpp:149
#20 0xb73384aa in QEventLoop::exec (this=0xbfeb07d8, flags={i = -1075116044})
    at kernel/qeventloop.cpp:200
#21 0xb745799c in QDBusConnectionPrivate::sendWithReply (this=0x91ae800,
    message=@0xbfeb0948, sendMode=<value optimized out>, timeout=-1)
    at qdbusintegrator.cpp:1787
#22 0xb7441551 in QDBusConnection::call (this=0x90b492c, message=@0xbfeb0948,
    mode=QDBus::BlockWithGui, timeout=-1) at qdbusconnection.cpp:516
#23 0xb745ff3b in QDBusAbstractInterface::callWithArgumentList (
    this=0x91a84d8, mode=QDBus::BlockWithGui, method=@0xbfeb0af4,
    args=@0xbfeb0a28) at qdbusabstractinterface.cpp:402
#24 0xb7463e8d in QDBusAbstractInterface::call (this=0x91a84d8,
    mode=QDBus::BlockWithGui, method=@0xbfeb0af4, arg1=@0xbfeb0adc,
    arg2=@0xbfeb0ad0, arg3=@0xbfeb0ac4, arg4=@0xbfeb0ab8, arg5=@0xbfeb0aac,
    arg6=@0xbfeb0aa0, arg7=@0xbfeb0a94, arg8=@0xbfeb0a88)
    at qdbusabstractinterface.cpp:655
#25 0x08066ce3 in _start ()
Comment 3 Dario Andres 2009-05-02 17:02:48 UTC
Thanks.
Marking as duplicate of bug 181268

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