https://bugs.kde.org/show_bug.cgi?id=444921
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libksysguard/commit/457b | |ac238af23539134525ea4cfb37c | |ca870e9ca Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #2 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 457bac238af23539134525ea4cfb37cca870e9ca by Arjen Hiemstra, on behalf of Loïc Yhuel. Committed on 04/11/2021 at 10:41. Pushed by ahiemstra into branch 'master'. Fix ksgrd_network_helper crash on exit afer a failure On an early return in main, the ConnectionMapping thread was destroyed without being properly joined, leading to an abort. So ConnectionMapping::stop has been changed into a destructor. m_running is also now set from the main thread, to ensure any early destruction while the thread is starting stops it properly. M +10 -10 processcore/plugins/network/helper/ConnectionMapping.cpp M +1 -2 processcore/plugins/network/helper/ConnectionMapping.h M +0 -1 processcore/plugins/network/helper/main.cpp https://invent.kde.org/plasma/libksysguard/commit/457bac238af23539134525ea4cfb37cca870e9ca -- You are receiving this mail because: You are watching all bug changes.