You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
C++, when calling abort(), invokes futex, tgkill and kill, all of them restricted syscalls. These syscalls can be marked as generating RTE to avoid confusion about RFE.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
C++, when calling abort(), invokes
futex
,tgkill
andkill
, all of them restricted syscalls. These syscalls can be marked as generating RTE to avoid confusion about RFE.The text was updated successfully, but these errors were encountered: