Bug 297506 - Dolphin crashes when dragging a file
Summary: Dolphin crashes when dragging a file
Status: RESOLVED UPSTREAM
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 1.7
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-05 05:41 UTC by aditsu
Modified: 2012-04-12 15:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Backtrace from gdb (9.40 KB, text/plain)
2012-04-05 05:41 UTC, aditsu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aditsu 2012-04-05 05:41:17 UTC
Created attachment 70164 [details]
Backtrace from gdb

I was developing a java applet that lets the user drop files into it. And I was testing it in firefox, dragging files from dolphin. It was fine for a while, but after repeating many times, dolphin started crashing when I attempted to drag a file to the applet again. It kept crashing after restarting firefox. Interestingly, it doesn't crash (yet) if I drag to the applet running in chromium.
Comment 1 Peter Penz 2012-04-05 07:59:44 UTC
Thanks for the report. The root-cause for this issue is in Qt: https://bugreports.qt-project.org/browse/QTBUG-19363 In Dolphin for KDE 4.8.1 we try to bypass the crash but the real fix must be done in Qt.
Comment 2 aditsu 2012-04-12 15:21:46 UTC
Do you think my crash is related to hiding tooltips? Or they both have the same root cause?
Comment 3 Peter Penz 2012-04-12 15:28:18 UTC
Yes, tooltips might be one root-cause but the issue happens with any X11 window that might disappear during dropping.
Comment 4 aditsu 2012-04-12 15:36:33 UTC
I'm not convinced that's what happened in my case; anyway, I upgraded to 4.8.1 and will see if it happens again.