-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Exception in thread "main" java.lang.AssertionError #13241
Comments
@comius Any idea on this issue? |
Is anyone looking at the issue? Could someone help find an assignee possibly? |
It's mostly like something is wrong with the JDK installed. I reply to the internal issue and hopefully we can find a way to debug this. |
This issue stalled -- is it still a P1 (if so, please update the issue)? Else, if nobody is working on it, please bump it down to P2. |
The issue has been resolved internally by using JDK11. There are inherently problems using JDK8, because tensorflow is using |
Description of the problem / feature request:
TensorFlow build recently started to hit the following error:
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Sorry, I don't know of a simple repro. This is happening in one of the TensorFlow CI builds. Full logs are here
What operating system are you running Bazel on?
Ubuntu 16.04
What's the output of
bazel info release
?The issue does not reproduce consistently (about 50% flaky) and started appearing when we switched the OS image to one with a newer CUDA version (I don't know exactly what else could have changed, I checked that the java version is the same).
The text was updated successfully, but these errors were encountered: