gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3444 - GNUnet/src/setup/lib


From: durner
Subject: [GNUnet-SVN] r3444 - GNUnet/src/setup/lib
Date: Sat, 7 Oct 2006 14:19:38 -0700 (PDT)

Author: durner
Date: 2006-10-07 14:19:35 -0700 (Sat, 07 Oct 2006)
New Revision: 3444

Modified:
   GNUnet/src/setup/lib/tree.c
Log:
work around Guile crashbug

Modified: GNUnet/src/setup/lib/tree.c
===================================================================
--- GNUnet/src/setup/lib/tree.c 2006-10-07 10:51:45 UTC (rev 3443)
+++ GNUnet/src/setup/lib/tree.c 2006-10-07 21:19:35 UTC (rev 3444)
@@ -452,6 +452,11 @@
   putenv(env);
   free(env);
 #endif
+
+  /* Guile doesn't get the stack boundaries right in our case.
+     This workaround ensures that Guile's garbage collector will never run. */
+  putenv("GUILE_INIT_MALLOC_LIMIT=100000000");
+
   scm_with_guile(&init_helper, NULL);
 }
 





reply via email to

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