Your App crashes in MainViewController.m line 113.
You send a message to a dead object in there.

        atze


Am 11.01.2010 um 14:50 schrieb Eric E. Dolecki:

> I have an app that I am trying to debug. When I run in Simulator I have no
> problems. When I am tethered to my dev machine with a device I see no
> problems. When I'm out and about I'll get crashes when I click into a
> UITextField in a view I flip to I'll get the crashes (sometimes)
> 
> Using Organizer I'll check into the crashes and I don't understand them:
> 
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> 
> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000e
> 
> Crashed Thread:  0
> 
> 
> Thread 0 Crashed:
> 
> 0   libobjc.A.dylib               0x00003ebc objc_msgSend + 20
> 
> 1   ZipWeather                    0x00003ace -[MainViewController
> updateClock] (MainViewController.m:113)
> 
> 2   Foundation                    0x0000dd94 __NSFireTimer + 136
> 
> 3   CoreFoundation                0x000574bc CFRunLoopRunSpecific + 2192
> 
> 4   CoreFoundation                0x00056c18 CFRunLoopRunInMode + 44
> 
> 5   GraphicsServices              0x0000436c GSEventRunModal + 188
> 
> 6   UIKit                         0x00003c28 -[UIApplication _run] + 552
> 
> 7   UIKit                         0x00002228 UIApplicationMain + 960
> 
> 8   MyApp                             0x00002c76 main (main.m:14)
> 
> 9   MyApp                       0x00002c0c start + 44
> 
> 
> Thread 0 crashed with ARM Thread State:
> 
>    r0: 0x0017bb60    r1: 0x33843fc8      r2: 0x3dd612f7      r3: 0xbf7e98fd
> 
>    r4: 0x00000006    r5: 0x00000038      r6: 0x0017bb60      r7: 0x2ffff4c0
> 
>    r8: 0x33843fc8    r9: 0x001fc098     r10: 0x00105bf0     r11: 0x00105ce0
> 
>    ip: 0x0000a07c    sp: 0x2ffff370      lr: 0x00003ad5      pc: 0x3090febc
> 
>  cpsr: 0x000f0010
> 
> 
> Any ideas based on the above?
> _______________________________________________
> 
> Cocoa-dev mailing list ([email protected])
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/atze%40freeport.de
> 
> This email sent to [email protected]

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to