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: feature?


Lynn Winebarger <owinebar@free-expression.org> writes:

>    Would anyone else be interested in having guile return a continuation
> if it recieves an interrupt signal?  I've been doing some stuff with it
> that makes my system go swap-crazy, and I'd like to be able to stop it in
> the middle of the computation, look at what it's doing, and then restart
> it from there.

It could of course be the new GC scheme and not a bug in your code.

A few days ago, I checked in GC without disabling the new GC scheme.
The effect was that there was a gap of a day or two with a pretty
serious GC bug in the CVS Guile.

Since I now have pretty good faith in the GC code, I have left it
enabled.

But you could always try compiling Guile with GUILE_NEW_GC_SCHEME
disabled...

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