rust-minidump / rust-minidump

Type definitions, parsing, and analysis for the minidump file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add definitions for more SEGV_* constants

gabrielesvelto opened this issue · comments

Several new SIGSEGV si_code values have been added in recent kernels, we should add them to the existing ones:

  • SEGV_ACCADI: value 5, ADI not enabled for mapped object (SPARC-only)
  • SEGV_ADIDERR: value 6, Disrupting MCD error (SPARC-only)
  • SEGV_ADIPERR: value 7, Precise MCD exception (SPARC-only)
  • SEGV_MTEAERR: value 8, Asynchronous ARM MTE error (ARM-only)
  • SEGV_MTESERR: value 9, Synchronous ARM MTE exception (ARM-only)