Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/tsan/signal_recursive.cc | ||
---|---|---|
14–18 ↗ | (On Diff #15069) | Is the specific signal of interest here, or do we just need two arbitrary signals? If the latter, can we just use SIGUSR1 instead? |
test/tsan/signal_recursive.cc | ||
---|---|---|
14–18 ↗ | (On Diff #15069) | To me they look like two arbitrary "informative" signals that do not need any special handling. From this point of view, SIGINFO may be somewhat more expressive than SIGUSR1, but I'm not sure. Dmitry, can you please let us know if SIGPWR and SIGXCPU have been chosen for a reason? |
Comment Actions
These weird signals were copied from a user bug report. You, you can just replace them with SIGUSR1/2.