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


Reply via email to