|
Ran
|
Jobs
1
|
Files
476
|
Run time
21s
|
Badge
README BADGES
|
push
github
fiber: use alternative signal stack We install a signal handler that prints the stack trace on SIGSEGV, SIGBUS, SIGILL, SIGFPE. The signal handler uses the current stack. This works fine for most issues, but not for stack overflow, because the latter makes the current stack unusable, leading to a crash in the signal handler. Let's install an alternative signal stack in each thread so that we can print the stack trace on stack overflow. Note that we skip this for ASAN because it installs its own signal stack. (Installing a custom stack would result in a crash.) Closes #9222 NO_DOC=bug fix (cherry picked from commit cb8e903b2)
62395 of 114277 branches covered (0.0%)
15 of 15 new or added lines in 1 file covered. (100.0%)
93448 of 108825 relevant lines covered (85.87%)
2819436.74 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6587264376.1 | 0 |
85.87 |
GitHub Action Run |