Is it just me, or is addr2line completely broken in this MinGW build
(which I downloaded from the MinGW site)? Invoking it on a list of
addresses redirected from a file, like this:
0x01154C71
0x01154CE3
0x01001459
0x010218FB
0x011FE67C
0x01205BCF
0x0120377C
0x0103B552
0x0107A10D
0x0107A3AF
0x01014D1D
0x010E1A0B
etc. (indentation was added and does not exist in the file) produces a
very boring output:
??:0
??:0
??:0
??:0
??:0
??:0
??:0
??:0
??:0
etc. Passing a single address from the command line has the same
effect.
addr2line from the previous build, 2.22-1, work perfectly on the same
input.
If this is a real bug, where should I report it?
TIA
|