Bazel crashes on Windows 10 while evaluating node `REPOSITORY_DIRECTORY:@local_config_cc` [duplicate of #10096]
See original GitHub issueDescription of the problem / feature request:
Bazel 1.2.1 crashes in Windows 10 while evaluating node REPOSITORY_DIRECTORY:@local_config_cc
Bugs: what’s the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Bazel 1.2.1 accessible from PATH. mkdir test cd test touch WORKSPACE bazel sync
What operating system are you running Bazel on?
Windows 10 Pro 1909
What’s the output of bazel info release
?
release 1.2.1
What’s the output of git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?
Not a git repository
Have you found anything relevant by searching the web?
No
Any other information, logs, or outputs that you want to share?
Visual Studio 2017 Version 15.9.16 installed. Stack trace is attached to issue. stacktrace.txt
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
test target build crashes Bazel with an unhandled exception
RuntimeException: Unrecoverable error while evaluating node 'CONFIGURED_TARGET://suteki/base/flag_opts:flag_opts_test ...
Read more >Generate a kernel or complete crash dump - Windows Client
Learn how to generate a kernel or complete crash dump, and then use the output to troubleshoot several issues.
Read more >Adobe XD crashes when launched on Windows 10
Right-click each adapter and select Update driver. Restart the computer and launch XD.
Read more >android - How to generate AAB with Bazel - Stack Overflow
How to generate AAB with Bazel - Bazel crashes with NullPointerException ... RuntimeException: Unrecoverable error while evaluating node ...
Read more >Bazel
Use the Bazel Open Source Project to scalably build and test massive, multi-language, multi-platform codebases.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I apologize for the late reply. The issue is indeed fixed in the nightly build of Bazel. My projects successfully build.
This might have been fixed by https://github.com/bazelbuild/bazel/commit/56568045c27285d54b52106486134efed31834bd
Could you please try something?