On Mon, 27 Aug 2012 21:52:49 +0200 (CEST) Felix 
<fe...@call-with-current-continuation.org> wrote:

> The attached patch fixes a problem that caused the tests to hang in
> the salmonella runs. The signal-test forks a child process that waits
> for a tcp message before it terminates. If the port is in use and the
> "tcp-listen" operation fails, the error will be shown but not
> terminate the program (it is raised in a thread) and so the child
> process will hang indefinitely. The TCP-operations have been removed
> and the child is simply terminated via SIGTERM.
>
> Fixes #907.

Thanks, Felix.  I have pushed your patch and closed #907 and #877 (they
report the same issue).


Best wishes.
Mario
-- 
http://parenteses.org/mario

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to