https://bugs.kde.org/show_bug.cgi?id=438187
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In|5.85 |21.08.3 Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw |ork/kio-extras/commit/5dff3 |ork/kio-extras/commit/c3d52 |95ecea2977cf149c293c16c4d4a |ebecb7f4890e8a412930bce9c74 |5151493b |fc9e2f1f --- Comment #8 from Ahmad Samir <a.samir...@gmail.com> --- Git commit c3d52ebecb7f4890e8a412930bce9c74fc9e2f1f by Ahmad Samir. Committed on 16/10/2021 at 21:29. Pushed by ahmadsamir into branch 'release/21.08'. 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. FIXED-IN: 21.08.3 (cherry picked from commit 5dff395ecea2977cf149c293c16c4d4a5151493b) M +1 -0 filenamesearch/kio_filenamesearch.cpp https://invent.kde.org/network/kio-extras/commit/c3d52ebecb7f4890e8a412930bce9c74fc9e2f1f -- You are receiving this mail because: You are watching all bug changes.