[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: segfault from set!
From: |
Neil Jerram |
Subject: |
Re: segfault from set! |
Date: |
Wed, 09 Jan 2008 21:42:09 +0000 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Jon Wilson <address@hidden> 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