bug-guile
[Top][All Lists]
Advanced

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

Segmentation Fault in guile-1.8.7 on recent Macbook Pro


From: Fabian Schuetz
Subject: Segmentation Fault in guile-1.8.7 on recent Macbook Pro
Date: Sat, 23 Oct 2010 13:40:21 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

While experimenting with "undefine", I discovered, that 
even quite important functions, like "write" or "display"
can be undefined. The problem is, that calling them
after they have been "undefined", leads to an 
endless regression, displaying a Segmentation fault,
when finally interrupted. 

If I "undefine" list:
(undefine list)
and call it afterwards:
(list 1 2 3 4)
I get the expected "ABORT: (unbound-variable)

I would be glad to help out, to fix this.

Be greeted,
Fabian Schütz



reply via email to

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