"Marijn Schouten (hkBst)":
Hash: SHA1

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.


But it segfaults for me on linux. Gentoo here as well.
Both 1.8.6 and 1.8.4 behave similarly:

kje...@ttleush ~ $ /usr/bin/guile
guile> (use-modules (oop goops))
guile> (define-class <test-class> (<class>) name)
guile> (make <test-class>)guile> guile> (+ 3 4)
Segmentation fault



Reply via email to