Re: Crash Report
Re: Crash Report
- Subject: Re: Crash Report
- From: Vinay Venkatesh <email@hidden>
- Date: Thu, 01 Jun 2006 20:19:25 +0530
That is indeed what it means...Of course being able to reproduce the
crash is more helpful since you can do real time debugging in gdb.
Dalton Hamilton wrote:
Hello -
I've got an application that is deployed and is crashing. I haven't
been able to reproduce the problem in the XCode debugger and I've
never worked with the output of the Crash Reorter. The user has
emailed the Crash Report to me and I'm trying to determine which line
of code is causing the problem.
Does the below snippet of the Crash Report mean that the app crashed
on line 1586 of the method [MyAppIVC mountIndex:DisplayMessages:] ??
Any help would be appreciated.
Dalton Hamilton
Thread 1 Crashed:
0 com.apple.myCocoaApplication 0x000061d1 -[MyAppIVC
mountIndex:DisplayMessages:] + 1586 (crt.c:305)
1 com.apple.myCocoaApplication 0x0000521d -[MyAppIVC
watchMountThread:] + 1754 (crt.c:305)
2 com.apple.Foundation 0x927201b0 forkThreadForFunction
+ 123
3 libSystem.B.dylib 0x90024a27 _pthread_body + 84
Thread 1 crashed with i386 Thread State:
eax: 0x00000000 ebx: 0x00000000 ecx:0x90a85e9c edx: 0x00000000
edi: 0x00374f80 esi: 0x0035b3d0 ebp:0xb009ddf8 esp: 0xb009dbd0
ss: 0x0000002f efl: 0x00010246 eip:0x000061d1 cs: 0x00000027
ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Crash Report (From: Dalton Hamilton <email@hidden>) |