[racket-dev] jit overflow error during building

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Mar 20 14:58:25 EDT 2011

I've pushed an attempt to fix the problem, but I'll also try
reproducing the problem on my Ubuntu machine.

At Sun, 20 Mar 2011 14:53:20 -0400, Sam Tobin-Hochstadt wrote:
> Currently, I can't build Racket from Git.  I get this error:
> 
> env XFORM_PRECOMP=yes ../racketcgc -cqu ../../../racket/gc2/xform.rkt
> --setup . --cpp "gcc -E -I./.. -I../../../racket/gc2/../include
> -pthread   -DNEWGC_BTC_ACCOUNT  -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 "  --keep-lines -o xsrc/precomp.h
> ../../../racket/gc2/precomp.c
> JIT buffer overflow: 0x13f06b [0x13d000,0x13f000] (0)!!
> 
> This is consistent after a configure and make clean.
> 
> My machine is running Ubuntu 10.04.
> -- 
> sam th
> samth at ccs.neu.edu
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev


Posted on the dev mailing list.