Bug 223934 - Segmentation fault when sending data from clipboard in KBluetooth
Summary: Segmentation fault when sending data from clipboard in KBluetooth
Status: RESOLVED DUPLICATE of bug 211357
Alias: None
Product: kbluetooth
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Alex Fiestas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-23 16:36 UTC by Mickaël
Modified: 2010-01-31 01:38 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 Mickaël 2010-01-23 16:36:18 UTC
Application that crashed: kbluetooth
Version of the application: 0.4
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.3
Operating System: Linux 2.6.31.6-desktop586-1mnb i686
Distribution: "Mandriva Linux 2010.0"

What I was doing when the application crashed:
Crash when sending "text from clipboard" to a phone (Sony Ericsson W300i), which is connected (and authorized) to kbluetooth. I tried to send some files before, and only the first one has correctly been transmitted, and the others haven't. And KBluetooth crashs after this if I try to send "data from clipboard".

 -- Backtrace:
Application: KBluetooth (kbluetooth), signal: Segmentation fault
[KCrash Handler]
#6  0xb6be0d14 in QString::operator= () from /usr/lib/libQtCore.so.4
#7  0x0805930f in KBlueTray::slotSendFile (this=0xbfd1e200, mac=@0xbfd1c19c) at /usr/src/debug/kbluetooth-RC1/src/trayicon.cpp:437
#8  0x08059776 in KBlueTray::slotSendClipboardText (this=0xbfd1e200, address=@0xbfd1c19c) at /usr/src/debug/kbluetooth-RC1/src/trayicon.cpp:469
#9  0x0805327f in KBlueTray::qt_metacall (this=0xbfd1e200, _c=QMetaObject::InvokeMetaMethod, _id=36, _a=0xbfd1c148) at /usr/src/debug/kbluetooth-RC1/build/src/moc_trayicon.cpp:150
#10 0xb6ca6144 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#11 0xb6ca6e65 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#12 0x08051927 in DeviceSel::deviceSelected (this=0xa3375d8, _t1=@0xbfd1c19c) at /usr/src/debug/kbluetooth-RC1/build/src/moc_devicesel.cpp:106
#13 0x08068e3a in DeviceSel::slotSend (this=0xa3375d8) at /usr/src/debug/kbluetooth-RC1/src/deviceselector/devicesel.cpp:117
#14 0x08052214 in DeviceSel::qt_metacall (this=0xa3375d8, _c=QMetaObject::InvokeMetaMethod, _id=41, _a=0xbfd1c2e8) at /usr/src/debug/kbluetooth-RC1/build/src/moc_devicesel.cpp:89
#15 0xb6ca6144 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#16 0xb6ca6621 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#17 0xb695fc05 in QAbstractButton::clicked () from /usr/lib/libQtGui.so.4
#18 0xb6677e5d in ?? () from /usr/lib/libQtGui.so.4
#19 0xb6679b9b in ?? () from /usr/lib/libQtGui.so.4
#20 0xb6679e36 in QAbstractButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
#21 0xb630c90c in QWidget::event () from /usr/lib/libQtGui.so.4
#22 0xb6677cf0 in QAbstractButton::event () from /usr/lib/libQtGui.so.4
#23 0xb6724cc3 in QPushButton::event () from /usr/lib/libQtGui.so.4
#24 0xb62b568c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#25 0xb62bd93b in QApplication::notify () from /usr/lib/libQtGui.so.4
#26 0xb73949e1 in KApplication::notify () from /usr/lib/libkdeui.so.5
#27 0xb6c8fc0e in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#28 0xb62bc95c in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#29 0xb632d57a in ?? () from /usr/lib/libQtGui.so.4
#30 0xb632caee in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#31 0xb6357d88 in ?? () from /usr/lib/libQtGui.so.4
#32 0xb5867b92 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#33 0xb586b468 in ?? () from /usr/lib/libglib-2.0.so.0
#34 0xb586b58e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#35 0xb6cbb8f1 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#36 0xb63574ba in ?? () from /usr/lib/libQtGui.so.4
#37 0xb6c8e26d in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#38 0xb6c8e6b9 in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#39 0xb6c90b50 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#40 0xb62b5504 in QApplication::exec () from /usr/lib/libQtGui.so.4
#41 0x08053a38 in main (argc=3, argv=0xbfd1e404) at /usr/src/debug/kbluetooth-RC1/src/main.cpp:71

Reported using DrKonqi
Comment 1 Dario Andres 2010-01-31 01:38:35 UTC
This was fixed recently: bug 211357. Regards

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