Summary: | Dolphin crashes when generating a thumbnail and switching windows | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | martynas.janu |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | martynas.janu |
Priority: | NOR | ||
Version: | 1.7 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.1 | |
Sentry Crash Report: |
Description
martynas.janu
2011-09-16 01:11:40 UTC
I have managed to accurately reproduce the bug. Steps: 1. Open a directory in dolphin that contains at least one image. 2. Move the mouse over the file and wait for the popup with the image preview. 3. Quickly ALT+TAB, so that you are in another window but you can still see the popup. 4. Move the mouse over the popup. Crash. Note: One must ALT+TAB quickly enough, because if there is a longer delay between pressing ALT and then TAB, the popup disappears and the crash doesn't occur. Thanks for the report. I still cannot reproduce the crash with the steps from comment #1: When I press Alt+Tab the tooltip ("popup") disappears and I cannot move the mouse above it. I had nearly no delay between pressing Alt + Tab... I'm sure I'm doing something wrong, probably you could give me some additional hints? (In reply to comment #2) > Thanks for the report. I still cannot reproduce the crash with the steps from > comment #1: When I press Alt+Tab the tooltip ("popup") disappears and I cannot > move the mouse above it. I had nearly no delay between pressing Alt + Tab... > I'm sure I'm doing something wrong, probably you could give me some additional > hints? No, I think you are doing it right. It just came to me: I'm not using KDE, I use XFCE4. Maybe that has something to do with it? Might be, but of course Dolphin still should not crash in this case. Can you reproduce the issue too when using other applications having such kind of tooltips? E.g. Systemsettings? (In reply to comment #4) > Might be, but of course Dolphin still should not crash in this case. Can you > reproduce the issue too when using other applications having such kind of > tooltips? E.g. Systemsettings? Just compiled and tried on Systemsettings. I manage to reproduce the popup staying above another window ("firefox in this case") if I ALT+TAB quickly enough but moving the mouse on it doesn't crash the app instead the popup just disappears. OK, I'll try to compare the code that is responsible for removing the tooltip then (systemsettings uses the same implementation as Dolphin for the tooltips, so I hope it is only a minor issue). (Internal note: Check delete vs. deleteLater()) I have found another way to recreate this bug. This one's simpler. Steps: 1. Press F3 in order to split the view. 2. Move the mouse on an item in the right (the one that just appeared) side and wait for the popup to appear. 3. Press F3 to turn the split view off. Thanks for the update, this issue has been fixed now and the patch will be available with 4.8.1. |