- Subject: Re: asynchronous process problem
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Wed, 24 Mar 2004 13:49:59 -0500
>The stack overflow problem is occuring because output_test is
>returning a value, which it should not. Use:
>
> define output_test(str)
> {
> eob;
> vinsert("\nashell output %d chars", strlen(str));
> }
This should be:
define output_test(pid, str)
{
eob;
vinsert("\nashell output %d chars", strlen(str));
}
My apologies,
--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]