Re: segfault from set!

2008-01-09 Thread Neil Jerram
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

segfault from set!

2008-01-09 Thread Jon Wilson
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

Re: segfault from (set! 'x #t)

2007-07-19 Thread Ludovic Courtès
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/

segfault from (set! 'x #t)

2007-07-18 Thread Luigi Semenzato
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