Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Xamarin.Forms app shutting down abnormally on Android

$
0
0

I have suddenly started to experience my app shutting down abnormally on a button click on android. The Output shows this:

08-19 09:15:00.696 F/ (28830): * Assertion at /Users/builder/data/lanes/monodroid-mlion-monodroid-4.14-series/a5d57087/source/mono/mono/mini/debugger-agent.c:7703, condition `mono_error_ok (&error)' not met
08-19 09:15:00.697 E/mono-rt (28830): Stacktrace:
08-19 09:15:00.697 E/mono-rt (28830):
08-19 09:15:00.698 E/mono-rt (28830):
08-19 09:15:00.698 E/mono-rt (28830): =================================================================
08-19 09:15:00.698 E/mono-rt (28830): Got a SIGSEGV while executing native code. This usually indicates
08-19 09:15:00.698 E/mono-rt (28830): a fatal error in the mono runtime or one of the native libraries
08-19 09:15:00.698 E/mono-rt (28830): used by your application.
08-19 09:15:00.698 E/mono-rt (28830): =================================================================
08-19 09:15:00.698 E/mono-rt (28830):
08-19 09:15:00.699 F/libc (28830): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 28855 (trix.android.ui)

Can anybody tell me what's gone wrong with the app?. Note that this issue is not reproduced on WP8. Also, why is this "thread 28855 (trix.android.ui)" at the end of the log? my package name is "agtrix.android.ui".


Viewing all articles
Browse latest Browse all 58056

Trending Articles