[Ecls-list] Hanging on quit

Mark Cox markcox80 at gmail.com
Tue Jul 17 11:25:22 UTC 2012


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 (Embeddable Common-Lisp) 12.7.1 (git:e1fdb85bdaca39ad2d2ed06647c7f34cd0ff3585)
ECL is configured using ./configure --prefix=/tmp/ecl/
QUICKLISP is the latest (2012010700)

I am unable to reproduce the problem when ECL is compiled with --disable-threads. 

The contents of ~/.cache/ is deleted when switching between the different configurations of ECL.

Thanks
Mark



More information about the ecl-devel mailing list