Skip to content

Add Windows crash logger - #57

Merged
LimiNode merged 1 commit into
mainfrom
codex/implement-crashwindowslogger-for-back-end
Sep 15, 2025
Merged

Add Windows crash logger#57
LimiNode merged 1 commit into
mainfrom
codex/implement-crashwindowslogger-for-back-end

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • add a Windows crash logger backend with a lock-free ring buffer
  • open the crash log with CreateFile and dump buffered messages with WriteFile from an SEH handler

Testing

  • not run (not requested)

https://chatgpt.com/codex/tasks/task_e_68c8852cb3fc832c8c4aac5017dc0024

Implement crash logger backend that keeps a ring buffer on Windows and dumps it from an SEH handler.
@LimiNode
LimiNode merged commit 374370b into main Sep 15, 2025
10 checks passed
@LimiNode
LimiNode deleted the codex/implement-crashwindowslogger-for-back-end branch September 20, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant