Tobias Brandt <[email protected]> writes:
> Guile segfaults when a vector is created with size >= 2^16 = 65535.
> Observe:
>
> scheme@(guile-user)> (define v1 (make-vector 65534))
> scheme@(guile-user)> (define v2 (make-vector 65535))
> Segmentation fault

I cannot reproduce this.  Please give us more details.  What version of
Guile are you using, and on what platform (operating system, processor
type, 64/32-bit)?  What compiler did you use to compile Guile, or are
you using a pre-built binary from somewhere?

    Thanks,
      Mark



Reply via email to