Re: What does this stack mean?
Re: What does this stack mean?
- Subject: Re: What does this stack mean?
- From: Shawn Erickson <email@hidden>
- Date: Wed, 06 Dec 2006 09:29:13 -0800
On Dec 6, 2006, at 1:46 AM, Jonny Taylor wrote:
Hi all,
I've been looking at a crash report for my app, and the top of the
stack looks like this:
#0 0x00089d5c in _Unwind_Find_registered_FDE
#1 0x00089fc8 in _Unwind_Find_FDE
#2 0x00085c88 in uw_frame_state_for
#3 0x0008603c in uw_init_context_1
#4 0x00086400 in _Unwind_RaiseException
#5 0x00087f38 in __cxa_throw
#6 0x0002010c in _ZN6Record8SetValueElPKcll
Just in case you don't know ... c++filt is your friend when it come
to groking symbols like the above.
MacPro:~ shawnce$ c++filt _ZN6Record8SetValueElPKcll
Record::SetValue(long, char const*, long, long)
-Shawn
_______________________________________________
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