This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fport_fill_input SIGWINCH error


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.
dsmith@altustech.com
400-746-9000 x309

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]