hi Kassen,
i'm not sure if you are following the racket list, but the problem you
reported was a bug in racket, which has been fixed. see their reply
below. thanks.
gabor
-------- Original Message --------
Subject: Re: [racket] (build-vector) segfault
Date: Thu, 23 Sep 2010 06:47:00 -0600
From: Matthew Flatt
To: gabor papp
At Thu, 23 Sep 2010 08:02:07 +0200, gabor papp wrote:
> Welcome to Racket v5.0.1.
> > (define (v) (build-vector (vector-length 10) add1))
> > (v)
> Seg fault (internal error) at 0x15
I've pushed a fix for this bug. It was a problem with the JIT (as Neil
noticed) and the bug was introduced with support for chaperones (which
are now used to implement contracts).
Thanks for the report!