-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
VerifyError on Observable.zipArray #6656
Comments
This is most likely a bug in your build environment/device and we can't do anything about it. |
Thanks for answer @akarnokd. But this doesn't emit an error through |
You are getting this error as a result of the VM trying to load the class file on the main thread and not part of a running RxJava sequence. |
when error happend, will call Exceptions.throwIfFatal(t); VerifyError extend LinkageError, LinkageError will be throw /** * This can be useful if you are writing an operator that calls user-supplied code, and you want to * notify subscribers of errors encountered in that code by calling their {@code onError} methods, but only * if the errors are not so catastrophic that such a call would be futile, in which case you simply want to * rethrow the error. * * @param t * the {@code Throwable} to test and perhaps throw * @see RxJava: StackOverflowError is swallowed (Issue #748) */ |
Stacktrace
Proguard mapping
Environment
Devices (error occurred)
Details
I got this error report from Crashlytics. And I failed reproduce this error.
This error did not occur in previous releases. But after upgrading targetSdkVersion(26 -> 28), android gradle plugin(3.3.2 -> 3.5.0), and kotlin version(1.3.21 -> 1.3.50), this error occurred.
The versions of rx-related libraries have not been upgraded.
The text was updated successfully, but these errors were encountered: