mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
a10ca2ee13
exit() will call atexit handlers, which may try to clean up things or wait for things to get cleaned up, which we don't want or need. We just want to stop and let the parent know about the failure as quickly as possible in case fork() is used. Fixes timeouts on assert failures in checks where an exit handler waits for things to stop, but they don't stop because they haven't been shut down, and they haven't been shut down because there's no simple way to do so on failures. http://sourceforge.net/p/check/patches/50/ |
||
---|---|---|
.. | ||
check.c | ||
check.h.in | ||
check_error.c | ||
check_error.h | ||
check_impl.h | ||
check_list.c | ||
check_list.h | ||
check_log.c | ||
check_log.h | ||
check_msg.c | ||
check_msg.h | ||
check_pack.c | ||
check_pack.h | ||
check_print.c | ||
check_print.h | ||
check_run.c | ||
check_str.c | ||
check_str.h | ||
Makefile.am |