hcaptcha-android-sdk icon indicating copy to clipboard operation
hcaptcha-android-sdk copied to clipboard

Render process crash

Open AleckWei opened this issue 2 months ago • 2 comments

out apm system caush a crash: crash message: [FATAL:third_party/crashpad/crashpad/client/crashpad_client_linux.cc:744] Render process (28548)'s crash wasn't handled by all associated webviews, triggering application crash.

stack: #00 pc 0000000004057bf4 /data/app/~~Odw4NBCEeoBTmHlhWngWPg==/com.google.android.trichromelibrary_733920833-IX2_75QZcmvOTIykja-HGQ==/base.apk!libmonochrome_64.so (offset 0x8dc000)

and page schedule goes into:

2025-10-12 16:03:07.014 | com.hcaptcha.sdk.i | ATTACHED 2025-10-12 16:03:07.015 | com.hcaptcha.sdk.i | CREATED 2025-10-12 16:03:07.025 | com.hcaptcha.sdk.i | VIEW_CREATED 2025-10-12 16:03:07.025 | com.hcaptcha.sdk.i | ACTIVITY_CREATED 2025-10-12 16:03:07.036 | com.hcaptcha.sdk.i | STARTED 2025-10-12 16:03:07.036 | com.hcaptcha.sdk.i

sd看 version:4.1.3

AleckWei avatar Oct 22 '25 03:10 AleckWei

@AleckWei thanks for reporting the issue,

It looks like native crash of WebView that not lead to crash of the app

Could you please share more details:

  1. Device Model/Vendor
  2. Android OS version
  3. WebView version
  4. Do app actually crashes or you didn't get error/token?
  5. What is the reproduction rate, how often it happens (every time, often, rare)?

CAMOBAP avatar Oct 22 '25 06:10 CAMOBAP

1-Device Model: Xiaomi||25069PTEBG 2-Android OS version:android 15 3-WebView version sorry, we didn't get any log about webView version, we will add some logs in our next new version 4-Yes, we did catch this crash by apm. However, these logs appear to be only a native-level crash and contain limited information. 5-By now, we only catch several crash like this. And the last happened time is 2025-10-12 16:02:53

AleckWei avatar Oct 22 '25 07:10 AleckWei