pichillilorenzo / flutter_inappwebview

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
https://inappwebview.dev
Apache License 2.0
3.09k stars 1.39k forks source link

HUAWEI crash #1277

Open MRYIN123 opened 1 year ago

MRYIN123 commented 1 year ago

I/RmeSchedManager(13554): SetMarginData, input:3, animation:4, traversal:4, util:600, frameRate:60 F/libc (13554): Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7c788f9228 in tid 13554 (.leadigital.app), pid 13554 (.leadigital.app)


Build fingerprint: 'HUAWEI/JER-AN10/HWJER:10/HUAWEIJER-AN10/102.0.0.268C00:user/release-keys' Revision: '0' ABI: 'arm64' SYSVMTYPE: Maple APPVMTYPE: Art Timestamp: 2022-08-10 13:26:45+0800 pid: 13554, tid: 13554, name: .leadigital.app >>> cn.leadigital.app <<< uid: 10286 signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7c788f9228 x0 0000007c78b24000 x1 0000000000001000 x2 0000000000000003 x3 0000000000000001 x4 000000000000011b x5 0000000000000000 x6 0000000000000000 x7 0000007fe5de5bf8 x8 0000007c788f9000 x9 0000000000000001 x10 0000000000000001 x11 0000000000000000 x12 00000000ffffffd8 x13 0000007fe5df1ff0 x14 0000000000000007 x15 ffffff84d51b5fff x16 0000007bdc246d58 x17 0000007c7c7c2a80 x18 0000007c7e55a000 x19 0000007b39c9ef80 x20 00000000760bb000 x21 0000007b41eea740 x22 0000007b16ea8d10 x23 0000007be07c3010 x24 00000079ed123ff0 x25 0000000000000000 x26 0000000000000000 x27 0000000000003084 x28 00000079e3630398 x29 0000007c7d933020 sp 0000007fe5df1fd0 lr 0000007bdbc00084 pc 0000007bdbc000a8 backtrace:

00 pc 00000000021500a8 /vendor/lib64/egl/libGLES_mali.so (BuildId: 4cb480bd8aa0253a13473c79cf05e756)

  #01 pc 00000000021518a0  /vendor/lib64/egl/libGLES_mali.so (BuildId: 4cb480bd8aa0253a13473c79cf05e756)
  #02 pc 0000000002165f2c  /vendor/lib64/egl/libGLES_mali.so (BuildId: 4cb480bd8aa0253a13473c79cf05e756)
  #03 pc 0000000002164b80  /vendor/lib64/egl/libGLES_mali.so (BuildId: 4cb480bd8aa0253a13473c79cf05e756)
  #04 pc 0000000000022718  /system/lib64/libEGL.so (android::eglSwapBuffersWithDamageKHRImpl(void*, void*, int*, int)+348) (BuildId: 9f54126ca3c5e205a088560d488b3844)
  #05 pc 000000000001f008  /system/lib64/libEGL.so (eglSwapBuffers+84) (BuildId: 9f54126ca3c5e205a088560d488b3844)
  #06 pc 00000000015076f0  /data/app/cn.leadigital.app-WSlslWlhzeUWC9OFfsbAeQ==/lib/arm64/libflutter.so (BuildId: c8945aa29907615063302b1a9abd6fe0b22cf5c4)

Lost connection to device.

github-actions[bot] commented 1 year ago

👋 @MRYIN123

NOTE: This comment is auto-generated.

Are you sure you have already searched for the same problem?

Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem!

If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue.

In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding android WebView [MY ERROR HERE] or ios WKWebView [MY ERROR HERE] keywords.

Following these steps can save you, me, and other people a lot of time, thanks!

open9527 commented 1 year ago

@MRYIN123 How did the brother solve it?

Lamda303 commented 4 months ago

I have the same problem with v5.8.0. It only appears in Android 10 (API 29), always with Huawei phones, I think it's a Huawei issue