]> mj.ucw.cz Git - eval.git/commit
Hopefully fixed the occasional "UGH" error.
authorMartin Mares <mj@ucw.cz>
Wed, 29 Apr 2009 10:22:01 +0000 (12:22 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 29 Apr 2009 10:22:01 +0000 (12:22 +0200)
commit8d5dac70e73bee79f8ce65faac1408fbe341489c
tree1d430afccb726a02fc59d517744c90f65a4d9469
parent58d505679ed56963d41ef90d023a3735b680d87d
Hopefully fixed the occasional "UGH" error.

When the machine creaks under high load, SIGALRM can arrive during the
final wait4() in box_exit(), causing it to return EINTR. Restart waiting
in such cases.
box/box.c