[racket-dev] jit overflow error during building

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sun Mar 20 15:02:53 EDT 2011

On Sun, Mar 20, 2011 at 2:58 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> I've pushed an attempt to fix the problem, but I'll also try
> reproducing the problem on my Ubuntu machine.

The build isn't done yet, but this appears to have fixed the problem.

Thanks!

>
> 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
>



-- 
sam th
samth at ccs.neu.edu



Posted on the dev mailing list.