CodexDockTilePlugin setDockTile crash still present in 26.611.61753 and destabilizes macOS Dock/LaunchServices
Codex Desktop 26.611.61753 build 4008 still ships the crashing Dock tile plugin.
This is a repeat regression that has been reported across multiple recent builds. It is not just a cosmetic Dock issue or a generic "Codex won't open" problem. On macOS, the Codex Dock tile plugin crashes Apple's Dock helper and can destabilize app launching across the machine.
Observed crash signature:
Process: com.apple.dock.external.extra.arm64
Exception: EXC_BAD_ACCESS / SIGSEGV
Symbol: -[CodexDockTilePlugin_com_openai_codex setDockTile:]
The stack shows repeated recursive frames in:
-[CodexDockTilePlugin_com_openai_codex setDockTile:]
Impact:
- Dock helper crashes repeatedly.
- Dock / LaunchServices behavior becomes unreliable.
- Other macOS apps may bounce, hang, or fail to open while policy/launch services are wedged.
syspolicydcan spike heavily while the system keeps assessing the modified/broken app state.- The only practical workaround has been to remove
CodexDockTilePlugin.pluginand removeNSDockTilePlugIn = CodexDockTilePlugin.pluginfromInfo.plist.
This workaround stops the Dock helper crash, but it modifies the signed app bundle, which then creates more macOS policy/signature problems unless the app is re-signed locally. That is not a reasonable recovery path for users.
Current reproduced build:
Codex Desktop: 26.611.61753 build 4008
macOS: Apple Silicon
Plugin path: /Applications/Codex.app/Contents/PlugIns/CodexDockTilePlugin.plugin
Info.plist key: NSDockTilePlugIn = CodexDockTilePlugin.plugin
Expected behavior:
- Codex should not crash Apple's Dock helper.
- Codex should not ship a Dock tile plugin that recursively calls
setDockTile:untilEXC_BAD_ACCESS. - Updating Codex should not make macOS app launching unreliable.
- Users should not have to remove a signed bundle component and locally re-sign the app to keep their Mac usable.
Requested fix:
- Remove or disable
CodexDockTilePlugin.pluginfrom public builds until fixed. - Ship a clean signed build without the crashing Dock tile plugin.
- Provide a documented recovery path for users whose Dock/LaunchServices/syspolicyd state was destabilized.
- Confirm the update mechanism will not reintroduce the crashing plugin after users manually remove it.
This has been going on across multiple recent builds and makes the Mac unreliable for normal app launching. Please route this to the Codex Mac app team.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗