You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt: the captured stack says this is not a compile stall
The two 1800s runs dumped faulthandler tracebacks at 1440s. Both repos, both
scripts, the same stack: parked in jax.block_until_ready / try_to_block — the
EXECUTION half of the first call. func(*args, **kwargs) returned; what never
returns is the wait for the result to materialize.
So the epic's name, and every marker calling this an intermittent XLA compile
stall, inherit a guess made before there was evidence. Corrected in the record,
the epic entry, the ledger and the follow-up task so the smoke speed-up work
does not restart from the wrong question.
Also recorded: the heartbeat says 'still compiling' while the process sits in
block_until_ready — log_on_first_compile cannot tell which half it is in. Fix
the wording before anyone reads another of these logs.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015qk7hoavMnFyPtW4toYn8K
0 commit comments