-
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
SIGBUS JVM error seen with bazel version 6.3.0 #23146
Comments
Worth noting that I see a similar error when I attempt to use Bazel v7.2.1 without the
|
Could you share the Bazel command you are running with all its flags as well as the directory in which it runs? What's in |
Full bazel command line:
All these dirs are empty I tried adding |
Do you know where these |
Ah, I forgot to include that I'm setting our These Should I be doing something like |
Hey @fmeum, any other thoughts on this? |
You may be running into #23217, albeit with a different error message. Does your build succeed without |
@oquenchil Can you take a look? |
This was fixed by upgrading to 7.0.1 (which contains Fabian's fix #20749), then using hermetic tmp and passing |
Description of the bug:
I'm seeing the following SIGBUS error signature while running a large Scala build with Bazel v6.3.0:
I see in a few different previously filed GitHub issues (e.g., here and here) have resolved this error by adding the
--sandbox_tmpfs_path=/tmp
flag, however when I do this I see:The error occurs sporadically, about 30-50% of the time in trials I've done
Which category does this issue belong to?
Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
N/A
Which operating system are you running Bazel on?
Red Hat EL 8.10
What is the output of
bazel info release
?release 6.3.0
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: