Skip to content
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

Exceptions 25% of builds - windows 7.2.0rc2 #22595

Closed
peakschris opened this issue May 30, 2024 · 5 comments
Closed

Exceptions 25% of builds - windows 7.2.0rc2 #22595

peakschris opened this issue May 30, 2024 · 5 comments
Assignees
Labels
area-Windows Windows-specific issues and feature requests team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: bug under investigation

Comments

@peakschris
Copy link

Description of the bug:

I'm seeing builds failing immediately with exceptions, around 25% of the time.

bazel build //...
Exception 0xc0000006 0x0 0x87790c 0x452ca0
PC=0x452ca0
bazel build //src/build/out:all
Exception 0xc0000006 0x0 0x78527b 0x4031ce
PC=0x4031ce

Which category does this issue belong to?

No response

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

git clone https://github.com/peakschris/bazel7-conan-module-example
bazel build //...

Which operating system are you running Bazel on?

windows

What is the output of bazel info release?

release 7.2.0rc2

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse HEAD ?

No response

Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.

Yes, am seeing it for the first time after switching to 7.2.0rc2

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@Wyverald
Copy link
Member

Could you try using bazelisk --bisect to locate the culprit commit?

@peakschris
Copy link
Author

I can't reproduce this now in my small workspace where I originally saw it. Can you give me any hints as to where this type of error can originate? I've never seen it before. I'll keep trying.

@sgowroji sgowroji added area-Windows Windows-specific issues and feature requests team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website labels May 31, 2024
@peakschris
Copy link
Author

I just saw this again with 7.2.0rc2, it's not 25% of builds, perhaps only 1-5%. I don't think it will be possible to bisect as it is so irregular, but I can try switching to a different commit for a while if you suspect something.

(.venv) D:\workdir\bazel7-conan-module-example>bazel --nosystem_rc --nohome_rc --windows_enable_symlinks build //...
Exception 0xc0000006 0x0 0x7895c5 0x4031ce
PC=0x4031ce

@malkia
Copy link

malkia commented Jul 10, 2024

Is it possible, that you may have bad clusters on your drive?

@peakschris
Copy link
Author

I'm not seeing this anymore in 7.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Windows Windows-specific issues and feature requests team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: bug under investigation
Projects
None yet
Development

No branches or pull requests

7 participants