This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile segfaulting


On Fri, 12 May 2000, Martin Grabmueller wrote:

> mgrabmue@tortoise (~/src/sizzle/src): cat floats.scm
> 
> (do ((x 0.0 (+ x 1.1))
>      (c 1000000 (- c 1)))
>     ((= c 0)))
> mgrabmue@tortoise (~/src/sizzle/src): guile -s floats.scm
> Segmentation fault

With the newest guile from cvs everything is OK.  I don't know about 1.3.4
though.

Best regards
Dirk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]