>
> Is it possible that you have (for lack of a better term) a recursive
> schematic? As in sheet A calling B calling A?
I can't find any such "recursion". I've attached a schematic that has 11
pages, all identical except for their uref #s. I get a stack overflow when
I try to generate a netlist for delme.sch, but if I remove one of the 11 pages,
gnetlist finishes without an error.
I suspect that the stack limit that I'm setting with the tcsh command
limit stacksize 96000
does not applying to the guile code or something like that. I've verified
that the limit command does allow me to increase the stack size of a simple
c program.
Attached is a 20k tar/gzipped directory with the schematic that crashes
gnetlist when I run it.
tar -xvzf q2.tgz
cd q2
gnetlist -g pads -o delme.asc delme.sch
gEDA/gnetlist version 20010722
gEDA/gnetlist comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.
This is free software, and you are welcome to redistribute it under certain
conditions; please see the COPYING file for more details.
Loading schematic [delme.sch]
ERROR: Stack overflow
Thanks in advance for any ideas.
Dave
gzip compressed data - deflate method