Got a "ERROR: Stack overflow" in notangle_guile when converting x_fileselect.nw.

The attached patch made it go away.

There's probably a better way.

Running guile-1.6.7-6 & 2.6.16-1.2111_FC5smp.

Steve




RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/scripts/notangle_guile.in,v
retrieving revision 1.3
diff -u -r1.3 notangle_guile.in
--- scripts/notangle_guile.in	28 Feb 2005 18:29:19 -0000	1.3
+++ scripts/notangle_guile.in	17 May 2006 18:40:57 -0000
@@ -14,6 +14,7 @@
 (use-modules (ice-9 getopt-long)
 	     (ice-9 regex))
 
+(debug-set! stack 0)
 (debug-enable 'backtrace)
 
 (define noweb-rootname     "*")

Reply via email to