https://bugs.kde.org/show_bug.cgi?id=499194
--- Comment #2 from Peter Majchrak <peto...@gmail.com> --- yes, I can reproduce the same behaviour using `cat` and entering a few lines of text in order to hopefully trigger some allocs: ``` $ heaptrack cat heaptrack output will be written to "/home/peter/temp/heaptrack.cat.3380.zst" starting application, this might take some time... NOTE: heaptrack detected DEBUGINFOD_URLS but will disable it to prevent unintended network delays during recording If you really want to use DEBUGINFOD, export HEAPTRACK_ENABLE_DEBUGINFOD=1 hello hello whatup whatup ^Cheaptrack stats: allocations: 32 leaked allocations: 31 temporary allocations: 1 Heaptrack finished! Now run the following to investigate the data: heaptrack --analyze "/home/peter/temp/heaptrack.cat.3380.zst" heaptrack_gui detected, automatically opening the file... Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. $ ls -alh heaptrack.cat.3380.zst -rw-r--r-- 1 peter peter 0 Jan 27 17:08 heaptrack.cat.3380.zst ``` -- You are receiving this mail because: You are watching all bug changes.