[dolphin] [Bug 431303] Dolphin crashed while doing local and remote file operations at the same time

Ahmad Samir bugzilla_noreply at kde.org
Wed Jun 2 16:30:52 BST 2021


https://bugs.kde.org/show_bug.cgi?id=431303

--- Comment #3 from Ahmad Samir <a.samirh78 at gmail.com> ---
The backtrace points to:
#11 0x00007f1de70e5104 in KFileItemModel::index
(this=this at entry=0x559c23493b40, url=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:129

which indicates the crash is happening somewhere in this if block
https://invent.kde.org/system/dolphin/-/blob/master/src/kitemviews/kfileitemmodel.cpp#L410

which is useful if you're debugging, but not in a release build; IMHO, it
should be wrapped in '#if 0 #endif'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list