mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-30 04:14:56 +00:00
Steps to reproduce:
$ cat loop.c
int main() { for (;;); }
$ gcc -o loop loop.c
$ ./loop
Terminating this process wasn't previously possible because we only
checked whether the thread should be terminated on syscall exit.
21 KiB
21 KiB