• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
gdb: Symbolized Crash Report: One line spans multiple functions?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: gdb: Symbolized Crash Report: One line spans multiple functions?
      • From: Jerry Krinock <email@hidden>
  • Prev by Date: Switching executable automatically
  • Next by Date: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Previous by thread: Re: Re: Switching executable automatically
  • Next by thread: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Index(es):
    • Date
    • Thread