Commit 904bdd67 by Nicolas Capens

Disable SIGXCPU signal handling by LLVM.

SIGXCPU is used by Mono, the C# framework used by the Unity game engine. LLVM does not make any setrlimit(RLIMIT_CPU) calls, so when the SIGXCPU signal is raised it is not up to LLVM to decide how to handle it. Bug 23017372 Change-Id: I292b0eac527c5efd66022e6f75bbcb68879a30a4 Reviewed-on: https://swiftshader-review.googlesource.com/4940Reviewed-by: 's avatarGreg Hartman <ghartman@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 16116cb5
......@@ -57,7 +57,7 @@ static const int KillSigs[] = {
, SIGSYS
#endif
#ifdef SIGXCPU
, SIGXCPU
//, SIGXCPU
#endif
#ifdef SIGXFSZ
, SIGXFSZ
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment