Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Subprocess/child kill logic now verifies PID identity before sending SIGKILL

Before force-killing a process, its start time is re-checked so a recycled PID cannot be killed by mistake.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaBashwhat it touches
KindBug Fixesin v2.1.257,
You'll notice

Before force-killing a process, its start time is re-checked so a recycled PID cannot be killed by mistake.

The process-tree kill path now snapshots each candidate PID's start time via ps -o pid=,lstart= both before and after the grace period, and only sends SIGKILL if the recorded start time still matches. This prevents accidentally killing an unrelated process that reused a recycled PID.

See this entry in the whole of v2.1.257 →

Feedback