-
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
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x18 in tid 12445 (RxCachedThreadS), pid 12135 (rlabs.heroly.qa) #4017
Comments
This isn't really in a form that we can provide any help. If you can make a reproducible test case, then we could help otherwise maybe a non obfuscated stack trace. Can see its failing inside OkHttp but I'm not clear what else is happening. (okhttp3.internal.connection.RouteSelector.next+190) |
How to get a non obfuscated stacktrace? |
I suggest posting to stackoverflow, it is unlikely we can help resolving this as is. |
Happening to me too. |
I'm not sure how to debug, but reopening since multiple reports. @agustinsivoplas did you get past this, or any answer on stackoverflow etc? |
It seems to be a Android Studio's issue, I update the AS version from 3.0.1 to 3.1.4 and the crash never happened. |
For me it happened in 3.1.3. Will update soon and report. |
@RafaRuiz Can you try to disable d8, I think it maybe a d8 issue. |
No clear action for us to take here. |
same issue in as 3.2.1 |
same issue in as 3.2.1, any updates ? |
same issue in as 3.2.1 |
same issue any update? |
Any updates? Im using AS 3.4.1 and it happens randomly on real devices. |
same issue facing in android studio 4.1 |
Hey, found some solution? |
pid: 21593, tid: 21903, name: RxCachedThreadS >>> com.xxx.xxx <<< backtrace: |
same issue here! (for a long time)
yet another:
|
I have this error randomly when I open the app. This makes my app crash. In the main screem I am doing 5 request with retrofit + RxJava + OkHttp (in the io thread). I am using a google pixel with android P.
OkHttp3 Version = 3.10.0
RxJava Version = 2.1.14-RC1
Retrofit Version = 2.4.0
The text was updated successfully, but these errors were encountered: