
10 Oct
2009
10 Oct
'09
12:58 a.m.
On Sat, Oct 10, 2009 at 4:03 AM, Sebastian Tennant <sebyte@smolny.plus.com> wrote:
Quoth Stas Boukarev <stassats@gmail.com>:
That's a bug, it was killing the wrong thread. Fixed in CVS. Thanks for the report!
Thanks for the super-quick response, but...
... having checked out the fix, I can no longer build the core. It never used to produce this much output, and, needless to say, it didn't use to fail:
* (swank-loader:dump-image "sbcl.core-with-swank") ... So much output is ok. dump-image is doing a fork before dumping an image. And it seems that forking failed for some reason. I'd just use sb-ext:save-lisp-and-die directly and don't rely on forking.
-- With best regards, Stas.