Skip to content

Conversation

NewYaroslav
Copy link
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.
@NewYaroslav NewYaroslav merged commit 221da21 into main Sep 15, 2025
10 checks passed
@NewYaroslav NewYaroslav 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