Skip to content

Crash handler logs csv - #23

Open
nchaimov wants to merge 12 commits into
develfrom
crash-handler-logs-csv
Open

Crash handler logs csv#23
nchaimov wants to merge 12 commits into
develfrom
crash-handler-logs-csv

Conversation

@nchaimov

Copy link
Copy Markdown
Member

Dummy PR to force CI to run

--crash-log enables logging of which ranks crashed at which callsites. --crash-log takes optional path to log location
When run in session mode, the log can span multiple jobs. Always include executable in crashsite key.
Returning from the signal handler for a "real" fault retries faulting
instruction and refaults, but returning from a synthetic signal, such as
from kill(getpid(), SIGSEGV), does NOT refault. Detect synthetic signals
and explicitly reraise.
If the signal was triggered by the user (e.g., kill(SIGSEGV)), there is
no address to check. Treat such a signal as recovered rather than try to
check an address we don't have.
@nchaimov
nchaimov deployed to Spindle CI August 26, 2026 18:14 — with GitHub Actions Active
@nchaimov
nchaimov deployed to Spindle CI August 26, 2026 18:14 — with GitHub Actions Active
@nchaimov
nchaimov deployed to Spindle CI August 26, 2026 18:14 — with GitHub Actions Active
@nchaimov
nchaimov deployed to Spindle CI August 26, 2026 18:14 — with GitHub Actions Active
@nchaimov
nchaimov deployed to Spindle CI August 26, 2026 18:14 — with GitHub Actions Active
@nchaimov
nchaimov deployed to Spindle CI August 26, 2026 18:14 — with GitHub Actions Active
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.

1 participant