Commit 998488a
fix(scripts): replace kill 0 with jobs -p to avoid killing parent process group
kill 0 sends SIGTERM to the entire process group including the parent
shell/CI harness, causing segfaults on normal exit. Use jobs -p to
target only this script's background jobs. Split INT/TERM from EXIT
to avoid re-entrant cleanup.
Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>1 parent 49ef790 commit 998488a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
| 629 | + | |
| 630 | + | |
630 | 631 | | |
631 | 632 | | |
632 | 633 | | |
| |||
0 commit comments