https://bugs.kde.org/show_bug.cgi?id=468708
--- Comment #10 from michael <reeves...@gmail.com> --- Git commit 4c22337af6073ffb28de39e9af87988a4a428f92 by Michael Reeves. Committed on 28/04/2023 at 15:54. Pushed by mreeves into branch '1.10'. Don't invoke UI setup code in auto mode This code block creates an unstable situation inside Qt that is triggered by any call to std::exit This causes a crash on exit if '--auto' is engaged QApplication::exec() stablizes Qt but does not return control to the call point. (cherry picked from commit c67c2e35b00ba773dad0952b8b5fb9f3573bd430) M +1 -1 src/kdiff3.cpp https://invent.kde.org/sdk/kdiff3/commit/4c22337af6073ffb28de39e9af87988a4a428f92 -- You are receiving this mail because: You are watching all bug changes.