[XS] Change in bazel/bazel[master]: Fix crash masking when actions fail early during execution.

0 views
Skip to first unread message

Copybara Service (Gerrit)

unread,
Jun 2, 2026, 8:34:38 AM (yesterday) Jun 2
to bazel-...@googlegroups.com

Copybara Service uploaded new patchset

Copybara Service uploaded patch set #6 to this change.
Open in Gerrit

Related details

Attention set is empty
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newpatchset
Gerrit-Project: bazel
Gerrit-Branch: master
Gerrit-Change-Id: I88e3fb0e96a30f90428a96ed3fcb908db954e8e2
Gerrit-Change-Number: 329230
Gerrit-PatchSet: 6
Gerrit-Owner: Copybara Service <copybara-wor...@google.com>
open
diffy

Copybara Service (Gerrit)

unread,
Jun 2, 2026, 8:34:38 AM (yesterday) Jun 2
to bazel-...@googlegroups.com

Copybara Service submitted the change

Change information

Commit message:
Fix crash masking when actions fail early during execution.

When an action fails (e.g. OOM) before it can be registered with the status reporter, the cleanup process still tries to remove it. This causes a secondary "Action not present" error that masks the original failure.

We now track whether the action was successfully registered and only attempt to remove it if it was.
PiperOrigin-RevId: 925294080
Change-Id: I88e3fb0e96a30f90428a96ed3fcb908db954e8e2
Files:
  • M src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
Change size: XS
Delta: 1 file changed, 6 insertions(+), 1 deletion(-)
Branch: refs/heads/master
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
open
diffy
Reply all
Reply to author
Forward
0 new messages