-
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
Windows, C++: consistently getting IllegalStateException while trying to run tests #6512
Labels
Comments
It's actuall So this is a simpler repro:
Trying to analyze all the other tests in the package works fine:
|
Good news: this does not happen at HEAD, i.e. with Bazel built at 91ea085. Phew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description of the problem / feature request:
I consistently get an ISE on Windows with Bazel 0.18.0 trying to run some tests.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I have a clean source tree of Bazel (commit b91d830), and tried running this:
The contents of
jvm.out
:And upon retries I consistently get this exception:
The problem persists even if I move to a new output root.
What operating system are you running Bazel on?
Windows 10
What's the output of
bazel info release
?0.18.0
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: