Xamarin Android Mvvmcross app crashed on MvxBootstrapRunner -
sometimes (1/7) app crashes on android 4.0.4 on splash screen sigsegv error in mvxbootstraprunner class in stacktrace, , can start after 'force stop' only. if application crashed once endless splash screen displayed every next time (before force stop). mvvmcross version 3.5.1
i/mvx(15933): 0.50 setup: mvvmcross settings start i/mono-stdout(15933): mvx:diagnostic: 0.50 setup: mvvmcross settings start i/mvx(15933): 0.50 setup: singleton cache start i/mono-stdout(15933): mvx:diagnostic: 0.50 setup: singleton cache start i/mvx(15933): 0.52 setup: bootstrap actions i/mono-stdout(15933): mvx:diagnostic: 0.52 setup: bootstrap actions i/mvx(15933): 0.54 no view model type finder available - assuming looking splash screen - returning null i/mono-stdout(15933): mvx:diagnostic: 0.54 no view model type finder available - assuming looking splash screen - returning null e/mono-rt(15933): stacktrace: e/mono-rt(15933): @ <unknown> <0xffffffff> e/mono-rt(15933): @ (wrapper managed-to-native) system.type.type_is_assignable_from (system.type,system.type) <0xffffffff> e/mono-rt(15933): @ system.type.isassignablefrom (system.type) <0x001c3> e/mono-rt(15933): @ system.reflection.typeinfo.isassignablefrom (system.reflection.typeinfo) <0x0003b> e/mono-rt(15933): @ cirrious.crosscore.reflectionextensions.isassignablefrom (system.type,system.type) <0x0003b> e/mono-rt(15933): @ cirrious.crosscore.ioc.mvxtypeextensions/<>c__displayclass1a.<inherits>b__19 (system.type) <0x0001f> e/mono-rt(15933): @ system.linq.enumerable/<createwhereiterator>c__iterator1e`1.movenext () <0x0015b> e/mono-rt(15933): @ cirrious.crosscore.platform.mvxbootstraprunner.run (system.reflection.assembly) <0x00093> e/mono-rt(15933): @ cirrious.mvvmcross.platform.mvxsetup.performbootstrapactions () <0x00063> e/mono-rt(15933): @ cirrious.mvvmcross.platform.mvxsetup.initializesecondary () <0x0003b> e/mono-rt(15933): @ cirrious.mvvmcross.droid.platform.mvxandroidsetupsingleton.<initializefromsplashscreen>b__5 (object) <0x00037> e/mono-rt(15933): @ (wrapper runtime-invoke) <module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0xffffffff> e/mono-rt(15933): attempting native android stacktrace: e/mono-rt(15933): not unwind `libunwind.so`: cannot load library: load_library[1092]: library '/data/data/.../lib/libunwind.so' not found e/mono-rt(15933): not unwind `libcorkscrew.so`: cannot load library: load_library[1092]: library '/data/data/.../lib/libcorkscrew.so' not found e/mono-rt(15933): no options left native stacktrace :-( e/mono-rt(15933): ================================================================= e/mono-rt(15933): got sigsegv while executing native code. indicates e/mono-rt(15933): fatal error in mono runtime or 1 of native libraries e/mono-rt(15933): used application. e/mono-rt(15933): ================================================================= a/libc(15933): fatal signal 11 (sigsegv) @ 0x0000001d (code=1)
Comments
Post a Comment