I encountered a situation where the host crashed, but the cr crash handler caught it, causing the host to simply sit there doing nothing. From the outside, it looked like it had simply frozen.
If I enable trace logging, then I see that the signal handler is called in an infinite loop.
On Ubuntu Linux using Clang 11.0.0-2
Is there a way to avoid this?