-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Michael Burschik wrote: >> (use-modules (oop goops)) > >> (define-class <test-class> (<class>) >> name) > >> (make <test-class>) > > > >> This makes guile 1.8.5 crash with a segmentation fault on Linux. I don't >> think it should. > > >> Regards > >> Michael > > > > > Works for me with 1.8.6 on linux.
Actually I confirm. The above code appears to work, but any further activity makes guile segfault: $ guile guile> (use-modules (oop goops)) (define-class <test-class> (<class>) name) (make <test-class>)guile> guile> (+ 3 4) Segmentation fault mar...@hakbak ~ $ + 3 4) as you can see, guile did not even consume all the input Marijn - -- Sarcasm puts the iron in irony, cynicism the steel. Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmSIUgACgkQp/VmCx0OL2yzwwCfWr4sNMi7r63T1s4IJgA6BPpZ t6MAn12ch/vkz9QzIqX1efnDPuaxfZrC =aFhF -----END PGP SIGNATURE-----