What version of the Codex App are you using (From “About Codex” dialog)?
26.429.30905 (build 2345)
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
Codex Computer Use fails when get_app_state is called for Microsoft Outlook on macOS.
The user-visible failure is:
NSOSStatusErrorDomain Code=-609 "connectionInvalid"
Local macOS diagnostic reports show that SkyComputerUseService, bundle com.openai.sky.CUAService, build 770, crashes during the operation.
The crash signature is consistent across multiple reports:
EXC_BAD_ACCESS
SIGBUS
Bus error: 10
Thread stack size exceeded due to excessive recursion
This does not appear to be a general Computer Use outage because Computer Use can still inspect other apps successfully. It also does not appear to be a basic macOS privacy-permission failure because Accessibility and Screen Recording permissions are already granted for Codex and the Computer Use helper.
What steps can reproduce the bug?
- Open Microsoft Outlook for macOS.
- In Codex GUI, use Computer Use to call
get_app_state for Microsoft Outlook.
- Observe that the tool fails with
NSOSStatusErrorDomain Code=-609 "connectionInvalid".
- Check macOS diagnostic reports and observe
SkyComputerUseService crashes with stack exhaustion / excessive recursion.
The same Computer Use setup can inspect Finder, Microsoft Teams, and Apple Calendar, so the failure appears specific to the Outlook app-state path.
What is the expected behavior?
get_app_state for Microsoft Outlook should return a usable accessibility tree or fail with a controlled, non-crashing error. The Computer Use helper service should not crash.
Additional information
Impact: Outlook desktop automation is blocked because Codex cannot safely inspect the Outlook UI before taking actions.
The issue was already occurring before an Outlook update/reboot that was later attempted as troubleshooting, so the Outlook update should not be treated as the initiating cause.
What version of the Codex App are you using (From “About Codex” dialog)?
26.429.30905 (build 2345)
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
Codex Computer Use fails when
get_app_stateis called for Microsoft Outlook on macOS.The user-visible failure is:
NSOSStatusErrorDomain Code=-609 "connectionInvalid"Local macOS diagnostic reports show that
SkyComputerUseService, bundlecom.openai.sky.CUAService, build770, crashes during the operation.The crash signature is consistent across multiple reports:
EXC_BAD_ACCESSSIGBUSBus error: 10Thread stack size exceeded due to excessive recursionThis does not appear to be a general Computer Use outage because Computer Use can still inspect other apps successfully. It also does not appear to be a basic macOS privacy-permission failure because Accessibility and Screen Recording permissions are already granted for Codex and the Computer Use helper.
What steps can reproduce the bug?
get_app_statefor Microsoft Outlook.NSOSStatusErrorDomain Code=-609 "connectionInvalid".SkyComputerUseServicecrashes with stack exhaustion / excessive recursion.The same Computer Use setup can inspect Finder, Microsoft Teams, and Apple Calendar, so the failure appears specific to the Outlook app-state path.
What is the expected behavior?
get_app_statefor Microsoft Outlook should return a usable accessibility tree or fail with a controlled, non-crashing error. The Computer Use helper service should not crash.Additional information
Impact: Outlook desktop automation is blocked because Codex cannot safely inspect the Outlook UI before taking actions.
The issue was already occurring before an Outlook update/reboot that was later attempted as troubleshooting, so the Outlook update should not be treated as the initiating cause.