Bug 250902 - Crashed when going to receive a file from a Nokia cell phone
Summary: Crashed when going to receive a file from a Nokia cell phone
Status: RESOLVED FIXED
Alias: None
Product: solid
Classification: Frameworks and Libraries
Component: bluetooth (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Alex Fiestas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-11 18:21 UTC by Rafael
Modified: 2010-10-03 16:15 UTC (History)
0 users

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 Rafael 2010-09-11 18:21:43 UTC
Application: bluedevil-helper (0.1)
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-20-generic i686
Distribution: Ubuntu maverick (development branch)

-- Information about the crash:
- What I was doing when the application crashed:
I was going to send a file from a Nokia cell phone to the laptop, just when the transfer was starting, bluedevil crashed and the transfer couldn't be done.

- Custom settings of the application:
Before sending the file, I configured my adapter to be visible always to all.

-- Backtrace:
Application: BlueDevil File Receiver Helper (bluedevil-helper), signal: Segmentation fault
[Current thread is 1 (Thread 0xb76fc930 (LWP 1606))]

Thread 2 (Thread 0xb736fb70 (LWP 1610)):
#0  0x0051e416 in __kernel_vsyscall ()
#1  0x047b5de6 in poll () from /lib/libc.so.6
#2  0x071b525b in g_poll () from /lib/libglib-2.0.so.0
#3  0x071a7bfc in ?? () from /lib/libglib-2.0.so.0
#4  0x071a8367 in g_main_loop_run () from /lib/libglib-2.0.so.0
#5  0x01c52a64 in ?? () from /usr/lib/libgio-2.0.so.0
#6  0x071ceeef in ?? () from /lib/libglib-2.0.so.0
#7  0x02887cc9 in start_thread () from /lib/libpthread.so.0
#8  0x047c46ae in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb76fc930 (LWP 1606)):
[KCrash Handler]
#7  0x00d0edf0 in KNotification::close() () from /usr/lib/libkdeui.so.5
#8  0x08052077 in OpenObex::ServerSession::~ServerSession (this=0xeacff4, __in_chrg=<value optimized out>) at /build/buildd/bluedevil-1.0~rc3/src/daemon/helpers/filereceiver/openobex/serversession.cpp:77
#9  0x009199a5 in qDeleteInEventHandler(QObject*) () from /usr/lib/libQtCore.so.4
#10 0x0091b6c8 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#11 0x0103402c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#12 0x0103a09e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#13 0x00cd344a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#14 0x00908b3b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#15 0x0090bd8b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
#16 0x0090bf4d in QCoreApplication::sendPostedEvents(QObject*, int) () from /usr/lib/libQtCore.so.4
#17 0x00937a74 in ?? () from /usr/lib/libQtCore.so.4
#18 0x071a4015 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#19 0x071a7e28 in ?? () from /lib/libglib-2.0.so.0
#20 0x071a8008 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#21 0x00937565 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#22 0x010f5a35 in ?? () from /usr/lib/libQtGui.so.4
#23 0x00907609 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#24 0x00907a8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#25 0x0090c00f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#26 0x01032e57 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#27 0x0804d18c in main (argc=1, argv=0xbfc9c334) at /build/buildd/bluedevil-1.0~rc3/src/daemon/helpers/filereceiver/main.cpp:46

Reported using DrKonqi
Comment 1 Alex Fiestas 2010-09-12 23:32:21 UTC
Hi, I've fixed the crash in master, thanks for reporting!