https://bugs.kde.org/show_bug.cgi?id=438187
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/kio-extras/commit/5dff3 | |95ecea2977cf149c293c16c4d4a | |5151493b --- Comment #4 from Ahmad Samir <a.samir...@gmail.com> --- Git commit 5dff395ecea2977cf149c293c16c4d4a5151493b by Ahmad Samir. Committed on 22/07/2021 at 11:44. Pushed by ahmadsamir into branch 'master'. kio_filenamesearch: fix crash due to KCoreDirLister changes Error reporting was changed in KCoreDirlister, to match the original behaviour we need to explicitly disable auto error handling. This fixes a crash while searching in Dolphin, kio_filenamesearch intrenally uses a dirlister, and a nested event loop, if there is an error while listing some dir it tries to report it using a job ui delegate, but the parent job could well be dead by that time, which causes a crash: "QWidget: Cannot create a QWidget without QApplication" Note that this crash only happens if KDE_FORK_SLAVES is _not_ set. M +1 -0 filenamesearch/kio_filenamesearch.cpp https://invent.kde.org/network/kio-extras/commit/5dff395ecea2977cf149c293c16c4d4a5151493b -- You are receiving this mail because: You are watching all bug changes.