gdb: Symbolized Crash Report: One line spans multiple functions?
gdb: Symbolized Crash Report: One line spans multiple functions?
- Subject: gdb: Symbolized Crash Report: One line spans multiple functions?
- From: Jerry Krinock <email@hidden>
- Date: Mon, 28 Dec 2009 15:47:13 -0800
Several times in the last few weeks, I've symbolized a crash report using gdb and gotten info like this:
Line 97 of "/Users/jk/Documents/Programming/Projects/Project1/ExtoreG+Loginner.m" starts at address 0xeb12d <-[ExtoreGoogle(Loginner) logInWithInfo:]+884> and ends at 0xeb135 <-[ExtoreG(Loginner) errorLoggingIn]>.
In other words, line 97 of my source code starts in one function and ends in another function. Of course I don't write source code like that. In fact, and I've seen this in other cases, line 97 is the last line (the closing curly bracket) of the first method mentioned, -logInWithInfo.
What can I conclude from this?
Thanks!
Jerry Krinock
_______________________________________________
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