Native crash (SIGSEGV) on android 5.0 with xamarin + mvvmcross -


xamarin application mvvmcross stably crashes on samsung galaxy s5 sigsegv code on mvximageview mvxdownloadcache.

stacktrace:

i/debug(282): signal 11 (sigsegv), code 1 (segv_maperr), fault addr 0x5c i/debug(282):     r0 00000000  r1 bee36140  r2 9802ec40  r3 bee36140 i/debug(282):     r4 bee360cc  r5 9802ec40  r6 98401c00  r7 98036200 i/debug(282):     r8 12c65fa0  r9 b4e07800  sl 7209a638  fp 000000c0 i/debug(282):     ip b6ddafd7  sp bee360a0  lr b6deef7d  pc b6deecc0  cpsr a0030030 i/debug(282): backtrace: i/debug(282):     #00 pc 00090cc0  /system/lib/libandroid_runtime.so (androidpixelref::getstorageobj()+11) i/debug(282):     #01 pc 00090f79  /system/lib/libandroid_runtime.so (javaheapbitmapref::javaheapbitmapref(_jnienv*, skbitmap*, _jbytearray*)+24) i/debug(282):     #02 pc 0007cfeb  /system/lib/libandroid_runtime.so i/debug(282):     #03 pc 00b114bd  /system/framework/arm/boot.oat 

upd: it's full logcat error mesage.

anybody know error mean?

downgrade mvvmcross.hottuna.plugin.downloadcache library 3.5.1 3.5.0 solve problem


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -