ks32 / CrosswalkNative

Embedded Crosswalk 77 webview based sample project.
95 stars 42 forks source link

Android 10, crash when trying to loadUrl #17

Closed hellcan closed 4 years ago

hellcan commented 4 years ago

Hello Sir,

I currently using the Crosswalk with the embedded mode in my App. And In Android 10, The Crosswalk webView will crash and give me these errors when the crosswalk webview load any url. For the version below Android 10, the webView works perfectly fine. Looks like these Android Q changes had a big impact on the Crosswalk Webview. Could you give me some advice to solve it?

@ks32 may I know your email address, I can provide some fund contribution for this fix

Thanks

[ERROR:compositor_impl_android.cc(585)] Failed to init OutputSurface for compositor.
[ERROR:compositor_impl_android.cc(585)] Failed to init OutputSurface for compositor.
[FATAL:compositor_impl_android.cc(586)] Too many context creation failures. Giving up... 
------- beginning of crash
A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13597 (treader.r2.main), pid 13597 (treader.r2.main)
ks32 commented 4 years ago

Check the last update.

hellcan commented 4 years ago

Thank you, I will try again

cedarln commented 2 years ago

Hi, have you solved this ?