Trying to understand crash log output

Posted by John Smith on Stack Overflow See other posts from Stack Overflow or by John Smith
Published on 2010-04-30T17:35:13Z Indexed on 2010/04/30 17:37 UTC
Read the original article Hit count: 143

Filed under:
|
|
|

I'm trying to understand debug output from a crash log. I have the following line from the crashlog:

22  FG                          0x00022b94 0x1000 + 138132

I understand how to use atos on 0x00022b94 to get the source code location.

What I would like to know is why the crash log helpfully splits that number into 0x1000 + 138132? I have googled and the googles failed me.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about objective-c