Greetings List,

When configured without threads, guile throws an error when the xterm that guile is 
running in is resized.  My guess is that the read() in fport_fill_input is being 
interrupted by a SIGWINCH and needs
to be restarted.  This does not happen when guile is configured with threads because 
of the fport_wait_for_input(port) before the read() ???

Here is the error:

guile>                                                                                 
        
ERROR: In procedure fport_fill_input:
ERROR: Interrupted system call
ABORT: (system-error)
guile> 

-Dale

-- 
Dale P. Smith
Altus Technologies Corp.
[EMAIL PROTECTED]
400-746-9000 x309

Reply via email to