pub fn crash_marker(output: &str) -> Option<String>Expand description
Detect a genuine runtime crash in combined stdout+stderr, independent of exit code. Returns the offending line when found. Covers the common cross-language crash signatures (Rust panics/aborts, Python tracebacks, native faults).