Thread 0 crashed with X86 Thread State (32-bit): in cocoa Application

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2012-06-19T07:29:36Z Indexed on 2012/06/19 9:16 UTC
Read the original article Hit count: 111

Filed under:
|
|
|

I am doing crash fixing in an osx application .The crash report shows

Date/Time: 2012-05-01 16:05:58.004 +0200
OS Version: Mac OS X 10.5.8 (9L31a)

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000545f5f00
Crashed Thread: 8

Thread 8 crashed with X86 Thread State (32-bit):

eax: 0x140e0850 ebx: 0x00060fc8 ecx: 0x92df0ec0 edx: 0xc0000003
edi: 0x545f5f00 esi: 0x140e0870 ebp: 0xb0445988 esp: 0xb0445964
ss: 0x0000001f efl: 0x00010206 eip: 0x92dca68c cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0x545f5f00

How to tares the application code with this report?

what is Thread 0 crashed with X86 Thread State (32-bit)?

if anybody know please help me. Thanks in advance.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about osx