[plt-scheme] Re: PLT Scheme v4.1.900 is available for testing

From: Eli Barzilay (eli at barzilay.org)
Date: Fri May 29 23:38:17 EDT 2009

On May 29, Aleksej Saushev wrote:
> 
> #0  0xbb682f57 in _lwp_kill () from /usr/lib/libc.so.12
> #1  0xbb682f14 in raise () from /usr/lib/libc.so.12
> #2  0xbb6827c6 in abort () from /usr/lib/libc.so.12
> #3  0x0835cdd5 in fault_handler ()
> #4  0xbae73dc8 in ?? ()
> #5  0xbb694958 in ?? () from /usr/lib/libc.so.12
> #6  0xbae73db8 in ?? ()
> #7  <signal handler called>
> #8  0x0834e30e in scheme_gmp_tls_unload ()
> #9  0x08327cbd in done_with_GC ()
> #10 0xbaff84c0 in ?? ()
> #11 0x00000000 in ?? ()
> 
> Not that it makes more sense to me, I'll try to build with debug
> information.

Well, it does show that the mzscheme side of the problem is coming
from done_with_GC() which called scheme_gmp_tls_unload(), which might
be enough information for Matthew.  (IIRC, he did something not too
long ago with temporary gmp values and the GC.)


> This is for 4.1.900 tarball, not for the trunk snapshot as it was
> above.  I need clarification on release cycle, whether you have
> branched or not.

4.1.900 is technically a branch, but no editing is done it it, which
means that it is a strict subset of changes on the trunk.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.