https://bugs.kde.org/show_bug.cgi?id=425838
Bug ID: 425838 Summary: Assertion `false && "message doesn't fit into buffer" Product: Heaptrack Version: 1.1.0 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: m...@milianw.de Reporter: oleksandr.koval....@gmail.com Target Milestone: --- I got this message while trying to profile local RelWithDebInfo CMake build: heaptrack ../../../cmake-install-clean/bin/cmake ../benchmark/ heaptrack output will be written to "/home/dark/Documents/src/cmake-build-tests/gbenchmark/build/heaptrack.cmake.29996.gz" starting application, this might take some time... heaptrack_interpret: /build/heaptrack-jcO0xN/heaptrack-1.1.0+20180922.gitf752536/src/util/linewriter.h:84: bool LineWriter::write(const char*, T ...) [with T = {const char*}]: Assertion `false && "message doesn't fit into buffer"' failed. Heaptrack finished! Now run the following to investigate the data: heaptrack --analyze "/home/dark/Documents/src/cmake-build-tests/gbenchmark/build/heaptrack.cmake.29996.gz" That same build of CMake but stripped works. Simple commands like cmake -P simple.cmake also work and of course everyting works without heaptrack. Here's the link to full archive with both CMake build and CMakeLists.txt, it's big because of debug symbols https://www.sendspace.com/file/2e4b0t SOFTWARE/OS VERSIONS Ubuntu 20.04.1 Heaptrack 1.1.80(from apt, not manual build) -- You are receiving this mail because: You are watching all bug changes.