Jon Wilson <[EMAIL PROTECTED]> writes:

> Hi,
> $mv ~/.guile ~/guile    # rename the setup file so it gets ignored.
> $guile
> guile> (set! 'a 5)
>
> Backtrace:
> In standard input:
>    1: 0* Segmentation fault
>
>
> $guile
> guile> (define a 7)
> guile> (set! 'a 5)
>
> Backtrace:
> In standard input:
>    2: 0* Segmentation fault

I believe this was fixed for 1.8.3.  Are you still seeing this with >=
1.8.3 ?

     Neil



Reply via email to