-
Notifications
You must be signed in to change notification settings - Fork 208
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
Build fails with java.lang.ExceptionInInitializerError #107
Comments
I've seen this in multiple build systems actually, both Gradle and Buck. Here's are some stacktrace frames:
which eventually yields:
|
This Stackoverflow post further suggests this issue may manifest from how the classloaders are manipulated in IcepickProcess.java: https://stackoverflow.com/questions/22582962/illegalstateexception-zip-file-closed-during-file-write |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've seen many builds fail nondeterministically (with multiple modules and gradle running in parallel mode) with the following error:
A cursory look through
IcepickProcessor.java
makes me think that there's potentially a race condition introduced because of the changing of classloaders. Thoughts, @frankiesardo?The text was updated successfully, but these errors were encountered: