Summary: | Pushing multiple files to host using kbluetooth pops up many system tray windows, then crashes [KJob::emitResult. ObexServerSession::disconnect, ObexServerSessionFileTransfer::doKill, KJob::kill] | ||
---|---|---|---|
Product: | [Unmaintained] kbluetooth | Reporter: | Roman Fietze <kde> |
Component: | general | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, bruno, lamarque |
Priority: | NOR | ||
Version: | 0.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screen dump of system tray running job notifications.
New crash information added by DrKonqi |
Description
Roman Fietze
2010-02-24 12:39:03 UTC
Created attachment 41054 [details]
Screen dump of system tray running job notifications.
Correction of the bug report text: there is only one notification per file, but while receiving the data it seems the progress bar of all files already done is reset when a new file starts.
According to the recently fixed bug 225924 and bug 220145 this should work in a recent version. @Alex: are those the same issue ? Regards Created attachment 52528 [details]
New crash information added by DrKonqi
kbluetooth (0.4) on KDE Platform 4.5.2 (KDE 4.5.2) using Qt 4.7.0
- What I was doing when the application crashed:
I send over bluetooth 3 files, kbluetooth work and notifications open 3 popups.
The first is marked done, and the two others are marked as running, with the slide transfert at 100%. ( In fact files are already transferred and good on filesystem )
If you want to close the popup notification, you have to click the square stop.
If you do that, you ended to a crash, kbluetooth closed.
-- Backtrace (Reduced):
#6 KJob::emitResult (this=0xaca1a0) at /usr/src/debug/kdelibs-4.5.2/kdecore/jobs/kjob.cpp:305
#7 0x0000000000426277 in ObexServerSession::disconnect (this=0xa53a70) at /usr/src/debug/kbluetooth-0.4.2/src/obexserver/obexserversession.cpp:69
#8 0x0000000000427e37 in ObexServerSessionFileTransfer::doKill (this=0xb1fbc0) at /usr/src/debug/kbluetooth-0.4.2/src/obexserver/obexserversessionfiletransfer.cpp:120
#9 0x00007fc119f7b981 in KJob::kill (this=0xb1fbc0, verbosity=KJob::EmitResult) at /usr/src/debug/kdelibs-4.5.2/kdecore/jobs/kjob.cpp:106
#10 0x00007fc11b944b29 in KUiServerJobTracker::Private::_k_killJob (this=0xa2d270) at /usr/src/debug/kdelibs-4.5.2/kdeui/jobs/kuiserverjobtracker.cpp:59
[Comment from a bug triager] From bug 249252: -- Information about the crash: Just sending multiple file to pc with kde 4.4.4 opensuse 11.3 knotifiy leave open with 10 task open, even if files were correctly transfered From bug 254482: - What I was doing when the application crashed: closing one of those transfert marked as running done at 100% lead to this crash. From bug 251666: -- Information about the crash: When I send multiples files from the phone to kbluetooth, it open a new poppup notification for each files ( so 22 files are in copy ), but when a file transfert has ended a new notification appear for the 22 files too, leading to multiple of multiple notification. Then I click on the close transfert of one of them, and it crash. *** Bug 249252 has been marked as a duplicate of this bug. *** *** Bug 254482 has been marked as a duplicate of this bug. *** *** Bug 251666 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 270702 *** |