Summary: | crash trying to reproduce bug 192139 | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jaime Torres <jtamate> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | markg85 |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/669ee3250d233b96bc2f2e63865b048d33215674 | Version Fixed In: | 4.11.0 |
Sentry Crash Report: |
Description
Jaime Torres
2012-10-27 08:49:47 UTC
This bug backtrace reminds me the bug 278366. Perhaps the solution is similar. Thanks for the report! Yes, I can also reproduce sometimes, but with yet another backtrace. You might be right about the other report though, maybe the root cause is really similar. Confirmed but difficult to reproduce. I just dragged a idem (.txt, not mp3) the the ">" from the breadcrumb and i was welcomed with a nice hard crash! However, reproducing it seems to fail thus far.. Git commit 669ee3250d233b96bc2f2e63865b048d33215674 by Frank Reininghaus. Committed on 02/07/2013 at 17:27. Pushed by freininghaus into branch 'master'. Fix crash when dropping URLs on the URL navigator's drop down menus The problem was that the files were copied/moved inside the nested event loop of the drag, which caused problems if the "File exists" dialog was shown. The solution is to make the copy/move operation delayed, such that it is executed in the main event loop. Note that dropping files on these menus does apparently not work at the moment when using the Oxygen style (see bug 310016). Related: bug 192139, bug 256338, bug 293220 FIXED-IN: 4.11.0 REVIEW: 111273 M +30 -2 dolphin/src/dolphinviewcontainer.cpp M +15 -0 dolphin/src/dolphinviewcontainer.h http://commits.kde.org/kde-baseapps/669ee3250d233b96bc2f2e63865b048d33215674 |