Android Pie: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) android::Theme::ApplyStyle(unsigned int, bool)












8















I am receiving the crash mentioned in the title in my play console



It present only on Android Pie and limited to Pixel XL (marlin) and Pixel (sailfish) devices



I have no idea what is causing it as I don't have anyway to reproduce this issue.



Here is the stack trace

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> sample.package.name <<<

backtrace:

#00 pc 0000000000026bcc /system/lib64/libandroidfw.so (android::Theme::ApplyStyle(unsigned int, bool)+472)

#01 pc 000000000012c080 /system/lib64/libandroid_runtime.so (android::NativeThemeApplyStyle(_JNIEnv*, _jclass*, long, long, int, unsigned char)+92)

#02 pc 00000000003d16d0 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.nativeThemeApplyStyle [DEDUPED]+176)

#03 pc 00000000007bd0a4 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.applyStyleToTheme+116)

#04 pc 00000000007c6918 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl$ThemeImpl.rebase+232)

#05 pc 00000000007cc3a4 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl.newThemeImpl+228)

#06 pc 00000000007c5fcc /system/framework/arm64/boot-framework.oat (android.content.res.Resources.setImpl+412)

#07 pc 00000000007733ac /system/framework/arm64/boot-framework.oat (android.app.ResourcesManager.updateResourcesForActivity+1916)

#08 pc 000000000087a780 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performActivityConfigurationChanged+912)

#09 pc 000000000087ac2c /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performConfigurationChangedForActivity+220)

#10 pc 000000000087f9fc /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleActivityConfigurationChanged+444)

#11 pc 0000000000a75450 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.ActivityConfigurationChangeItem.execute+128)

#12 pc 000000000077b7f4 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+708)

#13 pc 000000000077b4b8 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+280)

#14 pc 000000000086d9f4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+308)

#15 pc 0000000000aaa594 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)

#16 pc 0000000000aad690 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1264)

#17 pc 000000000087a358 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+664)

#18 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#19 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#20 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#21 pc 0000000000467d38 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)

#22 pc 00000000003f6728 /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)

#23 pc 000000000011e6d4 /system/framework/arm64/boot.oat (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)

#24 pc 0000000000be3a78 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)

#25 pc 0000000000beac60 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3088)

#26 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#27 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#28 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#29 pc 0000000000465de8 /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+424)

#30 pc 0000000000368494 /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652)

#31 pc 00000000000b1cb4 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+136)

#32 pc 00000000000b4640 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+752)

#33 pc 000000000000219c /system/bin/app_process64 (main+1200)

#34 pc 00000000000b05d8 /system/lib64/libc.so (__libc_init+88)


Any pointers as to what might be causing this issue would be appreciated. Thanks.










share|improve this question

























  • It looks like one of the crash log from native library, basically one of the library is not supported by device architecture.

    – Karan Mer
    Dec 28 '18 at 7:40











  • have create custom them style for app?

    – Mayur Dabhi
    Dec 28 '18 at 8:22






  • 1





    @RichardLeMesurier It doesn't crash on Pie emulator

    – q126y
    Dec 28 '18 at 8:42











  • @MayurDabhi Yes

    – q126y
    Dec 28 '18 at 8:57






  • 1





    i think there it some attribute which not support that particular device, that why crash occur

    – Mayur Dabhi
    Dec 28 '18 at 8:59
















8















I am receiving the crash mentioned in the title in my play console



It present only on Android Pie and limited to Pixel XL (marlin) and Pixel (sailfish) devices



I have no idea what is causing it as I don't have anyway to reproduce this issue.



Here is the stack trace

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> sample.package.name <<<

backtrace:

#00 pc 0000000000026bcc /system/lib64/libandroidfw.so (android::Theme::ApplyStyle(unsigned int, bool)+472)

#01 pc 000000000012c080 /system/lib64/libandroid_runtime.so (android::NativeThemeApplyStyle(_JNIEnv*, _jclass*, long, long, int, unsigned char)+92)

#02 pc 00000000003d16d0 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.nativeThemeApplyStyle [DEDUPED]+176)

#03 pc 00000000007bd0a4 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.applyStyleToTheme+116)

#04 pc 00000000007c6918 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl$ThemeImpl.rebase+232)

#05 pc 00000000007cc3a4 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl.newThemeImpl+228)

#06 pc 00000000007c5fcc /system/framework/arm64/boot-framework.oat (android.content.res.Resources.setImpl+412)

#07 pc 00000000007733ac /system/framework/arm64/boot-framework.oat (android.app.ResourcesManager.updateResourcesForActivity+1916)

#08 pc 000000000087a780 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performActivityConfigurationChanged+912)

#09 pc 000000000087ac2c /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performConfigurationChangedForActivity+220)

#10 pc 000000000087f9fc /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleActivityConfigurationChanged+444)

#11 pc 0000000000a75450 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.ActivityConfigurationChangeItem.execute+128)

#12 pc 000000000077b7f4 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+708)

#13 pc 000000000077b4b8 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+280)

#14 pc 000000000086d9f4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+308)

#15 pc 0000000000aaa594 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)

#16 pc 0000000000aad690 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1264)

#17 pc 000000000087a358 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+664)

#18 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#19 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#20 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#21 pc 0000000000467d38 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)

#22 pc 00000000003f6728 /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)

#23 pc 000000000011e6d4 /system/framework/arm64/boot.oat (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)

#24 pc 0000000000be3a78 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)

#25 pc 0000000000beac60 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3088)

#26 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#27 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#28 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#29 pc 0000000000465de8 /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+424)

#30 pc 0000000000368494 /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652)

#31 pc 00000000000b1cb4 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+136)

#32 pc 00000000000b4640 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+752)

#33 pc 000000000000219c /system/bin/app_process64 (main+1200)

#34 pc 00000000000b05d8 /system/lib64/libc.so (__libc_init+88)


Any pointers as to what might be causing this issue would be appreciated. Thanks.










share|improve this question

























  • It looks like one of the crash log from native library, basically one of the library is not supported by device architecture.

    – Karan Mer
    Dec 28 '18 at 7:40











  • have create custom them style for app?

    – Mayur Dabhi
    Dec 28 '18 at 8:22






  • 1





    @RichardLeMesurier It doesn't crash on Pie emulator

    – q126y
    Dec 28 '18 at 8:42











  • @MayurDabhi Yes

    – q126y
    Dec 28 '18 at 8:57






  • 1





    i think there it some attribute which not support that particular device, that why crash occur

    – Mayur Dabhi
    Dec 28 '18 at 8:59














8












8








8


1






I am receiving the crash mentioned in the title in my play console



It present only on Android Pie and limited to Pixel XL (marlin) and Pixel (sailfish) devices



I have no idea what is causing it as I don't have anyway to reproduce this issue.



Here is the stack trace

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> sample.package.name <<<

backtrace:

#00 pc 0000000000026bcc /system/lib64/libandroidfw.so (android::Theme::ApplyStyle(unsigned int, bool)+472)

#01 pc 000000000012c080 /system/lib64/libandroid_runtime.so (android::NativeThemeApplyStyle(_JNIEnv*, _jclass*, long, long, int, unsigned char)+92)

#02 pc 00000000003d16d0 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.nativeThemeApplyStyle [DEDUPED]+176)

#03 pc 00000000007bd0a4 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.applyStyleToTheme+116)

#04 pc 00000000007c6918 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl$ThemeImpl.rebase+232)

#05 pc 00000000007cc3a4 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl.newThemeImpl+228)

#06 pc 00000000007c5fcc /system/framework/arm64/boot-framework.oat (android.content.res.Resources.setImpl+412)

#07 pc 00000000007733ac /system/framework/arm64/boot-framework.oat (android.app.ResourcesManager.updateResourcesForActivity+1916)

#08 pc 000000000087a780 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performActivityConfigurationChanged+912)

#09 pc 000000000087ac2c /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performConfigurationChangedForActivity+220)

#10 pc 000000000087f9fc /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleActivityConfigurationChanged+444)

#11 pc 0000000000a75450 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.ActivityConfigurationChangeItem.execute+128)

#12 pc 000000000077b7f4 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+708)

#13 pc 000000000077b4b8 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+280)

#14 pc 000000000086d9f4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+308)

#15 pc 0000000000aaa594 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)

#16 pc 0000000000aad690 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1264)

#17 pc 000000000087a358 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+664)

#18 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#19 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#20 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#21 pc 0000000000467d38 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)

#22 pc 00000000003f6728 /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)

#23 pc 000000000011e6d4 /system/framework/arm64/boot.oat (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)

#24 pc 0000000000be3a78 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)

#25 pc 0000000000beac60 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3088)

#26 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#27 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#28 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#29 pc 0000000000465de8 /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+424)

#30 pc 0000000000368494 /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652)

#31 pc 00000000000b1cb4 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+136)

#32 pc 00000000000b4640 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+752)

#33 pc 000000000000219c /system/bin/app_process64 (main+1200)

#34 pc 00000000000b05d8 /system/lib64/libc.so (__libc_init+88)


Any pointers as to what might be causing this issue would be appreciated. Thanks.










share|improve this question
















I am receiving the crash mentioned in the title in my play console



It present only on Android Pie and limited to Pixel XL (marlin) and Pixel (sailfish) devices



I have no idea what is causing it as I don't have anyway to reproduce this issue.



Here is the stack trace

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> sample.package.name <<<

backtrace:

#00 pc 0000000000026bcc /system/lib64/libandroidfw.so (android::Theme::ApplyStyle(unsigned int, bool)+472)

#01 pc 000000000012c080 /system/lib64/libandroid_runtime.so (android::NativeThemeApplyStyle(_JNIEnv*, _jclass*, long, long, int, unsigned char)+92)

#02 pc 00000000003d16d0 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.nativeThemeApplyStyle [DEDUPED]+176)

#03 pc 00000000007bd0a4 /system/framework/arm64/boot-framework.oat (android.content.res.AssetManager.applyStyleToTheme+116)

#04 pc 00000000007c6918 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl$ThemeImpl.rebase+232)

#05 pc 00000000007cc3a4 /system/framework/arm64/boot-framework.oat (android.content.res.ResourcesImpl.newThemeImpl+228)

#06 pc 00000000007c5fcc /system/framework/arm64/boot-framework.oat (android.content.res.Resources.setImpl+412)

#07 pc 00000000007733ac /system/framework/arm64/boot-framework.oat (android.app.ResourcesManager.updateResourcesForActivity+1916)

#08 pc 000000000087a780 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performActivityConfigurationChanged+912)

#09 pc 000000000087ac2c /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performConfigurationChangedForActivity+220)

#10 pc 000000000087f9fc /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleActivityConfigurationChanged+444)

#11 pc 0000000000a75450 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.ActivityConfigurationChangeItem.execute+128)

#12 pc 000000000077b7f4 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+708)

#13 pc 000000000077b4b8 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+280)

#14 pc 000000000086d9f4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+308)

#15 pc 0000000000aaa594 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)

#16 pc 0000000000aad690 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1264)

#17 pc 000000000087a358 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+664)

#18 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#19 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#20 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#21 pc 0000000000467d38 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)

#22 pc 00000000003f6728 /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)

#23 pc 000000000011e6d4 /system/framework/arm64/boot.oat (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)

#24 pc 0000000000be3a78 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)

#25 pc 0000000000beac60 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3088)

#26 pc 000000000056064c /system/lib64/libart.so (art_quick_invoke_static_stub+604)

#27 pc 00000000000cf6d8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)

#28 pc 00000000004661e4 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)

#29 pc 0000000000465de8 /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+424)

#30 pc 0000000000368494 /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652)

#31 pc 00000000000b1cb4 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+136)

#32 pc 00000000000b4640 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+752)

#33 pc 000000000000219c /system/bin/app_process64 (main+1200)

#34 pc 00000000000b05d8 /system/lib64/libc.so (__libc_init+88)


Any pointers as to what might be causing this issue would be appreciated. Thanks.







android android-9.0-pie






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 28 '18 at 8:43







q126y

















asked Dec 21 '18 at 8:01









q126yq126y

26621128




26621128













  • It looks like one of the crash log from native library, basically one of the library is not supported by device architecture.

    – Karan Mer
    Dec 28 '18 at 7:40











  • have create custom them style for app?

    – Mayur Dabhi
    Dec 28 '18 at 8:22






  • 1





    @RichardLeMesurier It doesn't crash on Pie emulator

    – q126y
    Dec 28 '18 at 8:42











  • @MayurDabhi Yes

    – q126y
    Dec 28 '18 at 8:57






  • 1





    i think there it some attribute which not support that particular device, that why crash occur

    – Mayur Dabhi
    Dec 28 '18 at 8:59



















  • It looks like one of the crash log from native library, basically one of the library is not supported by device architecture.

    – Karan Mer
    Dec 28 '18 at 7:40











  • have create custom them style for app?

    – Mayur Dabhi
    Dec 28 '18 at 8:22






  • 1





    @RichardLeMesurier It doesn't crash on Pie emulator

    – q126y
    Dec 28 '18 at 8:42











  • @MayurDabhi Yes

    – q126y
    Dec 28 '18 at 8:57






  • 1





    i think there it some attribute which not support that particular device, that why crash occur

    – Mayur Dabhi
    Dec 28 '18 at 8:59

















It looks like one of the crash log from native library, basically one of the library is not supported by device architecture.

– Karan Mer
Dec 28 '18 at 7:40





It looks like one of the crash log from native library, basically one of the library is not supported by device architecture.

– Karan Mer
Dec 28 '18 at 7:40













have create custom them style for app?

– Mayur Dabhi
Dec 28 '18 at 8:22





have create custom them style for app?

– Mayur Dabhi
Dec 28 '18 at 8:22




1




1





@RichardLeMesurier It doesn't crash on Pie emulator

– q126y
Dec 28 '18 at 8:42





@RichardLeMesurier It doesn't crash on Pie emulator

– q126y
Dec 28 '18 at 8:42













@MayurDabhi Yes

– q126y
Dec 28 '18 at 8:57





@MayurDabhi Yes

– q126y
Dec 28 '18 at 8:57




1




1





i think there it some attribute which not support that particular device, that why crash occur

– Mayur Dabhi
Dec 28 '18 at 8:59





i think there it some attribute which not support that particular device, that why crash occur

– Mayur Dabhi
Dec 28 '18 at 8:59












2 Answers
2






active

oldest

votes


















0














What I can point out from here is that you're using a custom theme that is not supported on a real device. Happens to me so many time that the bug doesn't happen on the emulator but on actual device. I suggest to test the build with a real device (with latest android , as well as the previous two or three versions), before moving to production.






share|improve this answer































    0














    this is coming from AppCompatActivity.setTheme().



    the native stack-trace without the least code makes it difficult to determine if this is caused by either:





    • android.support.v7.app.AppCompatActivity

    • androidx.appcompat.app.AppCompatActivity


    migrating to androidx.appcompat might be an option - or migrating back to android.support.v7.



    also, trying another theme might be worth a try - or simply not setting the theme on marlin & sailfish.






    share|improve this answer
























    • I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

      – q126y
      Jan 28 at 7:52












    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53881129%2fandroid-pie-signal-11-sigsegv-code-1-segv-maperr-androidthemeapplystyl%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    What I can point out from here is that you're using a custom theme that is not supported on a real device. Happens to me so many time that the bug doesn't happen on the emulator but on actual device. I suggest to test the build with a real device (with latest android , as well as the previous two or three versions), before moving to production.






    share|improve this answer




























      0














      What I can point out from here is that you're using a custom theme that is not supported on a real device. Happens to me so many time that the bug doesn't happen on the emulator but on actual device. I suggest to test the build with a real device (with latest android , as well as the previous two or three versions), before moving to production.






      share|improve this answer


























        0












        0








        0







        What I can point out from here is that you're using a custom theme that is not supported on a real device. Happens to me so many time that the bug doesn't happen on the emulator but on actual device. I suggest to test the build with a real device (with latest android , as well as the previous two or three versions), before moving to production.






        share|improve this answer













        What I can point out from here is that you're using a custom theme that is not supported on a real device. Happens to me so many time that the bug doesn't happen on the emulator but on actual device. I suggest to test the build with a real device (with latest android , as well as the previous two or three versions), before moving to production.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 3 at 13:12









        Sundus BokhariSundus Bokhari

        63110




        63110

























            0














            this is coming from AppCompatActivity.setTheme().



            the native stack-trace without the least code makes it difficult to determine if this is caused by either:





            • android.support.v7.app.AppCompatActivity

            • androidx.appcompat.app.AppCompatActivity


            migrating to androidx.appcompat might be an option - or migrating back to android.support.v7.



            also, trying another theme might be worth a try - or simply not setting the theme on marlin & sailfish.






            share|improve this answer
























            • I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

              – q126y
              Jan 28 at 7:52
















            0














            this is coming from AppCompatActivity.setTheme().



            the native stack-trace without the least code makes it difficult to determine if this is caused by either:





            • android.support.v7.app.AppCompatActivity

            • androidx.appcompat.app.AppCompatActivity


            migrating to androidx.appcompat might be an option - or migrating back to android.support.v7.



            also, trying another theme might be worth a try - or simply not setting the theme on marlin & sailfish.






            share|improve this answer
























            • I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

              – q126y
              Jan 28 at 7:52














            0












            0








            0







            this is coming from AppCompatActivity.setTheme().



            the native stack-trace without the least code makes it difficult to determine if this is caused by either:





            • android.support.v7.app.AppCompatActivity

            • androidx.appcompat.app.AppCompatActivity


            migrating to androidx.appcompat might be an option - or migrating back to android.support.v7.



            also, trying another theme might be worth a try - or simply not setting the theme on marlin & sailfish.






            share|improve this answer













            this is coming from AppCompatActivity.setTheme().



            the native stack-trace without the least code makes it difficult to determine if this is caused by either:





            • android.support.v7.app.AppCompatActivity

            • androidx.appcompat.app.AppCompatActivity


            migrating to androidx.appcompat might be an option - or migrating back to android.support.v7.



            also, trying another theme might be worth a try - or simply not setting the theme on marlin & sailfish.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 3 at 13:33









            Martin ZeitlerMartin Zeitler

            19.5k34473




            19.5k34473













            • I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

              – q126y
              Jan 28 at 7:52



















            • I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

              – q126y
              Jan 28 at 7:52

















            I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

            – q126y
            Jan 28 at 7:52





            I have migrated to androidx, and the issue is still present. I am setting theme attributes in try catch(throwable t) block, it should not cause the crash.

            – q126y
            Jan 28 at 7:52


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53881129%2fandroid-pie-signal-11-sigsegv-code-1-segv-maperr-androidthemeapplystyl%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Mossoró

            Error while reading .h5 file using the rhdf5 package in R

            Pushsharp Apns notification error: 'InvalidToken'