https://bugs.kde.org/show_bug.cgi?id=394520
Milian Wolff <m...@milianw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #1 from Milian Wolff <m...@milianw.de> --- I cannot reproduce this: $ heaptrack -p $(pidof kwrite) heaptrack output will be written to "/home/milian/projects/src/heaptrack/heaptrack.kwrite.15432.zst" injecting heaptrack into application via GDB, this might take some time... injection finished # ctrl + o in kwrite # then quit heaptrack stats: allocations: 1417920 leaked allocations: 3378 temporary allocations: 295490 removing heaptrack injection via GDB, this might take some time... ptrace: No such process. No symbol table is loaded. Use the "file" command. The program is not being run. Heaptrack finished! Now run the following to investigate the data: heaptrack --analyze "/home/milian/projects/src/heaptrack/heaptrack.kwrite.15432.zst" please provide more information for me on how to reproduce this. what program are you tracing? what workload do you put on it? also, please try to run tests/auto/tst_inject on your system - does it pass? -- You are receiving this mail because: You are watching all bug changes.