Open amscanne opened 5 years ago
Err is the hardware error code, Trapno is the hardware trap number, and Cr2 is the value of CR2 for page faults.
mssql checks trapno: https://github.com/google/gvisor/issues/11112#issuecomment-2471169541
Err is the hardware error code, Trapno is the hardware trap number, and Cr2 is the value of CR2 for page faults.