libmemleak icon indicating copy to clipboard operation
libmemleak copied to clipboard

No backtrace info with Debian "buster"

Open mpatrick02702 opened this issue 4 years ago • 1 comments

The package is working fine for our builds with a Debian "stretch" GCC build environment, For example, following the instructions to build an executeable a.out for addr2line.c, we get:

 #0  0000555555556ed3  in main at /home/mpatrick/svn/Packages/libmemleak/branches/0.1.2/libmemleak/src/addr2line.c:473

But after upgrading to a "buster" build environment, we get no function or line number information in libmemleak backtraces. The "a.out" executeable for addr2line.c outputs just:

 #0  0000555555557647  in "a.out"

For reference, the binutils-dev package versions are:

GOOD:  (Stretch): binutils-dev:2.28-5
BAD:     (Buster):   binutils-dev:2.31.1-16  

Please advise.

mpatrick02702 avatar Jan 12 '21 22:01 mpatrick02702

Sorry for the extreme delay, github never mailed me notifications for this project. Backtraces are also broken for me. I do not really have time to work on this right now; but if you are still there I'll have a look ;) (I realize that is about the most horrible condition one can set, after not replying for 2+ years themselves, but well...)

CarloWood avatar Aug 24 '23 12:08 CarloWood