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

Fatal signal 11 (SIGSEGV), code 1, from libssl.so (SSL_shutdown+158) #3660

Closed
diousk opened this issue Oct 20, 2017 · 3 comments
Closed

Fatal signal 11 (SIGSEGV), code 1, from libssl.so (SSL_shutdown+158) #3660

diousk opened this issue Oct 20, 2017 · 3 comments
Labels
needs info More information needed from reporter

Comments

@diousk
Copy link

diousk commented Oct 20, 2017

Hi,

I found that our production app sometimes crashed from native library libssl.so (SSL_shutdown+158)
Can you help check this?

Device: Google Pixel
OS: Android 8.0.0
OkHttp version: 3.8.1
Retrofit version: 2.3.0

crash log:
10-20 21:32:08.462 2238-2238/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x56
10-20 21:32:08.462 2238-2238/? A/DEBUG: Cause: null pointer dereference
10-20 21:32:08.462 2238-2238/? A/DEBUG: r0 00000003 r1 00000000 r2 00000000 r3 0000000c
10-20 21:32:08.462 2238-2238/? A/DEBUG: r4 00000000 r5 00000005 r6 00000000 r7 c4224100
10-20 21:32:08.462 2238-2238/? A/DEBUG: r8 bfb5ece6 r9 00000032 sl bfb5ece7 fp bfb5ece0
10-20 21:32:08.462 2238-2238/? A/DEBUG: ip ec5280f4 sp bfb5ecb8 lr ec4b0a2f pc e2460ace cpsr 000b0030
10-20 21:32:08.553 2238-2238/? A/DEBUG: backtrace:
10-20 21:32:08.553 2238-2238/? A/DEBUG: #00 pc 00014ace /system/lib/libssl.so (ssl_read_buffer_extend_to+257)
10-20 21:32:08.553 2238-2238/? A/DEBUG: #1 pc 0001303d /system/lib/libssl.so (ssl3_get_record+132)
10-20 21:32:08.553 2238-2238/? A/DEBUG: #2 pc 0001325b /system/lib/libssl.so (ssl3_read_close_notify+6)
10-20 21:32:08.553 2238-2238/? A/DEBUG: #3 pc 00018603 /system/lib/libssl.so (SSL_shutdown+158)

Thanks.

@swankjesse
Copy link
Collaborator

@kruton ideas?

@yschimke
Copy link
Collaborator

yschimke commented Dec 28, 2017

@diousk is this still reproducible? And have you seen it on other devices?

I'm tempted to close as it seems like out of scope for OkHttp to cause or fix this issue.

@yschimke yschimke added the needs info More information needed from reporter label Dec 28, 2017
@yschimke
Copy link
Collaborator

yschimke commented Feb 4, 2018

Closing as we aren't seeing other reports, and it's potentially just a bug in 8.0 that could be fixed in later android versions.

@yschimke yschimke closed this as completed Feb 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info More information needed from reporter
Projects
None yet
Development

No branches or pull requests

3 participants