Hi,

On Fri, Oct 19, 2012 at 8:07 PM, Dean Cleaver <
[email protected]> wrote:

>  This is from a device crash log:
>
>
>
> Thread 0 name:  Dispatch queue: com.apple.main-thread
>
> Thread 0 Crashed:
>
> 0   libsystem_kernel.dylib        0x3140a350 __pthread_kill + 8
>
> 1   libsystem_c.dylib                0x31be311e pthread_kill + 54
>
> 2   libsystem_c.dylib                0x31c1f96e abort + 90
>
> 3   ...rLogicFlashValetiPhoneValet      0x00ea6b58
> mono_handle_native_sigsegv (mini-exceptions.c:2281)
>
> 4   ...rLogicFlashValetiPhoneValet      0x00e60f90
> mono_sigsegv_signal_handler (mini.c:5933)
>
> 5   libsystem_c.dylib                0x31bece90 _sigtramp + 40
>
> 6   ...rLogicFlashValetiPhoneValet      0x000553e0 -[EAStream
> findAccessory] (EAStream.m:286)
>
> 7   ...rLogicFlashValetiPhoneValet      0x00055848 -[EAStream
> EAAccessoryDidConnect:] (EAStream.m:326)
>

It crashed inside ExternalAccessory. That's pretty much all I can say for
certain.

Speculating a bit my guess would be that the object listening for
notifications from NSNotificationCenter was freed (have in mind that
NSNotificationCenter does not ref any objects/notifications, you have to
make sure those aren't freed yourself).

Rolf


> 8   CoreFoundation                  0x36062034 _CFXNotificationPost + 1424
>
> 9   Foundation                         0x38138d8c -[NSNotificationCenter
> postNotificationName:object:userInfo:] + 68
>
> 10  ExternalAccessory             0x3625b3be __block_global_0 + 194
>
> 11  libdispatch.dylib                 0x3210c11c
> _dispatch_call_block_and_release + 8
>
> 12  libdispatch.dylib                 0x3210b4b4 _dispatch_client_callout
> + 20
>
> 13  libdispatch.dylib                 0x3210cdc6
> _dispatch_main_queue_callback_4CF$VARIANT$up + 222
>
> 14  CoreFoundation                  0x360e4f36 __CFRunLoopRun + 1286
>
> 15  CoreFoundation                  0x36057eb8 CFRunLoopRunSpecific + 352
>
> 16  CoreFoundation                  0x36057d44 CFRunLoopRunInMode + 100
>
> 17  GraphicsServices              0x33d0d2e6 GSEventRunModal + 70
>
> 18  UIKit                                  0x35acf2fc UIApplicationMain +
> 1116
>
> 19  ...rLogicFlashValetiPhoneValet     0x00237588
> wrapper_managed_to_native_MonoTouch_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr
> + 236
>
> 20  ...rLogicFlashValetiPhoneValet     0x00590560
> KleverLogic_FlashValet_iPhone_Valet_Application_Main_string__ (Main.cs:41)
>
> 21  ...rLogicFlashValetiPhoneValet     0x00d2aecc
> wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr
> + 196
>
> 22  ...rLogicFlashValetiPhoneValet     0x00e6278c mono_jit_runtime_invoke
> (mini.c:5796)
>
> 23  ...rLogicFlashValetiPhoneValet     0x00ecdfb8 mono_runtime_invoke
> (object.c:2790)
>
> 24  ...rLogicFlashValetiPhoneValet     0x00ed0cd6 mono_runtime_exec_main
> (object.c:3972)
>
> 25  ...rLogicFlashValetiPhoneValet     0x00ed4602 mono_runtime_run_main
> (object.c:3602)
>
> 26  ...rLogicFlashValetiPhoneValet     0x00e78e8a mono_jit_exec
> (driver.c:1122)
>
> 27  ...rLogicFlashValetiPhoneValet     0x00f1f948 main (main.m:458)
>
> 28  ...rLogicFlashValetiPhoneValet     0x0007306c start + 36
>
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to