https://bugs.kde.org/show_bug.cgi?id=499194

--- Comment #4 from Milian Wolff <m...@milianw.de> ---
my `cat` rejects being called without args:

```
cat: -: input file is output file
```

if I instead use, say, `head` it works:

```
$ heaptrack head
heaptrack output will be written to
"/home/milian/projects/src/heaptrack/heaptrack.head.44324.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
a
a
a
a
a
a
^Cheaptrack stats:
        allocations:            56
        leaked allocations:     50
        temporary allocations:  4
Heaptrack finished! Now run the following to investigate the data:

  heaptrack --analyze
"/home/milian/projects/src/heaptrack/heaptrack.head.44324.zst"
$ .rw-r--r-- milian milian 1.3 KB Tue Jan 28 12:13:29 2025
/home/milian/projects/src/heaptrack/heaptrack.head.44324.zst
```

the file contains info on the 56 allocations as expected. there are no changes
to `heaptrack.sh.cmake` in master since, 1.5.0 was released so I don't really
know what is happening here? Can you reproduce it with `head` too?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to