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 |https://invent.kde.org/plas |ma/libksysguard/commit/457b |ma/libksysguard/commit/1344 |ac238af23539134525ea4cfb37c |cf98af560570fc661b175643b7a |ca870e9ca |90cb7ac52 --- Comment #3 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 1344cf98af560570fc661b175643b7a90cb7ac52 by Arjen Hiemstra, on behalf of Loïc Yhuel. Committed on 04/11/2021 at 10:43. Pushed by ahiemstra into branch 'Plasma/5.23'. 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. (cherry picked from commit 457bac238af23539134525ea4cfb37cca870e9ca) 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/1344cf98af560570fc661b175643b7a90cb7ac52 -- You are receiving this mail because: You are watching all bug changes.