exit() should not be called from within a child process, since it would call functions registered with atexit(), and flush stdio streams. Use _exit() instead.master
parent
07b3918129
commit
a919944372
Loading…
Reference in new issue