question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bazel crashes on Windows 10 while evaluating node `REPOSITORY_DIRECTORY:@local_config_cc` [duplicate of #10096]

See original GitHub issue

Description 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:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
LakatosIcommented, Dec 18, 2019

I apologize for the late reply. The issue is indeed fixed in the nightly build of Bazel. My projects successfully build.

0reactions
laszlocsomorcommented, Nov 29, 2019

This might have been fixed by https://github.com/bazelbuild/bazel/commit/56568045c27285d54b52106486134efed31834bd

Could you please try something?

  1. Download the latest nightly build of Bazel: https://buildkite.com/organizations/bazel/pipelines/bazel-at-head-plus-downstream/builds/1296/jobs/21114830-c84d-4b57-a12f-b9d6ee1c4537/artifacts/397a5762-5537-466a-b1f9-893c8ce73d1d
  2. Rename the downloaded file “bazel-dev.exe”
  3. Run any build with that “bazel-dev.exe” – does this fix the issue?
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found