https://bugs.kde.org/show_bug.cgi?id=397476
--- Comment #5 from Damian Szuberski ---
We run our software in restricted chroot for testing and deployment purposes
hence sometimes we need to explicitly invoke ld loader instead of relying on
what was hardcode in .interp section. I'll poke arou
https://bugs.kde.org/show_bug.cgi?id=397474
--- Comment #2 from Damian Szuberski ---
Thank you for fast reaction.
Unfortunately the binary tested under heaptrack was a proprietary one. I'll try
the bleeding edge master and at the same time try to prepare a simple
reproduction.
--
Yo
https://bugs.kde.org/show_bug.cgi?id=397476
--- Comment #3 from Damian Szuberski ---
Thank your for fast reaction.
$ cat main.cpp
#include
int main()
{
std::cout << new int(6) << std::endl;
}
$ g++ -g -o main main.cpp
$ heaptrack ./main
$ heaptrack_print /home/szubersk/tmp
https://bugs.kde.org/show_bug.cgi?id=397476
--- Comment #2 from Damian Szuberski ---
Created attachment 114451
--> https://bugs.kde.org/attachment.cgi?id=114451&action=edit
screenshot_1
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=397476
Bug ID: 397476
Summary: Heaptrack doesn't read symbols when callee is invoker
via explicit dynamic loader
Product: Heaptrack
Version: unspecified
Platform: Debian testing
https://bugs.kde.org/show_bug.cgi?id=397474
Bug ID: 397474
Summary: Heaptrack crashes while starting the binary
Product: Heaptrack
Version: 1.1.0
Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
Sev