-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Native crash app error "PDF renderer" #847
Comments
Not sure if this is related, but I got a quite similar crash with symbols:
|
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x2f6665722f678e in tid 24894 (PDF renderer), pid 23950 (dar.development) |
@mbpictures How is the crash going? Has it been resolved? |
we have also had this issue on around 0.4% devices. On play store Crash reports, we are getting same issue. we are able to recreate this issue
|
+1 |
What
react-native
version are you using?0.74.2
What
react-native-pdf
version are you using?6.7.5
What platform does your issue occur on? (android/ios/both)
Android
// android/app/build.gradle
def enableProguardInReleaseBuilds = true
After launching the application on play store, it is showing native crash error:
error logs:
Build fingerprint: 'google/redfin/redfin:11/RQ3A.211001.001/7641976:user/release-keys'
Revision: 'MP1.0'
ABI: 'arm64'
Timestamp: 2024-06-25 22:19:18-0700
pid: 22844,
tid: 27413,
name: PDF renderer >>> com.packagename <<<
uid: 10275
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x88
Cause: null pointer dereference
x0 b40000750a283e50 x1 0000000000000000 x2 000000739954d538 x3 0000000000000048
x4 0000000000000010 x5 000000740a0f2580 x6 000000743a11c080 x7 000000743a134600
x8 0000000000000000 x9 0000000000000060 x10 0000000000001f44 x11 ae49000000048105
x12 00000000f3d9ea82 x13 ae49000000048105 x14 000000000000c000 x15 00000000ebad6a89
x16 00000072838e4f70 x17 00000072837bfb58 x18 00000073978cc000 x19 b40000750a283e50
x20 b40000756a019758 x21 b40000755a38fcb8 x22 b40000755a318298 x23 b40000755a38ecb8
x24 000000738c3ec560 x25 000000739954f000 x26 000000000000092b x27 0000000000000003
x28 000000739954d730 x29 000000739954d4d0
lr 000000728376b060 sp 000000739954d4d0 pc 00000072837bfb84 pst 0000000060000000
backtrace:
#00 pc 00000000003edb84 /data/app/~~alypmSSf_csALBpsj5707Q==/com.packagename-zgsaYVcZo8epa5rusKfDeA==/split_config.arm64_v8a.apk!libpdfium.cr.so (offset 0xb70000) (FT_Done_Face+44) (BuildId: 991a8c73152ed28c)
I don't know what to do, please help!!
The text was updated successfully, but these errors were encountered: