https://bugs.kde.org/show_bug.cgi?id=425841
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.7.0 Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/commit/43db1a | |72dbbe91e231ab7349f202df6a5 | |fb4337c Status|REPORTED |RESOLVED --- Comment #1 from Francis Herne <m...@flherne.uk> --- Git commit 43db1a72dbbe91e231ab7349f202df6a5fb4337c by Francis Herne, on behalf of Igor Kushnir. Committed on 02/09/2020 at 22:03. Pushed by flherne into branch 'master'. Don't crash during a slow (>= 60 seconds) startup A quick benchmark shows that the added QCoreApplication::processEvents() call takes the same time - 6 milliseconds - in Debug and Release builds. 6 milliseconds is not a noticeable startup slowdown, especially considering that the event loop does useful work: processes events, which would have to be handled eventually anyway. FIXED-IN: 5.7.0 M +6 -0 app/main.cpp https://invent.kde.org/kdevelop/kdevelop/commit/43db1a72dbbe91e231ab7349f202df6a5fb4337c -- You are receiving this mail because: You are watching all bug changes.