Skip to content
Snippets Groups Projects
Commit d4116919 authored by Michel Dänzer's avatar Michel Dänzer Committed by Marge Bot
Browse files

aco/tests: Use _exit in child process


Since the child process doesn't call exec(), exit() attempted to run
atexit handlers registered by the parent process. This could result in
the child process hanging in exit() if there were still disk cache
threads alive when the parent process called fork(). (The CI runners
hit this multiple times when running tests in strace)

Fixes: 6a246f5c "aco/tests: Fix deadlock for too large test lists"
Reviewed-by: default avatarTony Wasserka <tony.wasserka@gmx.de>
Reviewed-by: Adam Jackson's avatarAdam Jackson <ajax@redhat.com>
Part-of: <!9472>
parent 81beef92
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment