https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116602
Bug ID: 116602 Summary: RFE: capture GCC backtraces in SARIF output for ICEs Product: gcc Version: unknown Status: UNCONFIRMED Keywords: SARIF Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- I have an experimental patch that uses libbacktrace to scrape a backtrace, turn it into JSON values, and add it to SARIF output on an ICE. Might be too ambitious for a crash handler, but filing this here as a reminder to myself to finish this.