Giacomo Tesio
430df16543
Calling resrcwait in awake_gc_proc (that is called from pexit and thus from sys_exits) means that we have to ignore errors that could cause the syscall to return. The funny part here was that one single test for newlib showed the issue by faulting in a note handler AFTER completing with success: /arch/amd64/qa/lib/newlib/sigchld/213-sigqueue The fact was that in the executable, the function notifier() was located just after the exits() function, whose last line was a call to _exits(). Thus, when the _exits returned, the notifier() code was executed. |
||
---|---|---|
.. | ||
include | ||
lib/plumb | ||
log | ||
posix | ||
src |