Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Help with debugging a core dump image: Page 1 of 3 (3 Items)
   
Help with debugging a core dump image  
Hello,
        I am using GDB to troubleshoot a core dump file. Unfortunately, the core dump file does not have a lot of 
symbols and the stack frames only have the adresses. The adresses are of two different type

one starting with 0x0 - the symbols of these frame are available
Others starting with 0xb - they do not have any symbol information available.

I am presuming that is because the applciation is using shared object library. I can create an object dump of the shared
 object file. and I know how to disassemble the program given correct adresses.

However, I do not know what is the different between the two type of addresses is. I do not know if I have to substract 
the beginning address from the innermost frame address or what?

Can someone please tell me how can I translate the stack frame addresses to figure out what line of code is being called


Thanks,