- Subject: Re: asynchronous process problem
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Mon, 22 Mar 2004 10:18:39 -0500
Paul Boekholt <p.boekholt@xxxxxxxxx> wrote:
>Will this problem be fixed in the next version, and is there a way around
>it in jed 0.99.17?
Do you have some simple code that illustrates the problem? (Other
than downloading hyperman.sl and its dependencies)
There have been a number of changes to the subprocess code. Perhaps
the following bug-fix will solve the problem:
--- ../../release/jed/jed-0.99-16/src/jprocess.c Sun Oct 20 02:55:31 2002
+++ jprocess.c Mon Mar 10 10:49:18 2003
@@ -314,7 +314,7 @@
while (i < Num_Subprocesses)
{
- if (Subprocess_Read_fds[i][0] == slfd)
+ if (Subprocess_Read_fds[i][1] == slfd)
break;
Thanks,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2004 date index]
[2004 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]