MonoTouch:符号崩溃

时间:2011-11-29 18:26:30

标签: ios xamarin.ios symbolicate

我使用Monotouch,所以不会发生很多崩溃。但我得到了我的第一个。我已经在Xcode中打开了崩溃文件,它已经被象征化了。

以下是我获得的崩溃信息吗? (看起来像ctor中的一个问题)

0   libsystem_kernel.dylib          0x3640432c 0x363f3000 + 70444
1   libsystem_c.dylib               0x332cdf54 0x33280000 + 319316
2   libsystem_c.dylib               0x332c6fe4 0x33280000 + 290788
3   Nations                     0x005107f0 mono_handle_native_sigsegv (mini-exceptions.c:2249)
4   Nations                     0x00539680 sigabrt_signal_handler (mini-posix.c:196)
5   libsystem_c.dylib               0x332d8532 0x33280000 + 361778
6   libsystem_c.dylib               0x332cdf54 0x33280000 + 319316
7   libsystem_c.dylib               0x332c6fe4 0x33280000 + 290788
8   Nations                     0x0065f91c monoeg_g_logv (goutput.c:135)
9   Nations                     0x0065f9f0 monoeg_assertion_message (goutput.c:155)
10  Nations                     0x004f18dc mono_thread_abort (mini.c:2639)
11  Nations                     0x0050f730 mono_handle_exception_internal (mini-exceptions.c:1536)
12  Nations                     0x005100d4 mono_handle_exception (mini-exceptions.c:1831)
13  Nations                     0x0053743c mono_arm_throw_exception (exceptions-arm.c:158)
14  Nations                     0x00537534 mono_arm_throw_exception_by_token (exceptions-arm.c:169)
15  Nations                     0x00492538 throw_corlib_exception (mscorlib.dll.6.s:186564)
16  Nations                     0x0001946c General_BaseUIApplicationDelegate__ctor (Nations.exe.6.s:414)
17  Nations                     0x00018b24 General_AppDelegateIPhone__ctor (Nations.exe.6.s:11)
18  Nations                     0x00455894 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr (mscorlib.dll.6.s:152470)
19  Nations                     0x004f5b60 mono_jit_runtime_invoke (mini.c:5759)
20  Nations                     0x005ec590 mono_runtime_invoke (object.c:2757)
21  Nations                     0x00680e98 monotouch_ctor_trampoline (monotouch-glue.m:719)

1 个答案:

答案 0 :(得分:2)

看起来非常有用的符号化(lib系统的东西不是,这让我怀疑你使用的是带有Xcode 4.2的iOS 5.0.1 - 那里有一个bug)。我从来没有看到过Objective-C以上的内容。

所以是的,确实看起来它正指向你的AppDelegateIPhone。