Same result on my OS X system. Cheers, Mike
On Mon, Mar 7, 2011 at 4:06 PM, Diogo F. S. Ramos <[email protected]> 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 > >
