google / gvisor

Application Kernel for Containers
https://gvisor.dev
Apache License 2.0
15.85k stars 1.3k forks source link

Set SignalContext64 Err, Trapno, and Cr2 #159

Open amscanne opened 5 years ago

amscanne commented 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.

avagin commented 6 days ago

mssql checks trapno: https://github.com/google/gvisor/issues/11112#issuecomment-2471169541