https://bugs.kde.org/show_bug.cgi?id=445235
--- Comment #7 from Paul Floyd <pjfl...@wanadoo.fr> --- I installed gnat and I get, without any mods ==48426== 4 bytes in 1 blocks are definitely lost in loss record 1 of 2 ==48426== at 0x484D2E4: malloc (vg_replace_malloc.c:450) ==48426== by 0x4090A6: __gnat_malloc (s-memory.adb:79) ==48426== by 0x402CE9: _ada_leak_new (leak_new.adb:4) ==48426== by 0x402CA4: main (b~leak_new.adb:194) ==48426== ==48426== 40 bytes in 10 blocks are definitely lost in loss record 2 of 2 ==48426== at 0x484D2E4: malloc (vg_replace_malloc.c:450) ==48426== by 0x4090A6: __gnat_malloc (s-memory.adb:79) ==48426== by 0x402D04: _ada_leak_new (leak_new.adb:7) ==48426== by 0x402CA4: main (b~leak_new.adb:194) and if I make a small change to detect the "_ada_" prefix and then call ada_demangle I get ==68758== 4 bytes in 1 blocks are definitely lost in loss record 1 of 2 ==68758== at 0x484D2E4: malloc (vg_replace_malloc.c:450) ==68758== by 0x4090A6: __gnat_malloc (s-memory.adb:79) ==68758== by 0x402CE9: leak_new (leak_new.adb:4) ==68758== by 0x402CA4: main (b~leak_new.adb:194) ==68758== ==68758== 40 bytes in 10 blocks are definitely lost in loss record 2 of 2 ==68758== at 0x484D2E4: malloc (vg_replace_malloc.c:450) ==68758== by 0x4090A6: __gnat_malloc (s-memory.adb:79) ==68758== by 0x402D04: leak_new (leak_new.adb:7) ==68758== by 0x402CA4: main (b~leak_new.adb:194) -- You are receiving this mail because: You are watching all bug changes.