octal-dev
[Top][All Lists]
Advanced

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

Re: octal 0.92 developer's beta online


From: David O'Toole
Subject: Re: octal 0.92 developer's beta online
Date: Sun Feb 25 13:24:20 2001

Could you do something for me? (I assume you were using a debugger.) Can
you check out what is happening in the function engine_model_responder
(under the heading ec_reset_viewer.) This is where the wake-up call is
happening, but apparently on your system it isn't happening. See if you
can get any information about the inputs to this call... perhaps the pipe
failed to open?

Also, if the other pipes fail in being set to nonblocking reads, the
program will probably hang (the current system needs nonblocking pipes.)

Right after "GNU OCTAL pre-beta release -------" you should see a line or
two about some pipes being set for nonblocking reads... if these lines are
missing that could be a problem.

-dave

> it just waits in this line:
>
>       // wait for it to come back before proceeding
>       i = read(block_pipe[0], &type, sizeof(type));

-- 
@@@ david o'toole
@@@ address@hidden
@@@ www.gnu.org/software/octal




reply via email to

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