-
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
Crash on MacOS 7.3.1 release #23497
Labels
team-Starlark-Interpreter
Issues involving the Starlark interpreter used by Bazel
type: bug
untriaged
Comments
got another one today |
Got another crash today while on 7.4.0. cc: @fmeum |
The crash appears to occur on a list that always has 1912 entries and strings such as |
fmeum
added a commit
to fmeum/bazel
that referenced
this issue
Nov 21, 2024
Work towards bazelbuild#23497 Work towards bazelbuild#24389
bazel-io
pushed a commit
to bazel-io/bazel
that referenced
this issue
Nov 21, 2024
Work towards bazelbuild#23497 Work towards bazelbuild#24389 Closes bazelbuild#24431. PiperOrigin-RevId: 698846634 Change-Id: I3fb2d46597b225833a918af9731665bb276322dd
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 21, 2024
Work towards #23497 Work towards #24389 Closes #24431. PiperOrigin-RevId: 698846634 Change-Id: I3fb2d46597b225833a918af9731665bb276322dd Commit 27a5e45 Co-authored-by: Fabian Meumertzheim <[email protected]>
bazel-io
pushed a commit
to bazel-io/bazel
that referenced
this issue
Dec 13, 2024
Work towards bazelbuild#23497 Work towards bazelbuild#24389 Closes bazelbuild#24431. PiperOrigin-RevId: 698846634 Change-Id: I3fb2d46597b225833a918af9731665bb276322dd
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 18, 2024
Work towards #23497 Work towards #24389 Closes #24431. PiperOrigin-RevId: 698846634 Change-Id: I3fb2d46597b225833a918af9731665bb276322dd Commit 27a5e45 Co-authored-by: Fabian Meumertzheim <[email protected]> Co-authored-by: Ian (Hee) Cha <[email protected]> Co-authored-by: Yun Peng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
team-Starlark-Interpreter
Issues involving the Starlark interpreter used by Bazel
type: bug
untriaged
Description of the bug:
I was doing a
bazel test
and gotThen this file appeared in my repository with the JVM crash details:
hs_err_pid16796.log
It seems like the crash has something to do with
net.starlark.java.eval.MutableStarlarkList
Which category does this issue belong to?
Starlark Interpreter
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Cannot reliably reproduce.
Which operating system are you running Bazel on?
MacOS
What is the output of
bazel info release
?release 7.3.1
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 HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: