Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created March 14, 2011 21:19
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/dedddfda14b4f104e2e2 to your computer and use it in GitHub Desktop.
Save chrisntr/dedddfda14b4f104e2e2 to your computer and use it in GitHub Desktop.
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Assembly.cs:348
at MonoTouch.ObjCRuntime.Runtime.RegisterAssembly (System.Reflection.Assembly a) [0x0004b] in /Users/plasma/Source/iphone/monotouch/ObjCRuntime/Runtime.cs:82
Stacktrace:
Native stacktrace:
Error connecting stdout and stderr (127.0.0.1:10001)
* Assertion: should not be reached at ../../../../mono/mini/mini.c:2625
0 FlightsNorway 0x000d0d64 mono_handle_native_sigsegv + 343
1 FlightsNorway 0x0013ad81 sigabrt_signal_handler + 116
2 libSystem.B.dylib 0x95fcb46b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 libSystem.B.dylib 0x9605889d raise + 26
5 libSystem.B.dylib 0x9606e9bc abort + 93
6 FlightsNorway 0x0027df7a monoeg_g_logv + 197
7 FlightsNorway 0x0027dfdc monoeg_assertion_message + 46
8 FlightsNorway 0x00007bcf mono_thread_abort + 83
9 FlightsNorway 0x000cfad1 mono_handle_exception_internal + 2492
10 FlightsNorway 0x000d0640 mono_handle_exception + 125
11 FlightsNorway 0x00134df6 mono_x86_throw_exception + 489
12 ??? 0x072abf8f 0x0 + 120242063
13 FlightsNorway 0x00188b5b ves_icall_System_Reflection_Assembly_GetTypes + 1561
14 ??? 0x0770c646 0x0 + 124831302
15 ??? 0x0770c609 0x0 + 124831241
16 ??? 0x07701f29 0x0 + 124788521
17 ??? 0x07702055 0x0 + 124788821
18 FlightsNorway 0x0000f5b7 mono_jit_runtime_invoke + 1332
19 FlightsNorway 0x001ec69f mono_runtime_invoke + 137
20 FlightsNorway 0x00299ced monotouch_register + 90
21 FlightsNorway 0x002a058d main + 3592
22 FlightsNorway 0x00002939 _start + 208
23 FlightsNorway 0x00002868 start + 40
Debug info from gdb:
/tmp/mono-gdb-commands.aPtEKJ:1: Error in sourced command file:
unable to debug self
=================================================================
Got a SIGABRT 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