Codex App Browser Use Also Causing Crashes on MacOS
Open 💬 1 comment Opened Jul 17, 2026 by JakeAtLightning
What version of the Codex App are you using (From “About Codex” dialog)?
26.715.21425 (build 5488)
What subscription do you have?
Team
What platform is your computer?
Darwin 24.6.0 arm64 arm
What issue are you seeing?
Codex crashes whenever browser content is opened or used. Three crash reports from 17 July 2026 show EXC_BAD_ACCESS / SIGSEGV in the embedded Chromium browser main thread, CrBrowserMain.
The crashing stack is within the embedded browser’s Chromium/V8/Node runtime, including v8impl::Reference::InvokeFinalizerFromGC() and Node/libuv symbols.
What steps can reproduce the bug?
- Open Codex.
- Start or use a task that invokes browser content/browser tools.
- Codex crashes while the browser content is loading or active.
What is the expected behavior?
Browser content should open and remain usable without crashing the Codex desktop app.
Additional information
- Crash type: EXC_BAD_ACCESS (SIGSEGV, segmentation fault 11).
- Crashing thread: CrBrowserMain / main thread.
- Fault: invalid memory access (KERN_INVALID_ADDRESS).
- The embedded browser framework is Chromium 150.0.7871.115.
- The relevant native module loaded in the crash report is:
/Applications/ChatGPT.app/Contents/Resources/native/browser-use-peer-authorization.node
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗