Dear friends,
I am sorry I could not find the answer to this (simple??) question:
If a program halts with a message like: (error #454 at 376d8)
How can I use the 376d8 address to pin-point the line that caused the error?
thanks Francesco
Francesco Bonomi wrote:
I am sorry I could not find the answer to this (simple??) question:
If a program halts with a message like: (error #454 at 376d8)
How can I use the 376d8 address to pin-point the line that caused the error?
addr2line -e your-executable-filename 376d8
Frank