Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Running ntoarm-addr2line.exe: (1 Item)
   
Running ntoarm-addr2line.exe  
Hi,

I need help in running the utility ntoarm-addr2line.exe. I am running this utility with the exe and the address after my
 process got terminated but it is pointing to wrong location of the C file. I am not sure if I am missing anything.
Below is the termination message which I received on the console. 
Process 32779 (MainAppProc) terminated SIGBUS code=1 fltno=5 ip=0024b29c(MainApp
Proc@main+0x148140) ref=003819ba

I am not sure whether to use the offset address (0x148140) or the IP (0024b29c) as an argument to this tool. I used both
 and both are pointing to wrong line of code which wont get execute during the process termination.
This is the command which I used - ntoarm-addr2line.exe -e MainAppProc 0x148140

Could you please mention the exact statement to execute this tool and the setup if there is any.

Also it would be helpful if you can suggest anyother good tool to find the exact line of code where the process 
termination has happened???