bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segfault while set! with goops


From: Michael Ellis
Subject: Re: Segfault while set! with goops
Date: Mon, 7 Mar 2011 16:09:50 -0500

Same result on my OS X system.
Cheers,
Mike



On Mon, Mar 7, 2011 at 4:06 PM, Diogo F. S. Ramos <address@hidden> 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
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]