[PATCH] D51368: SafeStack: Fix thread liveness check on *BSD

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 11:23:38 PDT 2018


vlad.tsyrklevich added a comment.

In https://reviews.llvm.org/D51368#1216228, @krytarowski wrote:

>   [100%] Running the SafeStack tests
>   -- Testing: 9 tests, 8 threads --
>   Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
>   Testing Time: 0.61s
>     Expected Passes    : 8
>     Unsupported Tests  : 1
>   [100%] Built target check-safestack
>
>
>
>
>   $ uname -a
>   NetBSD chieftec 8.99.24 NetBSD 8.99.24 (GENERIC) #2: Thu Aug 16 13:44:34 CEST 2018  root at chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC amd64
>


I don't have time to spin up a NetBSD VM to look at this; however, this failure is most likely related to this TgKill() call. If you can print the TgKill/errno return values that could indicate what's happening.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51368





More information about the llvm-commits mailing list