Android Question umlimited webview

ShadTech

Member
Licensed User
i found this error exit the app cant be coughed in ultimate WebView
any suggestions
[FATAL:jni_android.cc(249)] Please include Java exception stack in crash report
Fatal signal 5 (SIGTRAP), code 1 in tid 8074 (ALDDAR.STORE), pid 8074 (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: 8074, tid: 8074, name: ALDDAR.STORE >>> ALDDAR.STORE <<<
signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x76810e6a3c
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 000000767cc27660 x13 ffffffffffffffff x14 ff00000000000000 x15 ffffffffffffffff
x16 0000007718029240 x17 0000007717f7bc90 x18 00000000701e07a0 x19 0000007fff29beb0
x20 0000007fff29beb8 x21 0000007fff29bec0 x22 000000000000004f x23 000000771802b7e0
x24 0000007683308000 x25 000000771bc2da40 x26 0000000000000000 x27 0000007fff29ba00
x28 0000007683308000 x29 0000007fff29be50 x30 00000076810e6854
sp 0000007fff29b9f0 pc 00000076810e6a3c 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 ***
** Service (starter) Start **
 

drgottjr

Expert
Licensed User
Longtime User
it's a known issue (and yet another reason to be wary of webview as a browser
substitute). it's a bug in chromium. and it looks like you've been trying to get an answer
for a while...

start here
https://stackoverflow.com/questions...rap-code-1-trap-brkpt-relating-to-webview-apk

informative at first, then much more interesting around the middle. follow the link from there.

sigtrap is related to C or C++ language debugging code. this kind of thing occurs outside the java virtual
machine and isn't related to ultimatewebview library (except insofar as a webview is involved).

i found the reference to "ALDDAR.STORE" interesting.

i would say that google might give you a prize for stumbling across the error and reporting it, but apparently it's not
particularly interested.
 
Upvote 0
Top