[Windows Desktop 26.721] Per-key composer input terminates CrBrowserMain at fixed chrome.dll breakpoint
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 42/100
Research direction
Start by reproducing per-key composer input on Windows with physical or on-screen keyboard, then inspect the Crashpad reports under %APPDATA%\Codex\web\Codex\Crashpad\reports and the desktop log around method=thread/start. Compare those results with mouse right-click paste and batch voice input; done means keyboard and IME typing no longer terminates the desktop process and the regression is covered by an appropriate check.
Written by the indexing model from the issue text.
Description
What version of the Codex App are you using (From “About Codex” dialog)?
- Codex app release:
26.721.81911 - Microsoft Store/MSIX package:
OpenAI.Codex_26.721.11231.0_x64__2p2nqsd0c76g0 - Bundled Chromium:
150.0.7871.128
What subscription do you have?
ChatGPT subscription (authenticated through the desktop app).
What platform is your computer?
- Windows 10 Enterprise LTSC x64
- Build
19044.7548 - Intel Core i7-6700HQ, 16 GB RAM
What issue are you seeing?
Codex Desktop fully exits when text is entered into the composer one key at a time. This is a native main-process crash, not merely input lag or a renderer freeze: after the window disappears, no Codex/ChatGPT process remains.
Three independently reproduced Crashpad dumps all have the exact same signature and stack offsets:
Crash reason: EXCEPTION_BREAKPOINT
Crashing thread: CrBrowserMain
Crash instruction: int 0x3
chrome.dll + 0x96e98c7
chrome.dll + 0x96e9c32
chrome.dll + 0x96e9f3d
chrome.dll + 0x39f88e1
The process uptimes in the captured dumps were 188 seconds, 140 seconds, and 57 seconds. The fixed EXCEPTION_BREAKPOINT in CrBrowserMain suggests a Chromium/Electron fatal check rather than a random access violation.
The trigger is associated with per-key input events, not the resulting text:
- Physical keyboard typing reproduces the crash.
- Windows On-Screen Keyboard (
osk.exe) also reproduces it, ruling out the physical keyboard and its hardware driver. - Microsoft English input reproduces it.
- Microsoft Pinyin reproduces it.
- Both new and existing conversations reproduce it.
- Composing text in Notepad and inserting it with mouse right-click Paste does not reproduce it.
- Voice dictation, which commits text in a batch, usually does not reproduce it (one intermittent exit was observed).
- Remote use does not normally reproduce it because it bypasses the local composer input path.
This appears related to #29543, but the severity differs: in this case Codex does not buffer input and recover; the entire desktop main process terminates and produces a Crashpad dump.
What steps can reproduce the bug?
- Launch Codex Desktop on Windows.
- Open either a new conversation or an existing conversation.
- Focus the composer.
- Type several English characters one at a time using either:
- a physical keyboard, or
- Windows On-Screen Keyboard (
osk.exe).
- Continue briefly.
- Observe that the entire app exits and all Codex/ChatGPT processes disappear.
- Observe a new dump under:
%APPDATA%\Codex\web\Codex\Crashpad\reports
Control:
- Type the same text in Notepad.
- Copy it.
- Use the mouse context menu to paste it into the Codex composer, without pressing
Ctrl+V. - The app remains running.
What is the expected behavior?
Typing should update the composer without terminating the Electron/Chromium main process. Physical, on-screen, IME, dictated, and pasted text should all be accepted safely.
Additional information
Troubleshooting and controlled isolation already completed:
- Removed the user-level
ELECTRON_FORCE_RENDERER_ACCESSIBILITYenvironment variable and rebooted Windows. - Completely uninstalled Tencent WeType/WeChat Input and rebooted Windows.
- Reproduced with Microsoft English input after uninstall.
- Parsed the third Crashpad dump and verified that it contains no WeType modules (
wetype_tip.dll,wetype_tip_core.dll, orCrashRpt1500.dll). - Verified that the accessibility environment variable is absent.
- Verified that no other non-Microsoft input module is present in the third dump.
- Tested physical keyboard, OSK, right-click paste, Microsoft English, Microsoft Pinyin, new conversations, and existing conversations.
- Available RAM was healthy; this was not an OOM event.
- Windows Event Viewer did not record a conventional Application Error event, but Codex Crashpad consistently captured the native main-process termination.
In a new-conversation reproduction, the desktop log showed the first-text path reaching:
method=thread/start durationMs=318
before the later main-process exit. However, existing conversations also reproduce, so new-thread prewarming is not the complete trigger. The strongest differential signal is per-key input versus batch insertion by mouse paste.
The raw .dmp files are not attached publicly because process-memory dumps may contain private conversation text, account data, and local paths. I can provide a dump privately to an OpenAI maintainer if a secure upload channel is available.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- Avg merge
- 1m
- Merged PRs (30d)
- 1k
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openai/codex
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug CLI windows-os
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
macOS sandbox blocks hw.optional.arm64 sysctl, causing Flutter to misdetect Apple Silicon as x64 Openbug CLI sandbox
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug CLI TUI
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
CLI config enhancement skills
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
A-linter
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oxc-project/oxc#26863 ·