[libc-commits] [PATCH] D75802: [libc] Add sigaction

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 17 00:52:12 PDT 2020


abrachet marked 3 inline comments as done.
abrachet added inline comments.


================
Comment at: libc/test/src/signal/sigaction_test.cpp:36
+
+TEST(Sigaction, CustomAction) {
+  // Zero this incase tests get run multiple times in the future.
----------------
sivachandra wrote:
> This test is crashing for me. I have not investigated why, but GDB is telling me that `SIGUSR1` is not getting caught after line 49.
Does it crash with D76271 or just as is? My guess is its a problem with how `__restore_rt` is being compiled. Also, does it crash outside of GDB or just in GDB?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75802/new/

https://reviews.llvm.org/D75802





More information about the libc-commits mailing list