[Heaptrack] [Bug 397476] Heaptrack doesn't read symbols when callee is invoker via explicit dynamic loader

2018-08-19 Thread Damian Szuberski
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 around it,

[Heaptrack] [Bug 397476] Heaptrack doesn't read symbols when callee is invoker via explicit dynamic loader

2018-08-17 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=397476 Milian Wolff changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Ever confirmed|0

[Heaptrack] [Bug 397476] Heaptrack doesn't read symbols when callee is invoker via explicit dynamic loader

2018-08-15 Thread Damian Szuberski
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/heaptrack/a/hea

[Heaptrack] [Bug 397476] Heaptrack doesn't read symbols when callee is invoker via explicit dynamic loader

2018-08-15 Thread Damian Szuberski
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.

[Heaptrack] [Bug 397476] Heaptrack doesn't read symbols when callee is invoker via explicit dynamic loader

2018-08-15 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=397476 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|---