The application panicked (crashed). Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
What version of Codex is running?
codex-cli 0.93.0
What subscription do you have?
entrprise
Which model were you using?
gpt-5.2-codex xhigh
What platform is your computer?
_No response_
What terminal emulator and version are you using (if applicable)?
_No response_
What issue are you seeing?
`• Reviewing security configuration (23s • esc to interrupt)
› <The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
L
• Retrying command after abort (26s • esc to interrupt)
B
R
Wa<The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
• I'm investigating why the file read aborted—considering if it's binary, permission-related, too large, or blocked by policy before verifying with simpler commands like cat and head.
L
◦ Checking file read issues (33s • esc to interrupt)
B
R
Wa<The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
• I'm verifying the file size to see if large output or encoding could be causing the command to abort unexpectedly.
L
• Checking file read issues 40
B
R
Wa<The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
• Noticing exec commands get "aborted" without error, possibly due to prior policy blocks or tool restrictions; next I’ll test simpler commands like "pwd" to capture clearer output and identify the root cause.
L
• Diagnosing aborted exec commands (48s • esc to interrupt)
B
R
Wa<The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
• Exec_command calls start aborting after applying a patch, possibly due to a policy or sandbox triggering post-patch; I'll test alternatives like multi_tool_use or disabling login to bypass this.
L
• Troubleshooting exec_command aborts (57s • esc to interrupt)
B
R
Wa<The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
• The process aborted again, suggesting a temporary tool issue; I'll attempt another retry shortly.
L
• Recognizing potential temporary tool failure (1m 01s • esc to interrupt)
B
R
Wa<The application panicked (crashed).
Message: /tmp is absolute: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
L
• Recognizing potential temporary tool failure 7
B
R`
What steps can reproduce the bug?
Intermittent issue
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗