[Openmcl-devel] CCL 1.9 release candidate available

James M. Lawrence llmjjmll at gmail.com
Fri Feb 15 07:45:23 PST 2013


Hard crash in RC2 from mmap failure during thread tests. Fix below.

Index: lisp-kernel/thread_manager.c
===================================================================
--- lisp-kernel/thread_manager.c	(revision 15721)
+++ lisp-kernel/thread_manager.c	(working copy)
@@ -1374,7 +1374,7 @@
     /* If we use the sigaltstack mechanism, we always keep the
        altstack separate from other stacks now.
     */
-#ifdef USE_ALTSTACK
+#ifdef USE_SIGALTSTACK
     {
       stack_t new, current;
       new.ss_flags = SS_DISABLE;



More information about the Openmcl-devel mailing list