Skip to content
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

Signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) #633

Open
antranvn opened this issue Jul 12, 2018 · 2 comments
Open

Signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) #633

antranvn opened this issue Jul 12, 2018 · 2 comments

Comments

@antranvn
Copy link

In several devices, there is signal 11 with backtrace:
It seems libpdfium.so is not stable cause I saw many error signal 11 from this lib.
backtrace:
#00 pc 0000000000135630 /system/lib64/libpdfium.so (_ZN9CPDF_PageD2Ev+32)
#1 pc 00000000000ce174 /system/lib64/libpdfium.so (FPDF_ClosePage+68)
#2 pc 00000000024e2f04 /system/framework/arm64/boot-framework.oat (android.graphics.pdf.PdfRenderer.nativeClosePage+128)
#3 pc 00000000024e287c /system/framework/arm64/boot-framework.oat (android.graphics.pdf.PdfRenderer.-wrap1+40)
#4 pc 00000000000d2168 /system/lib64/libart.so (art_quick_invoke_static_stub+600)
#5 pc 00000000000dec20 /system/lib64/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+256)
#6 pc 0000000000291020 /system/lib64/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+312)
#7 pc 0000000000289fe0 /system/lib64/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+592)
#8 pc 000000000055db6c /system/lib64/libart.so (MterpInvokeStatic+356)
#9 pc 00000000000c4a14 /system/lib64/libart.so (ExecuteMterpImpl+14612)

@1stmetro
Copy link

What amount of memory on the device ? and how much does your app use? is it running out of memory is the question, im sure i have seen this before but remember exactly what it was... maybe even a memory leak...

@antranvn
Copy link
Author

In my device, it works normally, but in some user devices, it has this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants