* Segfault while set! with goops
@ 2011-03-07 21:06 Diogo F. S. Ramos
2011-03-07 21:09 ` Michael Ellis
2011-03-08 21:44 ` Andy Wingo
0 siblings, 2 replies; 3+ messages in thread
From: Diogo F. S. Ramos @ 2011-03-07 21:06 UTC (permalink / raw)
To: bug-guile
The following code throws a 'segmentation fault' with Guile 2.0.0.
(use-modules (oop goops))
(define-class <foo> ()
(bar #:init-value 0 #:getter bar))
(define foo (make <foo>))
(set! (bar foo) 42)
--
Diogo F. S. Ramos
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Segfault while set! with goops
2011-03-07 21:06 Segfault while set! with goops Diogo F. S. Ramos
@ 2011-03-07 21:09 ` Michael Ellis
2011-03-08 21:44 ` Andy Wingo
1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellis @ 2011-03-07 21:09 UTC (permalink / raw)
To: Diogo F. S. Ramos; +Cc: bug-guile
Same result on my OS X system.
Cheers,
Mike
On Mon, Mar 7, 2011 at 4:06 PM, Diogo F. S. Ramos <diogofsr@gmail.com> wrote:
> The following code throws a 'segmentation fault' with Guile 2.0.0.
>
> (use-modules (oop goops))
>
> (define-class <foo> ()
> (bar #:init-value 0 #:getter bar))
>
> (define foo (make <foo>))
>
> (set! (bar foo) 42)
>
> --
> Diogo F. S. Ramos
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Segfault while set! with goops
2011-03-07 21:06 Segfault while set! with goops Diogo F. S. Ramos
2011-03-07 21:09 ` Michael Ellis
@ 2011-03-08 21:44 ` Andy Wingo
1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2011-03-08 21:44 UTC (permalink / raw)
To: Diogo F. S. Ramos; +Cc: bug-guile
On Mon 07 Mar 2011 22:06, Diogo F. S. Ramos <diogofsr@gmail.com> writes:
> The following code throws a 'segmentation fault' with Guile 2.0.0.
Fixed in git, thanks.
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-08 21:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 21:06 Segfault while set! with goops Diogo F. S. Ramos
2011-03-07 21:09 ` Michael Ellis
2011-03-08 21:44 ` Andy Wingo
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).