]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Forward abort calls to Unikraft's UK_CRASH
authorMarco Schlumpp <marco@unikraft.io>
Tue, 18 Apr 2023 12:54:52 +0000 (14:54 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 4 May 2023 14:30:06 +0000 (14:30 +0000)
commit3d279ddb1ab2390f55070d165d66f7aa162871ba
treef08208bda73aed9243e0ae509f68bfc0b240fe4a
parent49f5ba130330870fefef4fbd0afa961054f32fe3
Forward abort calls to Unikraft's UK_CRASH

The signals are currently ignored and that causes musl to `exit` the
thread, which doesn't cause any output. Therefore, it's very unclear
what happened. By calling `UK_CRASH` there is a clear indication that
something went wrong.

Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #41
Makefile.uk.musl.exit
abort.c [new file with mode: 0644]