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 in
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
Regards,
Jon
Ciao,
"Luigi Semenzato" <[EMAIL PROTECTED]> writes:
> $ guile
> guile> (version)
> "1.8.1"
> guile> (set! 'x #t)
>
> Backtrace:
> In standard input:
> 2: 0* Segmentation fault (core dumped)
Yes, this is a known bug which we hope to fix soon. More details are
available at
http://lists.gnu.org/
Let me know if I can help with this one.
Also, my apologies if it's already known.
The bug reporting instructions only have
this email address.
$ guile
guile> (version)
"1.8.1"
guile> (set! 'x #t)
Backtrace:
In standard input:
2: 0* Segmentation fault (core dumped)
$ uname -a
Linux nero 2.6.1