1. Open split view. Left side - the folder on USB drive where the file in trash will restore to. Right side - the trash. 2. Restore image file from trash. The file was shown in the left view with thumbnail. 3. Close right view 4. Crash Reproducible: Couldn't Reproduce
Created attachment 74648 [details] Crash info from DrKonqi
Thanks for the report! You probably have the debugging patch for bug 304986 applied, right? I'm asking because I think that a crash with such a backtrace cannot happen with the unpatched Dolphin.
Yep, patch was installed. I forgot to recompile the package. Is this a reason for the crash?
Thanks for the quick reply. Yes, the patch is the reason for the crash. In the interest of getting as much useful output as possible, I printed the current state of some variables in all places where they can change. However, when the view is closed, this can cause a crash because the destructor of the class indirectly calls the debug output code, which tries to access data from the KFileItemModel which has already been deleted. Sorry for the trouble, I should have mentioned this in the other bug report.