https://bugs.kde.org/show_bug.cgi?id=431746
--- Comment #2 from jyn...@gmail.com --- This used to work in Rust 1.32.0 but broke in Rust 1.33.0. ``` > heaptrack $(rustup which rustc --toolchain 1.32.0) --version heaptrack output will be written to "/home/joshua/test-rustdoc/heaptrack.rustc.27573.gz" starting application, this might take some time... rustc 1.32.0 (9fda7c223 2019-01-16) ../src/interpret/heaptrack_interpret.cpp:348 ERROR:Failed to create backtrace state for module /lib/x86_64-linux-gnu/libdl.so.2: ranges offset out of range / Success (error code 0) heaptrack stats: allocations: 346 leaked allocations: 7 temporary allocations: 26 Heaptrack finished! Now run the following to investigate the data: heaptrack --analyze "/home/joshua/test-rustdoc/heaptrack.rustc.27573.gz" > heaptrack $(rustup which rustc --toolchain 1.33.0) --version heaptrack output will be written to "/home/joshua/test-rustdoc/heaptrack.rustc.27536.gz" starting application, this might take some time... rustc 1.33.0 (2aa4c46cf 2019-02-28) ^C ``` -- You are receiving this mail because: You are watching all bug changes.