mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-20 15:36:12 +00:00
This patch adds sys$abort() which immediately crashes the process with SIGABRT. This makes assertion backtraces a lot nicer by removing all the gunk that otherwise happens between __assertion_failed() and actually crashing from the SIGABRT.