Bug 212607 - crash when quitting kbluetooth
Summary: crash when quitting kbluetooth
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: Alex Fiestas
URL:
Keywords:
: 216768 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-01 12:30 UTC by francismacomber
Modified: 2009-12-05 03:34 UTC (History)
2 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 francismacomber 2009-11-01 12:30:08 UTC
Application that crashed: kbluetooth
Version of the application: 0.4
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-14-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
I started kbluetooth and searched for a device. A device was found that I could not connect to (not an input device). After this I quit kbluetooth from the tray, which resulted in the crash.

 -- Backtrace:
Application: KBluetooth (kbluetooth), signal: Segmentation fault
[KCrash Handler]
#6  0x00000000 in ?? ()
#7  0x0023552f in ~BluetoothManager (this=0x8adb2b0, __in_chrg=<value optimized out>) at ../../../../libs/solid/control/bluetoothmanager.cpp:100
#8  0x0023564a in ~SingletonHelper () at ../../../../libs/solid/control/ifaces/../singletondefs.h:35
#9  destroy () at ../../../../libs/solid/control/bluetoothmanager.cpp:78
#10 0x0022690b in ~KCleanUpGlobalStatic (this=0x2423a4, __in_chrg=<value optimized out>) at /usr/include/kglobal.h:62
#11 0x00b1d05f in ?? () from /lib/tls/i686/cmov/libc.so.6
#12 0x00b1d0cf in exit () from /lib/tls/i686/cmov/libc.so.6
#13 0x00b04b5e in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#14 0x08051d31 in _start ()

This bug may be a duplicate of or related to bug 193218

Reported using DrKonqi
Comment 1 Nicolas L. 2009-11-01 20:33:49 UTC
can you install the debug package of kbluetooth from your distribution please ?
Comment 2 Alex Fiestas 2009-11-05 02:59:39 UTC
I can reproduce the crash in my local copy, so this bug is confirmed. I'll try to fix it before release the final 0.4 version, even if it is with a workaround to not modify solid.
Comment 3 Alex Fiestas 2009-11-05 12:59:10 UTC
SVN commit 1045165 by afiestas:

Ok, this is not beatiful, this is not correct but this is the only solution for bug 212607 without purge bluez-solid :/

BUG: 212607

 M  +3 -9      trayicon.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1045165
Comment 4 Dario Andres 2009-12-05 03:34:57 UTC
*** Bug 216768 has been marked as a duplicate of this bug. ***