• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

paskal / ralphex / 22034949020
82%
master: 82%

Build:
Build:
LAST BUILD BRANCH: fix/windows-comment-setsid
DEFAULT BRANCH: master
Ran 15 Feb 2026 11:36AM UTC
Jobs 1
Files 38
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Feb 2026 11:34AM UTC coverage: 81.629%. First build
22034949020

push

github

paskal
fix: use Setsid instead of Setpgid to prevent terminal signal hang

Previously, `Setpgid: true` created a new process group within the same
session, which meant the child inherited the controlling terminal. When
Claude CLI's descendants (zsh shell snapshot, gopls) attempted terminal
I/O, the kernel delivered SIGTTIN/SIGTTOU and stopped the entire process
group—hanging ralphex indefinitely.

After this change, `Setsid: true` creates a new session, fully
detaching the child from the controlling terminal. Process group
cleanup via `syscall.Kill(-pid, sig)` still works identically since
the child becomes session leader of its own process group.

Tested on macOS (Darwin 25.2.0, arm64) with Claude CLI v2.1.30–v2.1.42;
the hang reproduced 100% with Setpgid and 0% with Setsid.

1 of 1 new or added line in 1 file covered. (100.0%)

5230 of 6407 relevant lines covered (81.63%)

187.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22034949020.1 15 Feb 2026 11:36AM UTC 38
81.63
GitHub Action Run
Source Files on build 22034949020
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 03f516c6 on github
  • Next Build on fix/setsid-terminal-hang (#22034980168)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc