Bug Report
Process: acp-bridge (Node.js)
Location: /Applications/omi.app/Contents/Resources/acp-bridge/dist/index.js
What happened
The acp-bridge Node.js process started spamming Caught EPIPE (pipe closed) errors thousands of times per second into /private/tmp/acp-bridge-crash.log, resulting in:
- 9.8 GB log file in
/private/tmp/
- 93%+ CPU across two simultaneous acp-bridge processes
- Major disk space loss with no warning or self-recovery
Fix applied
kill -9 <pids> && rm /private/tmp/acp-bridge-crash.log
App restarted cleanly after.
Expected behavior
acp-bridge should handle EPIPE errors gracefully, not loop infinitely and fill the disk.
Environment
Bug Report
Process:
acp-bridge(Node.js)Location:
/Applications/omi.app/Contents/Resources/acp-bridge/dist/index.jsWhat happened
The
acp-bridgeNode.js process started spammingCaught EPIPE (pipe closed)errors thousands of times per second into/private/tmp/acp-bridge-crash.log, resulting in:/private/tmp/Fix applied
App restarted cleanly after.
Expected behavior
acp-bridge should handle EPIPE errors gracefully, not loop infinitely and fill the disk.
Environment