https://bugs.kde.org/show_bug.cgi?id=386923
--- Comment #5 from Milian Wolff <m...@milianw.de> --- @Giuseppe: If possible, please compile heaptrack from current git master and enable extended log output by setting s_debugVerbosity in libheaptrack.cpp to: constexpr const DebugVerbosity s_debugVerbosity = VeryVerboseOutput; I cannot figure out how your deadlock could arise. It does look like all threads except the main thread are blocked in free(), but it's unclear which thread is holding the lock :-/ It shouldn't be any of them, looking at the code... -- You are receiving this mail because: You are watching all bug changes.