Skip to content

Add POSIX crash logger backend - #56

Merged
LimiNode merged 1 commit into
mainfrom
codex/implement-crashposixlogger-for-posix-backend
Sep 15, 2025
Merged

Add POSIX crash logger backend#56
LimiNode merged 1 commit into
mainfrom
codex/implement-crashposixlogger-for-posix-backend

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • add a CrashPosixLogger that keeps the latest formatted messages inside a fixed-size, lock-free ring buffer
  • install POSIX signal handlers to dump the buffer on crash and provide a stub implementation on non-POSIX builds

Testing

  • cmake -S . -B build (fails: TimeShield dependency is missing in the container)

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

Add CrashPosixLogger header with lock-free ring buffer and signal handler dump. Provide no-op stub for non-POSIX builds.
@LimiNode
LimiNode merged commit 221da21 into main Sep 15, 2025
10 checks passed
@LimiNode
LimiNode deleted the codex/implement-crashposixlogger-for-posix-backend 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