[Openmcl-devel] CCL 1.9 release candidate available
Gary Byers
gb at clozure.com
Fri Feb 15 19:56:45 PST 2013
Yuck.
Thanks.
This is fixed in the trunk and 1.9 sources and in the 1.9-rc2 binaries
that were committed today (and will be announced soon).
On Fri, 15 Feb 2013, James M. Lawrence wrote:
> 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;
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>
More information about the Openmcl-devel
mailing list