2
votes
1answer
118 views
How do I map a segfault instruction pointer address from /var/log/messages to an address/function in my .map file?
(My environment is 64-bit Ubuntu, my application is C++ compiled and linked with g++.)
When an application does something like divide by zero or run a asm("int $3") left in the code, one of the …
