> I have been doing some looping testing with various XML processors. > The testing is done with this simple XSLT: [snip, xslt doing for loop recursively]
> With Xalan-C 1.4 and Xerces 2.1.0 > The crash happens when > <p>17394</p> > Segmentation fault > > With Xalan-C 1.5.and Xerces 2.2.0 > The crach happens when > <p>18654</p> > Segmentation fault > > Does anyone have a glue why? Well, I don't have a glue, but I do have a clue :) Seriously, 40000 iterations must be killing the stack, don't you think? What happens if you increase the stack size for the test application? Drazen
