Hi, On Wed, Apr 11, 2012 at 7:29 PM, Michael Bayne <[email protected]> wrote:
> On Wed, Apr 11, 2012 at 4:01 AM, Rolf Bjarne Kvinge <[email protected]> > wrote: > > Not sure if this is your issue, but I've had this problem when the > > executable output name (in the project's Build/Options configuration > page) > > doesn't match the app name. > > In this case the names match. I'm able to get symbolicatecrash to find the DWARF file (deep down under myapp.app.dSYM), but it claims that > the file appears to contain no symbols. As I mentioned, the actual app > does seem to contain symbols (myapp.app/myapp), so that allows > symbolicate crash to work. > > Incidentally, am I right in interpreting the following crash dump as a > Mono exception that's propagating up out of my app? > Yes, this is an unhandled exception, and it looks like it's happening in a static constructor. The device log should contain more information about the exception. Rolf > > 0 libsystem_kernel.dylib 0x321ec32c __pthread_kill + 8 > 1 libsystem_c.dylib 0x331f6208 pthread_kill + 48 > 2 libsystem_c.dylib 0x331ef298 abort + 88 > 3 dictionopolis 0x0136e69c > mono_handle_native_sigsegv (mini-exceptions.c:2255) > 4 dictionopolis 0x013909d0 sigabrt_signal_handler > (mini-posix.c:196) > 5 libsystem_c.dylib 0x332007e6 _sigtramp + 42 > 6 libsystem_c.dylib 0x331f6208 pthread_kill + 48 > 7 libsystem_c.dylib 0x331ef298 abort + 88 > 8 myapp 0x01449278 monoeg_g_logv > (goutput.c:128) > 9 myapp 0x014492c4 monoeg_assertion_message > (goutput.c:152) > 10 myapp 0x01357ea0 mono_thread_abort > (mini.c:2639) > 11 myapp 0x0136e094 > mono_handle_exception_internal + 3180 > 12 myapp 0x0136e298 mono_handle_exception > (mini-exceptions.c:1835) > 13 myapp 0x0138f5e4 mono_arm_throw_exception > (exceptions-arm.c:158) > 14 myapp 0x012ea804 throw_exception > (mscorlib.dll.6.s:205858) > 15 myapp 0x01409ac8 > mono_runtime_class_init_full (object.c:312) > 16 myapp 0x0140a368 mono_runtime_class_init > (object.c:252) > 17 myapp 0x0136f058 > mono_class_init_trampoline (mini-trampolines.c:795) > 18 myapp 0x012e9ecc > generic_trampoline_class_init (mscorlib.dll.6.s:205610) > 19 myapp 0x012ab8b4 > > wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr > (mscorlib.dll.6.s:169385) > 20 myapp 0x0135ab14 mono_jit_runtime_invoke > (mini.c:5786) > 21 myapp 0x01401f40 mono_runtime_invoke > (object.c:2757) > 22 myapp 0x0145e658 monotouch_trampoline > (monotouch-glue.m:808) > 23 UIKit 0x32b61e4c -[UIApplication > _callInitializationDelegatesForURL:payload:suspended:] + 1176 > 24 UIKit 0x32b5b97e -[UIApplication > _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] > + 402 > ... > > -- [email protected] >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
