1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 02:15:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
d991658794 Kernel+LibC: Tidy up assertion failures with a dedicated syscall
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.
2021-01-04 21:57:30 +01:00