Skip to content

fix: restore default crash signal handling - #12

Draft
camellia-nexus wants to merge 2 commits into
mainfrom
codex/remote-crash-handler-20260803
Draft

fix: restore default crash signal handling#12
camellia-nexus wants to merge 2 commits into
mainfrom
codex/remote-crash-handler-20260803

Conversation

@camellia-nexus

Copy link
Copy Markdown
Contributor

Addresses CRASH-001 (Protocol half).

  • remove the async-signal-unsafe SIGSEGV handler and global callback
  • preserve the operating system default non-zero crash semantics
  • remove the now-unused direct backtrace dependency
  • add an isolated Linux release child-process regression for signal status, callback absence, and config immutability

Coordinated Client change will remove the sole registration call.

Local validation:

  • cargo fmt --all -- --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo clippy --locked --release --test crash_signal -- -D warnings
  • cargo test --locked --all-targets --all-features (103 passed)
  • release crash_signal regression passed
  • cargo audit --deny warnings (338 dependencies)

Comment thread tests/crash_signal.rs Fixed
Comment thread tests/crash_signal.rs Fixed
Comment thread tests/crash_signal.rs Fixed
Comment thread tests/crash_signal.rs Fixed
Comment thread tests/crash_signal.rs Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants