Re: Garbage collector kills REPL server

2017-03-09 Thread Andy Wingo
Hi :) On Fri 11 Nov 2016 18:56, Lluís Vilanova writes: > I have a program that runs "run-server" (from module "system repl server") on > a > separate thread (I'm using guile 2.1.4, current master; the problem did not > appear with 2.0). > > The REPL server thread receives signals SIGXCPU and SI

Garbage collector kills REPL server

2016-11-11 Thread Lluís Vilanova
Hi! I have a program that runs "run-server" (from module "system repl server") on a separate thread (I'm using guile 2.1.4, current master; the problem did not appear with 2.0). The REPL server thread receives signals SIGXCPU and SIGPWR while calling "select", and errors out saying the syscall wa