-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
OpenSSLSocketImpl.startHandshake crash #5286
Labels
bug
Bug in existing code
Comments
treasure-lau
changed the title
OpenSSLSocketImpl.getSession crash
OpenSSLSocketImpl.startHandshake crash
Jul 12, 2019
Please report this to AOSP. Google includes an old version of OkHttp in Android, and that version is impacted. |
Thanks. |
So, does anyone know if the problem has been solved? Or how to avoid the crash? @swankjesse |
Look for the AOSP bug, this isn't for this project. |
OK,Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on some devices i get the crash below:
// the crash info
SIGABRT
#00 pc 00042364 /system/lib/libc.so (tgkill+12) [armeabi-v7a]
#1 pc 0004019d /system/lib/libc.so (pthread_kill+32) [armeabi-v7a]
#2 pc 0001c893 /system/lib/libc.so (raise+10) [armeabi-v7a]
#3 pc 00019af1 /system/lib/libc.so (__libc_android_abort+34) [armeabi-v7a]
#4 pc 000176b8 /system/lib/libc.so (abort+4) [armeabi-v7a]
#5 pc 0001b553 /system/lib/libc.so (__libc_fatal+16) [armeabi-v7a]
#6 pc 0001b56b /system/lib/libc.so (__fortify_chk_fail+18) [armeabi-v7a]
#7 pc 000462f5 /system/lib/libc.so (__FD_SET_chk+24) [armeabi-v7a]
#8 pc 000092eb /system/lib/libjavacrypto.so [armeabi-v7a]
java:
com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:324)
com.android.okhttp.internal.http.SocketConnector.connectTls(SocketConnector.java:103)
com.android.okhttp.Connection.connect(Connection.java:143)
com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185)
com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128)
com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341)
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:433)
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:25)
c.t.m.li.tsa.b.a(Unknown Source)
c.t.m.li.tsa.h.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered: