https://bugs.kde.org/show_bug.cgi?id=392085
--- Comment #5 from Milian Wolff <m...@milianw.de> --- Reproduced with the latest file you attached. Inspecting the backtraces with `heaptrack_print` shows they are completely fubared. Just to double check, can you tell me the output of `git describe`? And you are sure you installed after compiling, to ensure it's not picking up some older heaptrack lib? Oooh and now I see this: reading file "heaptrack.plasmashell.27041.gz" - please wait, this might take some time... Debuggee command was: /bin/bash -c exec /usr/bin/plasmashell Debuggee command was: /usr/bin/plasmashell Seems like you somehow managed to run heaptrack on bash *and* plasma as its child - that shouldn't be possible... We don't support child process tracking, but somehow your heaptrack does it nevertheless. This would explain why the resulting data file is corrupt! It gets written to by multiple processes then probably... Ouch! -- You are receiving this mail because: You are watching all bug changes.