https://bugs.kde.org/show_bug.cgi?id=431746
--- Comment #5 from Joshua Nelson <jyn...@gmail.com> --- Millian, thanks for getting back. Unfortunately, heaptrack has absolutely no output on the Rust compiler. I confirmed it has logging for other programs: ``` > bin/heaptrack lsheaptrack output will be written to > "/home/joshua/heaptrack/build/heaptrack.ls.4864.gz" starting application, this might take some time... heaptrack debug(3) [4877:4877]@0 heaptrack_malloc(0x7f753d13a3a8, 32) heaptrack debug(3) [4877:4877]@0 acquiring lock ... ``` but not on rustc: ``` > bin/heaptrack > /home/joshua/.local/lib/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc heaptrack output will be written to "/home/joshua/heaptrack/build/heaptrack.rustc.4885.gz" starting application, this might take some time... Usage: rustc [OPTIONS] INPUT ... rest of the help options ... ^C ``` -- You are receiving this mail because: You are watching all bug changes.