]> mj.ucw.cz Git - moe.git/commit
Log a different message when a fatal signal has been delivered before
authorMartin Mares <mj@ucw.cz>
Thu, 1 Nov 2007 08:59:51 +0000 (09:59 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 1 Nov 2007 08:59:51 +0000 (09:59 +0100)
commit41af1de4522e2dc5bfb3b83f89e03f359b6381b6
tree6c32463a2d0684033d03502e4a0da29ea3f7a254
parent34864dd03ef84eb2b896f533997efcf3e8eeb159
Log a different message when a fatal signal has been delivered before
the program issued its first syscall. This usually happens when the
program is too big to be loaded, but execve() has got too far to be
able to return to the original process image.

Also fixed a race condition which caused the execve() syscall to be
occassionally missed by the boxkeeper.
src/box.c