> > Seriously, 40000 > > iterations must be killing the stack, don't you think? > > Well like I said testing purpose is to find limits of the > processors.
Well, it looks like you've discovered the limits :) > What happens if > > you increase the stack size for the test application? > > > > I am not running the Xalan inside any other program, just > directly from > the command-line: > > Xalan /var/www/xslt/loop.xml /var/www/xslt/loop.xsl This reminded me of an "experiment" I once did - I forgot to terminate the "loop" correctly, and to my great surprise, after a lot of iterations :) the processor (MS) warned that it looks like I've entered infinite loop and terminated the execution gracefully ;) Drazen
