7.0.0-pre.20221123.2 and 7.0.0-pre.20221204.2 instacrash #16982
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
team-Rules-Java
Issues for Java rules
type: bug
Description of the bug:
The prereleases
instantly crash with error
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I used
bazelisk
with an empty.bazelrc
and.bazelversion
set to one of the above mentioned ones. Invokingbazel --version
works, butbazel info
and any other command that start the server, like build/run commands instantly crash.Versions before that work fine.
Which operating system are you running Bazel on?
Gentoo X86_64 with clang profile, Kernel 6.0.0
What is the output of
bazel info release
?Unobtainable. Instant crash.
If
bazel info release
returnsdevelopment 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 master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
Only this bug from a few years ago: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8287073 .
I'm surprised the error message mentions JDK 13. Maybe this is too old? My system JDK is 17 but as far as I understand Bazel uses a bundled JDK. The error also mentions CGroups. Maybe some new kernel settings are required? Seems strange though, as my setup works fine with docker and all previous Bazel releases.
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: