[Bug] Bash tool output capture fails with false "disk full" (ENOSPC) error on macOS

Resolved 💬 3 comments Opened Jun 4, 2026 by timtyree Closed Jun 7, 2026

Bug Description
▎ Bash tool output capture failed with a false "disk full" error: "the temp
▎ filesystem at /private/tmp/claude-501/.../tasks is full (0MB free)" with
▎ ENOSPC. The disk actually had ~1.98TB free (1.2% used). Verified: writes to
▎ the exact path succeeded (5MB test), no APFS snapshots, and the macOS system
▎ log shows zero out-of-space events at that timestamp — so the OS never saw
▎ a real ENOSPC. Looks like a transient glitch in the harness's free-space
▎ check or a race while creating the task output file. One-off occurrence; all
▎ later commands captured output normally. macOS Ventura (Darwin 22.6.0),
▎ APFS, 2TB disk.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.162
  • Feedback ID: 8d557a4d-599e-4ed5-945a-632a8e5c1f25

Errors

[]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗