Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created August 7, 2012 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisntr/5d9224ac3b65c254cf72 to your computer and use it in GitHub Desktop.
Save chrisntr/5d9224ac3b65c254cf72 to your computer and use it in GitHub Desktop.
Stacktrace:
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (System.Reflection.Assembly,bool) <IL 0x0002e, 0xffffffff>
at System.Reflection.Assembly.GetTypes () [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Assembly.cs:357
at MonoTouch.ObjCRuntime.Runtime.RegisterAssembly (System.Reflection.Assembly) [0x00062] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Runtime.cs:94
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
Native stacktrace:
0 Test1 0x000903ec mono_handle_native_sigsegv + 284
1 Test1 0x00005508 mono_sigsegv_signal_handler + 248
2 libsystem_c.dylib 0x96c0686b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 ??? 0x09a73454 0x0 + 161952852
5 ??? 0x09a73419 0x0 + 161952793
6 ??? 0x09a6e0b9 0x0 + 161931449
7 ??? 0x09a6e2e7 0x0 + 161932007
8 Test1 0x000098c2 mono_jit_runtime_invoke + 722
9 Test1 0x0016a51e mono_runtime_invoke + 126
10 Test1 0x00208701 monotouch_register + 97
11 Test1 0x002029d0 main + 1952
12 Test1 0x000028c5 start + 53
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment