Friday, 13 September 2013

is that possible to "addr2line" a shared library compiled in another machine?

is that possible to "addr2line" a shared library compiled in another machine?

compiled a shared library with symbols in machine A, and copy this
"###.so" file to machine B(with same source code), then call the command
addr2line ###### -e ###.so in B, I got wrong lines, even the source code
in A and B placed in same directory structure. please, what is the reason?

No comments:

Post a Comment