View Single Post

   
  #1 (permalink)  
Old 01-16-2008, 08:22 PM
pankajtakawale
 
Posts: n/a
Default core dump doesn't show back trace

I am having a core dump (aix 5.1) which doesnt show back trace. It only
shows frame#0 pthread_mutex_destroy().........
I can not figure out the problem point in my c++ application.
It also says .. no debugging symbols found.
My application is built without "-g" option.
What do i need to do?

Reply With Quote