Skip to content

api-modernization: replace signal() usage with sigaction() #490

@somethingwithproof

Description

@somethingwithproof

Summary

Replace legacy signal() handlers with sigaction() for consistent, explicit behavior.

Work

  • Migrate signal handler setup/reset paths in error.c to sigaction().
  • Preserve current intent for fatal-signal handling.
  • Define and document handler flags/mask behavior.

Acceptance Criteria

  • No runtime signal() registration in production paths.
  • Handler install/uninstall logic is deterministic across POSIX targets.
  • Behavior matches current operational expectations (including crash-path logging).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions