mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Write more tests for signal handling
There's now a much stronger level of assurance that signaling on Windows will be atomic, low-latency, low tail latency, and shall never deadlock.
This commit is contained in:
parent
0e59afb403
commit
dd8c4dbd7d
19 changed files with 407 additions and 75 deletions
|
@ -246,6 +246,7 @@ static relegated void ShowCrashReport(int err, int sig, siginfo_t *si,
|
|||
if (g_fds.n)
|
||||
kprintf("\n");
|
||||
__printfds(g_fds.p, g_fds.n);
|
||||
kprintf("\n");
|
||||
if (__argv)
|
||||
for (i = 0; i < __argc; ++i)
|
||||
kprintf("%s ", __argv[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue