emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Single process output reading


From: Kim F. Storm
Subject: Re: Single process output reading
Date: 17 Aug 2004 13:38:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Milan Zamazal <address@hidden> writes:

> The problem is that wait_channel is -1 on the segfaulting line:

Ah, yes, that can happen.

> 
>   FD_SET (wait_channel, &Available);

Try this line instead:

          FD_SET (XINT (wait_proc->infd), &Available);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]