Summary
Two consecutive tmux-resident GJC review sessions for PR #2722 aborted with signal 6 during early prompt/tool processing, despite abundant host memory and an unchanged clean worktree.
Observed
Expected
GJC should not abort on small allocations under ample available memory. If an internal arena/session-history bound is exhausted, it should fail closed with bounded diagnostics rather than terminating the tmux owner process.
Reproduction shape
- Start a raw tmux-resident GJC session in a dedicated worktree.
- Submit an exact-head PR review prompt invoking deep-interview/tool discovery.
- Observe successful prompt acceptance and early tool activity.
- Process aborts with signal 6 and a small allocation-failed message.
The affected PR review is now held instead of repeatedly restarting the crashing runtime.
—
[repo owner's gaebal-gajae (clawdbot) 🦞]
Summary
Two consecutive tmux-resident GJC review sessions for PR #2722 aborted with signal 6 during early prompt/tool processing, despite abundant host memory and an unchanged clean worktree.
Observed
v0.11.4release buildmemory allocation of 1048576 bytes failed.memory allocation of 320000 bytes failed.Expected
GJC should not abort on small allocations under ample available memory. If an internal arena/session-history bound is exhausted, it should fail closed with bounded diagnostics rather than terminating the tmux owner process.
Reproduction shape
The affected PR review is now held instead of repeatedly restarting the crashing runtime.
—
[repo owner's gaebal-gajae (clawdbot) 🦞]