mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-05 18:58:33 +00:00
If we are attempting to emit debugging information about an unhandleable page fault, don't crash trying to kill threads or dump processes if the current_thread isn't set in TLS. Attempt to keep proceeding in order to dump as much useful information as possible. Related: #6948