Re: [Ecls-list] Hanging on quit

2012-07-23 Thread Mark Cox
Hi Juanjo, On 23/07/2012, at 7:01 AM, Juan Jose Garcia-Ripoll wrote: > On Tue, Jul 17, 2012 at 1:25 PM, Mark Cox wrote: > I am having a problem where the ecl process enters the sleeping state upon > exiting. It does not do it every time. > > As explained on a separate email this is due to a ra

Re: [Ecls-list] Hanging on quit

2012-07-22 Thread Juan Jose Garcia-Ripoll
On Tue, Jul 17, 2012 at 1:25 PM, Mark Cox wrote: > I am having a problem where the ecl process enters the sleeping state upon > exiting. It does not do it every time. As explained on a separate email this is due to a race condition in the garbage collector. Unfortunately I do not know any fix y

Re: [Ecls-list] Hanging on quit

2012-07-20 Thread Juan Jose Garcia-Ripoll
On Tue, Jul 17, 2012 at 1:25 PM, Mark Cox wrote: > I am having a problem where the ecl process enters the sleeping state upon > exiting. It does not do it every time. There was a hang in the garbage collector because ECL closed down all signals before exiting. I have removed this. Hopefully it

[Ecls-list] Hanging on quit

2012-07-17 Thread Mark Cox
G'day, I am having a problem where the ecl process enters the sleeping state upon exiting. It does not do it every time. Steps to reproduce are: for i in `jot 20 1` ; do echo "(load \"${HOME}/quicklisp/setup.lisp\")" | ecl -norc done I am running OSX 10.7.4 with Xcode 4.3.3. ECL (Embe