In using the 4.7.4 Beta, my application is crashing during debugging on a 4.0.3 x86 emulator. This happens in Xamarin Studio or VS2012. The part that’s having issues is on an adaptation of CommonWare’s WakefulIntentService and does not
crash when not debugging or in older versions. Any ideas?
[] * Assertion at /Users/builder/data/lanes/monodroid-mlion-master/f6831347/source/mono/mono/mini/mini.c:3692, condition `l' not met
[mono-rt] Stacktrace:
[mono-rt]
[mono-rt] at <unknown> <0xffffffff>
[mono-rt] at CatAndroid.Services.WakefulIntentService.SendWakefulWork (Android.Content.Context,Android.Content.Intent) [0x00001] in WakefulIntentService.cs:35
[mono-rt] at CatAndroid.Services.WakefulIntentService.SendWakefulWork (Android.Content.Context,System.Type) [0x00001] WakefulIntentService.cs:41
[mono-rt] at CatAndroid.Services.UpdatesMessagesListener.SendWakefulWork (Android.Content.Context) [0x00001] in UpdatesMessagesListener.cs:23
[mono-rt] at CatAndroid.BroadcastReceivers.AlarmBroadcastReceiver.OnReceive (Android.Content.Context,Android.Content.Intent) [0x00087] in AlarmBroadcastReceiver.cs:35
[mono-rt] at Android.Content.BroadcastReceiver.n_OnReceive_Landroid_content_Context_Landroid_content_Intent_ (intptr,intptr,intptr,intptr) [0x00018] in /Users/builder/data/lanes/monodroid-mlion-master/f6831347/source/monodroid/src/Mono.Android/platforms/android-15/src/generated/Android.Content.BroadcastReceiver.cs:301
[mono-rt] at (wrapper dynamic-method) object.c26999d6-9683-4fc8-8ce3-f2459840e165 (intptr,intptr,intptr,intptr) <IL 0x0001d, 0x00027>
[mono-rt] at (wrapper native-to-managed) object.c26999d6-9683-4fc8-8ce3-f2459840e165 (intptr,intptr,intptr,intptr) <IL 0x00024, 0xffffffff>
[mono-rt]
[mono-rt] =================================================================
[mono-rt] Got a SIGSEGV while executing native code. This usually indicates
[mono-rt] a fatal error in the mono runtime or one of the native libraries
[mono-rt] used by your application.
[mono-rt] =================================================================
[mono-rt]