I am curently using sbcl 1.0.57.0 and my program generates constant output at the shell, until at a certain point my program freezes without any clue whatsoever.
C-c and down, reveals the last call to be:
(SB-SYS:WAIT-UNTIL-FD-USABLE 6 :INPUT NIL NIL)
I restarted my program and tried this again, and again the program freezes and a C-c down reveals this call to be the last one. After a while, I didn't measure the exact time but it sould roughly be around 5min, the program continues for a short period of time and then freezes again.
To put the call into context:
The first familiar call in the trace is drakma:http-request. The complete call used by itself does not result in a freeze, though.
Now I wonder what this call actually does and if this could be the reason the program freezes?
As the second part of this question would be requesting you to be clairvoyant if the call has nothing to do with my problems my final question is: What does this call do?