guile-devel
[Top][All Lists]
Advanced

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

Re: A bug, unless I'm mistaken


From: Marijn Schouten (hkBst)
Subject: Re: A bug, unless I'm mistaken
Date: Wed, 11 Feb 2009 01:52:25 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081231)

-----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
address@hidden ~ $ + 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-----




reply via email to

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