I'm getting an immediate SIGSEV as soon as the app starts to load in the debugger. It usually runs OK if I launch is from the device, but not always. I'm using 4.8.0 from within Visual Studio. Everything is fine on am Android 2.3 phone and a 4.0 tablet, but fails on a brand new Nexus 7 with 4.3.
Here's a hunk of the trace:
In mgmain JNI_OnLoad 08-06 17:43:56.474 F/libc (10658): bionic/libc/upstream-netbsd/libc/stdlib/bsearch.c:70: bsearch: assertion "key != NULL" failed 08-06 17:43:56.474 E/mono-rt (10658): Stacktrace: 08-06 17:43:56.474 E/mono-rt (10658): 08-06 17:43:56.474 E/mono-rt (10658): 08-06 17:43:56.474 E/mono-rt (10658): ================================================================= 08-06 17:43:56.474 E/mono-rt (10658): Got a SIGSEGV while executing native code. This usually indicates 08-06 17:43:56.474 E/mono-rt (10658): a fatal error in the mono runtime or one of the native libraries 08-06 17:43:56.474 E/mono-rt (10658): used by your application. 08-06 17:43:56.474 E/mono-rt (10658): ================================================================= 08-06 17:43:56.474 E/mono-rt (10658): The program 'Mono' has exited with code 255 (0xff).