mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
8d5f3c982a
Call dumpAndPanicSyscallError for the rare case where we fail to kill the the Sentry upon detecting an unexpected stub exit. This will provide enough information determine if a panic occur due to failed SIGKILL attempt or an unexpected event. PiperOrigin-RevId: 737751257