DashboardopencodePTY startup PID deadline

PTY startup PID deadline

Category: gotcha
Confidence: 1.00
ID: 01a08278-5982-717c-8341-4c36e850cfab
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 0OJYWmHUobcuQ4y8f
Created: 2026-09-08 19:22:00
Updated: 2026-09-08 19:22:00

Content

Trap: awaiting util-linux script to report its command PID looks bounded because child spawn succeeded, but fd 3 may never deliver a valid PID and leave an untracked PTY pending forever. Fix: enforce a hard startup deadline, reject malformed PID frames, and terminate any process that appears after timeout so late completion cannot escape ownership.

Move to: