* segfault from set!
@ 2008-01-09 20:20 Jon Wilson
2008-01-09 21:42 ` Neil Jerram
0 siblings, 1 reply; 2+ messages in thread
From: Jon Wilson @ 2008-01-09 20:20 UTC (permalink / raw)
To: Bug Guile
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: segfault from set!
2008-01-09 20:20 segfault from set! Jon Wilson
@ 2008-01-09 21:42 ` Neil Jerram
0 siblings, 0 replies; 2+ messages in thread
From: Neil Jerram @ 2008-01-09 21:42 UTC (permalink / raw)
To: Jon Wilson; +Cc: Bug Guile
Jon Wilson <jsw@wilsonjc.us> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-09 21:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 20:20 segfault from set! Jon Wilson
2008-01-09 21:42 ` Neil Jerram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).