Android Question ultimate webview

ShadTech

Member
Licensed User
hello all,,,
i have error in ultimate webview cant be caught
it looks hardware lib error?
is there any solution
 

JohnC

Expert
Licensed User
Longtime User
Please post the error text from the log event tab window using the </code> tag.
 
Upvote 0

ShadTech

Member
Licensed User
B4X:
[FATAL:jni_android.cc(249)] Please include Java exception stack in crash report
Fatal signal 5 (SIGTRAP), code 1 in tid 24580 (ALDDAR.STORE), pid 24580 (ALDDAR.STORE)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/polaris/polaris:8.0.0/OPR1.170623.032/V9.5.19.0.ODGMIFA:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 24580, tid: 24580, name: ALDDAR.STORE  >>> ALDDAR.STORE <<<
signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x74df779a3c
    x0   0000000000000000  x1   0000000000000081  x2   000000007fffffff  x3   0000000000000000
    x4   0000000000000000  x5   0000000000000000  x6   0000000000000000  x7   7f7f7f7f7f7f7f7f
    x8   0000000000000000  x9   0000000000000000  x10  0000000000000001  x11  0000000000000000
    x12  00000074d7fe4120  x13  ffffffffffffffff  x14  ff00000000000000  x15  ffffffffffffffff
    x16  0000007578091240  x17  0000007577fe3c90  x18  00000000701e07a0  x19  0000007fe4718c40
    x20  0000007fe4718c48  x21  0000007fe4718c50  x22  000000000000004f  x23  00000075780937e0
    x24  00000074e199b000  x25  000000757a3cda40  x26  0000000000000000  x27  0000007fe4718790
    x28  00000074e199b000  x29  0000007fe4718be0  x30  00000074df779854
    sp   0000007fe4718780  pc   00000074df779a3c  pstate 0000000060000000
backtrace:
    #00 pc 0000000002099a3c  /data/app/com.google.android.webview-Af27VTI60B-T0C9DRb0pSA==/lib/arm64/libwebviewchromium.so
    #01 pc 0000000002099850  /data/app/com.google.android.webview-Af27VTI60B-T0C9DRb0pSA==/lib/arm64/libwebviewchromium.so
** Receiver (servbill2) OnReceive **
*** Service (starter) Create ***
 
Upvote 0

ShadTech

Member
Licensed User
Please post the error text from the log event tab window using the </code> tag.


B4X:
[FATAL:jni_android.cc(249)] Please include Java exception stack in crash report
Fatal signal 5 (SIGTRAP), code 1 in tid 24580 (ALDDAR.STORE), pid 24580 (ALDDAR.STORE)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/polaris/polaris:8.0.0/OPR1.170623.032/V9.5.19.0.ODGMIFA:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 24580, tid: 24580, name: ALDDAR.STORE  >>> ALDDAR.STORE <<<
signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x74df779a3c
    x0   0000000000000000  x1   0000000000000081  x2   000000007fffffff  x3   0000000000000000
    x4   0000000000000000  x5   0000000000000000  x6   0000000000000000  x7   7f7f7f7f7f7f7f7f
    x8   0000000000000000  x9   0000000000000000  x10  0000000000000001  x11  0000000000000000
    x12  00000074d7fe4120  x13  ffffffffffffffff  x14  ff00000000000000  x15  ffffffffffffffff
    x16  0000007578091240  x17  0000007577fe3c90  x18  00000000701e07a0  x19  0000007fe4718c40
    x20  0000007fe4718c48  x21  0000007fe4718c50  x22  000000000000004f  x23  00000075780937e0
    x24  00000074e199b000  x25  000000757a3cda40  x26  0000000000000000  x27  0000007fe4718790
    x28  00000074e199b000  x29  0000007fe4718be0  x30  00000074df779854
    sp   0000007fe4718780  pc   00000074df779a3c  pstate 0000000060000000
backtrace:
    #00 pc 0000000002099a3c  /data/app/com.google.android.webview-Af27VTI60B-T0C9DRb0pSA==/lib/arm64/libwebviewchromium.so
    #01 pc 0000000002099850  /data/app/com.google.android.webview-Af27VTI60B-T0C9DRb0pSA==/lib/arm64/libwebviewchromium.so
** Receiver (servbill2) OnReceive **
*** Service (starter) Create ***
 
Upvote 0
Top