SQLite Android Bindings

Ticket Change Details
Login
Overview

Artifact ID: 254cf2092de0e164c5efc297d2e3a58d105082a8
Ticket: 931fee2609c601412b99bc088855e12297000914
Crashing on Android 8
User & Date: anonymous 2018-09-03 15:58:05
Changes

  1. foundin changed to: "sqlite-android-3240000.aar"
  2. icomment:
    Hello. Some of my apps use the pre-compiled Android Sqlite bindings and I have had no troubles until now. A user on Android 8 is experiencing crashes that occur just as my app first loads/uses the Sqlite library. In the logcat from his device I see what is shown below. The most salient of this seem to be these 2 lines:
    
    09-03 22:01:31.874 F/DEBUG   (9622): Abort message: 'java_vm_ext.cc:504] JNI DETECTED ERROR IN APPLICATION: java_class == null'
    
    09-03 22:01:32.157 F/DEBUG   (9622):     #08 pc 00000000000166c8  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (_ZN7android42register_android_database_SQLiteConnectionEP7_JNIEnv+100)
    
    This does not occur on Android 7 and below from what I can personally see. I previously used a version of the pre-compiled bindings containing libraries dated 10/25/2017 and the same problem occurs there as well.
    
    This is all beyond my pay grade. But I am happy to help further characterize the issue if I can.
    
    Thanks
    
    
    --------- beginning of crash
    09-03 22:01:31.810 F/libc    (9227): Fatal signal 6 (SIGABRT), code -6 in tid 9617 (AsyncTask #1)
    09-03 22:01:31.873 F/DEBUG   (9622): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    09-03 22:01:31.873 F/DEBUG   (9622): Build fingerprint: 'HUAWEI/ALP-L29/HWALP:8.0.0/HUAWEIALP-L29/119(C636):user/release-keys'
    09-03 22:01:31.873 F/DEBUG   (9622): Revision: '0'
    09-03 22:01:31.873 F/DEBUG   (9622): ABI: 'arm64'
    09-03 22:01:31.873 F/DEBUG   (9622): pid: 9227, tid: 9617, name: AsyncTask #1  >>> com.whitedavidp.cookiemanagerforsystemwebview <<<
    09-03 22:01:31.873 F/DEBUG   (9622): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
    09-03 22:01:31.874 F/DEBUG   (9622): Abort message: 'java_vm_ext.cc:504] JNI DETECTED ERROR IN APPLICATION: java_class == null'
    09-03 22:01:31.874 F/DEBUG   (9622):     x0   0000000000000000  x1   0000000000002591  x2   0000000000000006  x3   0000000000000008
    09-03 22:01:31.874 F/DEBUG   (9622):     x4   0000000000000000  x5   0000000000000000  x6   0000000000000000  x7   7f7f7f7f7f7f7f7f
    09-03 22:01:31.874 F/DEBUG   (9622):     x8   0000000000000083  x9   c0b8f8d59e956185  x10  0000000000000000  x11  0000000000000001
    09-03 22:01:31.874 F/DEBUG   (9622):     x12  ffffffffffffffff  x13  0000000000000008  x14  ffffffffffffffff  x15  0000184e88bff012
    09-03 22:01:31.874 F/DEBUG   (9622):     x16  000000770e30a2f0  x17  000000770e2abda8  x18  00000000000000e2  x19  000000000000240b
    09-03 22:01:31.874 F/DEBUG   (9622):     x20  0000000000002591  x21  00000077034e6100  x22  0000000000000058  x23  0000000000000bcc
    09-03 22:01:31.874 F/DEBUG   (9622):     x24  00000000000000d1  x25  00000076f94f3c00  x26  0000000000000bcb  x27  00000076af46f560
    09-03 22:01:31.874 F/DEBUG   (9622):     x28  0000000000000059  x29  00000076af46f400  x30  000000770e25fa94
    09-03 22:01:31.874 F/DEBUG   (9622):     sp   00000076af46f3c0  pc   000000770e2abdb0  pstate 0000000060000000
    09-03 22:01:32.157 F/DEBUG   (9622): 
    09-03 22:01:32.157 F/DEBUG   (9622): backtrace:
    09-03 22:01:32.157 F/DEBUG   (9622):     #00 pc 0000000000069db0  /system/lib64/libc.so (tgkill+8)
    09-03 22:01:32.157 F/DEBUG   (9622):     #01 pc 000000000001da90  /system/lib64/libc.so (abort+88)
    09-03 22:01:32.157 F/DEBUG   (9622):     #02 pc 00000000004380cc  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+528)
    09-03 22:01:32.157 F/DEBUG   (9622):     #03 pc 00000000004387dc  /system/lib64/libart.so (_ZN3art7Runtime7AborterEPKc+24)
    09-03 22:01:32.157 F/DEBUG   (9622):     #04 pc 0000000000523dbc  /system/lib64/libart.so (_ZN7android4base10LogMessageD1Ev+900)
    09-03 22:01:32.157 F/DEBUG   (9622):     #05 pc 00000000002d5c78  /system/lib64/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1716)
    09-03 22:01:32.157 F/DEBUG   (9622):     #06 pc 00000000002d5f44  /system/lib64/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+176)
    09-03 22:01:32.157 F/DEBUG   (9622):     #07 pc 0000000000334204  /system/lib64/libart.so (_ZN3art3JNI10GetFieldIDEP7_JNIEnvP7_jclassPKcS6_+1380)
    09-03 22:01:32.157 F/DEBUG   (9622):     #08 pc 00000000000166c8  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (_ZN7android42register_android_database_SQLiteConnectionEP7_JNIEnv+100)
    09-03 22:01:32.157 F/DEBUG   (9622):     #09 pc 000000000001683c  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (JNI_OnLoad+68)
    09-03 22:01:32.157 F/DEBUG   (9622):     #10 pc 00000000002d83d4  /system/lib64/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+2204)
    09-03 22:01:32.157 F/DEBUG   (9622):     #11 pc 00000000000041d4  /system/lib64/libopenjdkjvm.so (JVM_NativeLoad+276)
    09-03 22:01:32.157 F/DEBUG   (9622):     #12 pc 0000000000288a04  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.nativeLoad+228)
    09-03 22:01:32.157 F/DEBUG   (9622):     #13 pc 00000000002881c4  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.doLoad+228)
    09-03 22:01:32.157 F/DEBUG   (9622):     #14 pc 000000000028a6a8  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.loadLibrary0+952)
    09-03 22:01:32.157 F/DEBUG   (9622):     #15 pc 00000000002ac644  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.System.loadLibrary+100)
    09-03 22:01:32.157 F/DEBUG   (9622):     #16 pc 0000000000509638  /system/lib64/libart.so (art_quick_invoke_static_stub+600)
    09-03 22:01:32.157 F/DEBUG   (9622):     #17 pc 00000000000d80b4  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+260)
    09-03 22:01:32.157 F/DEBUG   (9622):     #18 pc 00000000002821dc  /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+352)
    09-03 22:01:32.157 F/DEBUG   (9622):     #19 pc 000000000027c8a4  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+672)
    09-03 22:01:32.157 F/DEBUG   (9622):     #20 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:32.157 F/DEBUG   (9622):     #21 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:32.157 F/DEBUG   (9622):     #22 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:32.157 F/DEBUG   (9622):     #23 pc 00000000004e4a8c  /system/lib64/libart.so (artQuickToInterpreterBridge+1468)
    09-03 22:01:32.157 F/DEBUG   (9622):     #24 pc 000000000051281c  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
    09-03 22:01:32.157 F/DEBUG   (9622):     #25 pc 0000000000509638  /system/lib64/libart.so (art_quick_invoke_static_stub+600)
    09-03 22:01:32.157 F/DEBUG   (9622):     #26 pc 00000000000d80b4  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+260)
    09-03 22:01:32.157 F/DEBUG   (9622):     #27 pc 0000000000134a10  /system/lib64/libart.so (_ZN3art11ClassLinker15InitializeClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+3392)
    09-03 22:01:32.157 F/DEBUG   (9622):     #28 pc 000000000011e638  /system/lib64/libart.so (_ZN3art11ClassLinker17EnsureInitializedEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+172)
    09-03 22:01:32.157 F/DEBUG   (9622):     #29 pc 0000000000282274  /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+504)
    09-03 22:01:32.157 F/DEBUG   (9622):     #30 pc 000000000027c8a4  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+672)
    09-03 22:01:32.157 F/DEBUG   (9622):     #31 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:32.157 F/DEBUG   (9622):     #32 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:32.157 F/DEBUG   (9622):     #33 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:32.157 F/DEBUG   (9622):     #34 pc 0000000000263d20  /system/lib64/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+212)
    09-03 22:01:32.157 F/DEBUG   (9622):     #35 pc 000000000027c884  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+640)
    09-03 22:01:32.157 F/DEBUG   (9622):     #36 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:32.157 F/DEBUG   (9622):     #37 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:32.157 F/DEBUG   (9622):     #38 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:32.157 F/DEBUG   (9622):     #39 pc 00000000004e4a8c  /system/lib64/libart.so (artQuickToInterpreterBridge+1468)
    09-03 22:01:32.157 F/DEBUG   (9622):     #40 pc 000000000051281c  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
    09-03 22:01:32.157 F/DEBUG   (9622):     #41 pc 0000000000f75ce8  /system/framework/arm64/boot-framework.oat (offset 0x61c000) (android.os.AsyncTask$2.call+216)
    09-03 22:01:32.157 F/DEBUG   (9622):     #42 pc 00000000005c9bd0  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.FutureTask.run+240)
    09-03 22:01:32.158 F/DEBUG   (9622):     #43 pc 0000000000f7664c  /system/framework/arm64/boot-framework.oat (offset 0x61c000) (android.os.AsyncTask$SerialExecutor$1.run+76)
    09-03 22:01:32.158 F/DEBUG   (9622):     #44 pc 00000000005ec5ac  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.ThreadPoolExecutor.runWorker+1084)
    09-03 22:01:32.158 F/DEBUG   (9622):     #45 pc 00000000005fb0d4  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.ThreadPoolExecutor$Worker.run+68)
    09-03 22:01:32.158 F/DEBUG   (9622):     #46 pc 00000000001fd13c  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Thread.run+76)
    09-03 22:01:32.158 F/DEBUG   (9622):     #47 pc 0000000000509384  /system/lib64/libart.so (art_quick_invoke_stub+580)
    09-03 22:01:32.158 F/DEBUG   (9622):     #48 pc 00000000000d8078  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+200)
    09-03 22:01:32.158 F/DEBUG   (9622):     #49 pc 000000000043111c  /system/lib64/libart.so (_ZN3artL18InvokeWithArgArrayERKNS_33ScopedObjectAccessAlreadyRunnableEPNS_9ArtMethodEPNS_8ArgArrayEPNS_6JValueEPKc+104)
    09-03 22:01:32.158 F/DEBUG   (9622):     #50 pc 00000000004322a8  /system/lib64/libart.so (_ZN3art35InvokeVirtualOrInterfaceWithJValuesERKNS_33ScopedObjectAccessAlreadyRunnableEP8_jobjectP10_jmethodIDP6jvalue+432)
    09-03 22:01:32.158 F/DEBUG   (9622):     #51 pc 0000000000458e8c  /system/lib64/libart.so (_ZN3art6Thread14CreateCallbackEPv+1140)
    09-03 22:01:32.158 F/DEBUG   (9622):     #52 pc 0000000000066760  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    09-03 22:01:32.158 F/DEBUG   (9622):     #53 pc 000000000001ee24  /system/lib64/libc.so (__start_thread+68)
    09-03 22:01:36.910 F/libc    (9643): Fatal signal 6 (SIGABRT), code -6 in tid 9685 (AsyncTask #1)
    09-03 22:01:36.972 F/DEBUG   (9702): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    09-03 22:01:36.972 F/DEBUG   (9702): Build fingerprint: 'HUAWEI/ALP-L29/HWALP:8.0.0/HUAWEIALP-L29/119(C636):user/release-keys'
    09-03 22:01:36.972 F/DEBUG   (9702): Revision: '0'
    09-03 22:01:36.972 F/DEBUG   (9702): ABI: 'arm64'
    09-03 22:01:36.972 F/DEBUG   (9702): pid: 9643, tid: 9685, name: AsyncTask #1  >>> com.whitedavidp.cookiemanagerforsystemwebview <<<
    09-03 22:01:36.972 F/DEBUG   (9702): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
    09-03 22:01:36.974 F/DEBUG   (9702): Abort message: 'java_vm_ext.cc:504] JNI DETECTED ERROR IN APPLICATION: java_class == null'
    09-03 22:01:36.974 F/DEBUG   (9702):     x0   0000000000000000  x1   00000000000025d5  x2   0000000000000006  x3   0000000000000008
    09-03 22:01:36.974 F/DEBUG   (9702):     x4   0000000000000000  x5   0000000000000000  x6   0000000000000000  x7   7f7f7f7f7f7f7f7f
    09-03 22:01:36.974 F/DEBUG   (9702):     x8   0000000000000083  x9   c0b8f8d59e956185  x10  0000000000000000  x11  0000000000000001
    09-03 22:01:36.974 F/DEBUG   (9702):     x12  ffffffffffffffff  x13  0000000000000008  x14  ffffffffffffffff  x15  00000aeef8754e2b
    09-03 22:01:36.974 F/DEBUG   (9702):     x16  000000770e30a2f0  x17  000000770e2abda8  x18  00000077034076d0  x19  00000000000025ab
    09-03 22:01:36.974 F/DEBUG   (9702):     x20  00000000000025d5  x21  00000077034e2140  x22  0000000000000058  x23  0000000000000bcc
    09-03 22:01:36.974 F/DEBUG   (9702):     x24  00000000000000d1  x25  00000077034e0800  x26  0000000000000bcb  x27  00000076f03fd560
    09-03 22:01:36.974 F/DEBUG   (9702):     x28  0000000000000059  x29  00000076f03fd400  x30  000000770e25fa94
    09-03 22:01:36.974 F/DEBUG   (9702):     sp   00000076f03fd3c0  pc   000000770e2abdb0  pstate 0000000060000000
    09-03 22:01:37.211 F/DEBUG   (9702): 
    09-03 22:01:37.211 F/DEBUG   (9702): backtrace:
    09-03 22:01:37.212 F/DEBUG   (9702):     #00 pc 0000000000069db0  /system/lib64/libc.so (tgkill+8)
    09-03 22:01:37.212 F/DEBUG   (9702):     #01 pc 000000000001da90  /system/lib64/libc.so (abort+88)
    09-03 22:01:37.212 F/DEBUG   (9702):     #02 pc 00000000004380cc  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+528)
    09-03 22:01:37.212 F/DEBUG   (9702):     #03 pc 00000000004387dc  /system/lib64/libart.so (_ZN3art7Runtime7AborterEPKc+24)
    09-03 22:01:37.212 F/DEBUG   (9702):     #04 pc 0000000000523dbc  /system/lib64/libart.so (_ZN7android4base10LogMessageD1Ev+900)
    09-03 22:01:37.212 F/DEBUG   (9702):     #05 pc 00000000002d5c78  /system/lib64/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1716)
    09-03 22:01:37.212 F/DEBUG   (9702):     #06 pc 00000000002d5f44  /system/lib64/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+176)
    09-03 22:01:37.212 F/DEBUG   (9702):     #07 pc 0000000000334204  /system/lib64/libart.so (_ZN3art3JNI10GetFieldIDEP7_JNIEnvP7_jclassPKcS6_+1380)
    09-03 22:01:37.212 F/DEBUG   (9702):     #08 pc 00000000000166c8  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (_ZN7android42register_android_database_SQLiteConnectionEP7_JNIEnv+100)
    09-03 22:01:37.212 F/DEBUG   (9702):     #09 pc 000000000001683c  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (JNI_OnLoad+68)
    09-03 22:01:37.212 F/DEBUG   (9702):     #10 pc 00000000002d83d4  /system/lib64/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+2204)
    09-03 22:01:37.212 F/DEBUG   (9702):     #11 pc 00000000000041d4  /system/lib64/libopenjdkjvm.so (JVM_NativeLoad+276)
    09-03 22:01:37.212 F/DEBUG   (9702):     #12 pc 0000000000288a04  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.nativeLoad+228)
    09-03 22:01:37.212 F/DEBUG   (9702):     #13 pc 00000000002881c4  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.doLoad+228)
    09-03 22:01:37.212 F/DEBUG   (9702):     #14 pc 000000000028a6a8  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.loadLibrary0+952)
    09-03 22:01:37.212 F/DEBUG   (9702):     #15 pc 00000000002ac644  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.System.loadLibrary+100)
    09-03 22:01:37.212 F/DEBUG   (9702):     #16 pc 0000000000509638  /system/lib64/libart.so (art_quick_invoke_static_stub+600)
    09-03 22:01:37.212 F/DEBUG   (9702):     #17 pc 00000000000d80b4  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+260)
    09-03 22:01:37.212 F/DEBUG   (9702):     #18 pc 00000000002821dc  /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+352)
    09-03 22:01:37.212 F/DEBUG   (9702):     #19 pc 000000000027c8a4  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+672)
    09-03 22:01:37.212 F/DEBUG   (9702):     #20 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:37.212 F/DEBUG   (9702):     #21 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:37.212 F/DEBUG   (9702):     #22 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:37.212 F/DEBUG   (9702):     #23 pc 00000000004e4a8c  /system/lib64/libart.so (artQuickToInterpreterBridge+1468)
    09-03 22:01:37.212 F/DEBUG   (9702):     #24 pc 000000000051281c  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
    09-03 22:01:37.212 F/DEBUG   (9702):     #25 pc 0000000000509638  /system/lib64/libart.so (art_quick_invoke_static_stub+600)
    09-03 22:01:37.212 F/DEBUG   (9702):     #26 pc 00000000000d80b4  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+260)
    09-03 22:01:37.212 F/DEBUG   (9702):     #27 pc 0000000000134a10  /system/lib64/libart.so (_ZN3art11ClassLinker15InitializeClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+3392)
    09-03 22:01:37.212 F/DEBUG   (9702):     #28 pc 000000000011e638  /system/lib64/libart.so (_ZN3art11ClassLinker17EnsureInitializedEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+172)
    09-03 22:01:37.212 F/DEBUG   (9702):     #29 pc 0000000000282274  /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+504)
    09-03 22:01:37.212 F/DEBUG   (9702):     #30 pc 000000000027c8a4  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+672)
    09-03 22:01:37.212 F/DEBUG   (9702):     #31 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:37.212 F/DEBUG   (9702):     #32 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:37.212 F/DEBUG   (9702):     #33 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:37.212 F/DEBUG   (9702):     #34 pc 0000000000263d20  /system/lib64/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+212)
    09-03 22:01:37.212 F/DEBUG   (9702):     #35 pc 000000000027c884  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+640)
    09-03 22:01:37.212 F/DEBUG   (9702):     #36 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:37.212 F/DEBUG   (9702):     #37 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:37.212 F/DEBUG   (9702):     #38 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:37.212 F/DEBUG   (9702):     #39 pc 00000000004e4a8c  /system/lib64/libart.so (artQuickToInterpreterBridge+1468)
    09-03 22:01:37.212 F/DEBUG   (9702):     #40 pc 000000000051281c  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
    09-03 22:01:37.212 F/DEBUG   (9702):     #41 pc 0000000000f75ce8  /system/framework/arm64/boot-framework.oat (offset 0x61c000) (android.os.AsyncTask$2.call+216)
    09-03 22:01:37.212 F/DEBUG   (9702):     #42 pc 00000000005c9bd0  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.FutureTask.run+240)
    09-03 22:01:37.212 F/DEBUG   (9702):     #43 pc 0000000000f7664c  /system/framework/arm64/boot-framework.oat (offset 0x61c000) (android.os.AsyncTask$SerialExecutor$1.run+76)
    09-03 22:01:37.212 F/DEBUG   (9702):     #44 pc 00000000005ec5ac  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.ThreadPoolExecutor.runWorker+1084)
    09-03 22:01:37.212 F/DEBUG   (9702):     #45 pc 00000000005fb0d4  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.ThreadPoolExecutor$Worker.run+68)
    09-03 22:01:37.212 F/DEBUG   (9702):     #46 pc 00000000001fd13c  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Thread.run+76)
    09-03 22:01:37.212 F/DEBUG   (9702):     #47 pc 0000000000509384  /system/lib64/libart.so (art_quick_invoke_stub+580)
    09-03 22:01:37.212 F/DEBUG   (9702):     #48 pc 00000000000d8078  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+200)
    09-03 22:01:37.212 F/DEBUG   (9702):     #49 pc 000000000043111c  /system/lib64/libart.so (_ZN3artL18InvokeWithArgArrayERKNS_33ScopedObjectAccessAlreadyRunnableEPNS_9ArtMethodEPNS_8ArgArrayEPNS_6JValueEPKc+104)
    09-03 22:01:37.212 F/DEBUG   (9702):     #50 pc 00000000004322a8  /system/lib64/libart.so (_ZN3art35InvokeVirtualOrInterfaceWithJValuesERKNS_33ScopedObjectAccessAlreadyRunnableEP8_jobjectP10_jmethodIDP6jvalue+432)
    09-03 22:01:37.212 F/DEBUG   (9702):     #51 pc 0000000000458e8c  /system/lib64/libart.so (_ZN3art6Thread14CreateCallbackEPv+1140)
    09-03 22:01:37.212 F/DEBUG   (9702):     #52 pc 0000000000066760  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    09-03 22:01:37.212 F/DEBUG   (9702):     #53 pc 000000000001ee24  /system/lib64/libc.so (__start_thread+68)
    09-03 22:01:42.946 F/libc    (9713): Fatal signal 6 (SIGABRT), code -6 in tid 9757 (AsyncTask #1)
    09-03 22:01:42.995 F/DEBUG   (9775): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    09-03 22:01:42.995 F/DEBUG   (9775): Build fingerprint: 'HUAWEI/ALP-L29/HWALP:8.0.0/HUAWEIALP-L29/119(C636):user/release-keys'
    09-03 22:01:42.995 F/DEBUG   (9775): Revision: '0'
    09-03 22:01:42.995 F/DEBUG   (9775): ABI: 'arm64'
    09-03 22:01:42.995 F/DEBUG   (9775): pid: 9713, tid: 9757, name: AsyncTask #1  >>> com.whitedavidp.cookiemanagerforsystemwebview <<<
    09-03 22:01:42.996 F/DEBUG   (9775): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
    09-03 22:01:42.997 F/DEBUG   (9775): Abort message: 'java_vm_ext.cc:504] JNI DETECTED ERROR IN APPLICATION: java_class == null'
    09-03 22:01:42.997 F/DEBUG   (9775):     x0   0000000000000000  x1   000000000000261d  x2   0000000000000006  x3   0000000000000008
    09-03 22:01:42.997 F/DEBUG   (9775):     x4   0000000000000000  x5   0000000000000000  x6   0000000000000000  x7   7f7f7f7f7f7f7f7f
    09-03 22:01:42.997 F/DEBUG   (9775):     x8   0000000000000083  x9   c0b8f8d59e956185  x10  0000000000000000  x11  0000000000000001
    09-03 22:01:42.997 F/DEBUG   (9775):     x12  ffffffffffffffff  x13  0000000000000008  x14  ffffffffffffffff  x15  00000bbaedfff850
    09-03 22:01:42.997 F/DEBUG   (9775):     x16  000000770e30a2f0  x17  000000770e2abda8  x18  0000000000000000  x19  00000000000025f1
    09-03 22:01:42.997 F/DEBUG   (9775):     x20  000000000000261d  x21  00000077034817c0  x22  0000000000000058  x23  0000000000000bcc
    09-03 22:01:42.997 F/DEBUG   (9775):     x24  00000000000000d1  x25  00000077034e0800  x26  0000000000000bcb  x27  00000076f03fd560
    09-03 22:01:42.997 F/DEBUG   (9775):     x28  0000000000000059  x29  00000076f03fd400  x30  000000770e25fa94
    09-03 22:01:42.997 F/DEBUG   (9775):     sp   00000076f03fd3c0  pc   000000770e2abdb0  pstate 0000000060000000
    09-03 22:01:43.235 F/DEBUG   (9775): 
    09-03 22:01:43.235 F/DEBUG   (9775): backtrace:
    09-03 22:01:43.235 F/DEBUG   (9775):     #00 pc 0000000000069db0  /system/lib64/libc.so (tgkill+8)
    09-03 22:01:43.235 F/DEBUG   (9775):     #01 pc 000000000001da90  /system/lib64/libc.so (abort+88)
    09-03 22:01:43.235 F/DEBUG   (9775):     #02 pc 00000000004380cc  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+528)
    09-03 22:01:43.235 F/DEBUG   (9775):     #03 pc 00000000004387dc  /system/lib64/libart.so (_ZN3art7Runtime7AborterEPKc+24)
    09-03 22:01:43.235 F/DEBUG   (9775):     #04 pc 0000000000523dbc  /system/lib64/libart.so (_ZN7android4base10LogMessageD1Ev+900)
    09-03 22:01:43.235 F/DEBUG   (9775):     #05 pc 00000000002d5c78  /system/lib64/libart.so (_ZN3art9JavaVMExt8JniAbortEPKcS2_+1716)
    09-03 22:01:43.235 F/DEBUG   (9775):     #06 pc 00000000002d5f44  /system/lib64/libart.so (_ZN3art9JavaVMExt9JniAbortFEPKcS2_z+176)
    09-03 22:01:43.235 F/DEBUG   (9775):     #07 pc 0000000000334204  /system/lib64/libart.so (_ZN3art3JNI10GetFieldIDEP7_JNIEnvP7_jclassPKcS6_+1380)
    09-03 22:01:43.235 F/DEBUG   (9775):     #08 pc 00000000000166c8  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (_ZN7android42register_android_database_SQLiteConnectionEP7_JNIEnv+100)
    09-03 22:01:43.235 F/DEBUG   (9775):     #09 pc 000000000001683c  /data/app/com.whitedavidp.cookiemanagerforsystemwebview-xt3f2D9HUk_CWDW_UpKkUw==/lib/arm64/libsqliteX.so (JNI_OnLoad+68)
    09-03 22:01:43.235 F/DEBUG   (9775):     #10 pc 00000000002d83d4  /system/lib64/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+2204)
    09-03 22:01:43.235 F/DEBUG   (9775):     #11 pc 00000000000041d4  /system/lib64/libopenjdkjvm.so (JVM_NativeLoad+276)
    09-03 22:01:43.235 F/DEBUG   (9775):     #12 pc 0000000000288a04  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.nativeLoad+228)
    09-03 22:01:43.235 F/DEBUG   (9775):     #13 pc 00000000002881c4  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.doLoad+228)
    09-03 22:01:43.235 F/DEBUG   (9775):     #14 pc 000000000028a6a8  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Runtime.loadLibrary0+952)
    09-03 22:01:43.235 F/DEBUG   (9775):     #15 pc 00000000002ac644  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.System.loadLibrary+100)
    09-03 22:01:43.235 F/DEBUG   (9775):     #16 pc 0000000000509638  /system/lib64/libart.so (art_quick_invoke_static_stub+600)
    09-03 22:01:43.235 F/DEBUG   (9775):     #17 pc 00000000000d80b4  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+260)
    09-03 22:01:43.235 F/DEBUG   (9775):     #18 pc 00000000002821dc  /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+352)
    09-03 22:01:43.235 F/DEBUG   (9775):     #19 pc 000000000027c8a4  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+672)
    09-03 22:01:43.235 F/DEBUG   (9775):     #20 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:43.235 F/DEBUG   (9775):     #21 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:43.235 F/DEBUG   (9775):     #22 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:43.235 F/DEBUG   (9775):     #23 pc 00000000004e4a8c  /system/lib64/libart.so (artQuickToInterpreterBridge+1468)
    09-03 22:01:43.235 F/DEBUG   (9775):     #24 pc 000000000051281c  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
    09-03 22:01:43.235 F/DEBUG   (9775):     #25 pc 0000000000509638  /system/lib64/libart.so (art_quick_invoke_static_stub+600)
    09-03 22:01:43.235 F/DEBUG   (9775):     #26 pc 00000000000d80b4  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+260)
    09-03 22:01:43.235 F/DEBUG   (9775):     #27 pc 0000000000134a10  /system/lib64/libart.so (_ZN3art11ClassLinker15InitializeClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+3392)
    09-03 22:01:43.235 F/DEBUG   (9775):     #28 pc 000000000011e638  /system/lib64/libart.so (_ZN3art11ClassLinker17EnsureInitializedEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+172)
    09-03 22:01:43.235 F/DEBUG   (9775):     #29 pc 0000000000282274  /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+504)
    09-03 22:01:43.235 F/DEBUG   (9775):     #30 pc 000000000027c8a4  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+672)
    09-03 22:01:43.235 F/DEBUG   (9775):     #31 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:43.235 F/DEBUG   (9775):     #32 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:43.235 F/DEBUG   (9775):     #33 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:43.235 F/DEBUG   (9775):     #34 pc 0000000000263d20  /system/lib64/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+212)
    09-03 22:01:43.235 F/DEBUG   (9775):     #35 pc 000000000027c884  /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+640)
    09-03 22:01:43.235 F/DEBUG   (9775):     #36 pc 00000000004f2134  /system/lib64/libart.so (MterpInvokeStatic+468)
    09-03 22:01:43.235 F/DEBUG   (9775):     #37 pc 00000000004fae94  /system/lib64/libart.so (ExecuteMterpImpl+14612)
    09-03 22:01:43.235 F/DEBUG   (9775):     #38 pc 000000000025d620  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+444)
    09-03 22:01:43.235 F/DEBUG   (9775):     #39 pc 00000000004e4a8c  /system/lib64/libart.so (artQuickToInterpreterBridge+1468)
    09-03 22:01:43.235 F/DEBUG   (9775):     #40 pc 000000000051281c  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
    09-03 22:01:43.235 F/DEBUG   (9775):     #41 pc 0000000000f75ce8  /system/framework/arm64/boot-framework.oat (offset 0x61c000) (android.os.AsyncTask$2.call+216)
    09-03 22:01:43.235 F/DEBUG   (9775):     #42 pc 00000000005c9bd0  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.FutureTask.run+240)
    09-03 22:01:43.235 F/DEBUG   (9775):     #43 pc 0000000000f7664c  /system/framework/arm64/boot-framework.oat (offset 0x61c000) (android.os.AsyncTask$SerialExecutor$1.run+76)
    09-03 22:01:43.235 F/DEBUG   (9775):     #44 pc 00000000005ec5ac  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.ThreadPoolExecutor.runWorker+1084)
    09-03 22:01:43.235 F/DEBUG   (9775):     #45 pc 00000000005fb0d4  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.util.concurrent.ThreadPoolExecutor$Worker.run+68)
    09-03 22:01:43.235 F/DEBUG   (9775):     #46 pc 00000000001fd13c  /system/framework/arm64/boot.oat (offset 0x1dc000) (java.lang.Thread.run+76)
    09-03 22:01:43.235 F/DEBUG   (9775):     #47 pc 0000000000509384  /system/lib64/libart.so (art_quick_invoke_stub+580)
    09-03 22:01:43.235 F/DEBUG   (9775):     #48 pc 00000000000d8078  /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+200)
    09-03 22:01:43.235 F/DEBUG   (9775):     #49 pc 000000000043111c  /system/lib64/libart.so (_ZN3artL18InvokeWithArgArrayERKNS_33ScopedObjectAccessAlreadyRunnableEPNS_9ArtMethodEPNS_8ArgArrayEPNS_6JValueEPKc+104)
    09-03 22:01:43.235 F/DEBUG   (9775):     #50 pc 00000000004322a8  /system/lib64/libart.so (_ZN3art35InvokeVirtualOrInterfaceWithJValuesERKNS_33ScopedObjectAccessAlreadyRunnableEP8_jobjectP10_jmethodIDP6jvalue+432)
    09-03 22:01:43.235 F/DEBUG   (9775):     #51 pc 0000000000458e8c  /system/lib64/libart.so (_ZN3art6Thread14CreateCallbackEPv+1140)
    09-03 22:01:43.235 F/DEBUG   (9775):     #52 pc 0000000000066760  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    09-03 22:01:43.235 F/DEBUG   (9775):     #53 pc 000000000001ee24  /system/lib64/libc.so (__start_thread+68)
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "80f329341aa476d98b0747189c31fbb5a8a25a97"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "Crashing on Android 8"
  9. type changed to: "Code_Defect"