Re: Help on Stack trace
Re: Help on Stack trace
- Subject: Re: Help on Stack trace
- From: Arnab Ganguly <email@hidden>
- Date: Sat, 7 Feb 2009 20:46:16 +0530
What you are saying is perfect.Issue is we are having a existing infrastructure whose functionality is similar to the Crashreport but not as that much refined.
It is able to generate the stack trace with the address information but there are no symbol informations available works perfectly on windows OS.
Hence from the developer's end it is difficult to identify the stack trace.
So I was trying to increase the functionality by using atos and if not available get a closer details using dladdr. I don't have the opportunity to use backtrace function lists as this at present works on Tiger with 10.4 SDK.
Stack traces are being manipulated using the program counter, if I call atos on the program counter followed by the binary the symbol info comes correctly, but not sure about the availabilty so was trying to use dladdr also with info.dli_sname.
Please let me know the approach mentioned above does it make sense considering the reusabilty of the existing framework.
Thanks in advance.
-A
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden