[Fluxus] list-ref crash

Dave Griffiths dave at pawfal.org
Mon Mar 1 09:25:14 PST 2010


On Mon, 2010-03-01 at 17:50 +0100, Kassen wrote:
>         
>         
>         Well, they have a pretty fast cycle - I can't keep up
>         anyway :)
>         
> 
> 
> You'd think that after a few decades Scheme would be done by now,
> wouldn't you? :-)

Heh, I sometimes think that about computers in general. 

If you have PLT source, here's a one liner fix (I haven't tried it
yet)...

diff --git a/src/mzscheme/src/env.c b/src/mzscheme/src/env.c
index 8bfe025..df7a8de 100644
--- a/src/mzscheme/src/env.c
+++ b/src/mzscheme/src/env.c
@@ -270,6 +270,7 @@ Scheme_Env *scheme_restart_instance() {
   scheme_init_port_config();
   scheme_init_port_fun_config();
   scheme_init_error_config();
+  scheme_init_logger_config();
 #ifndef NO_SCHEME_EXNS
   scheme_init_exn_config();
 #endif




More information about the Fluxus mailing list