> never played with such an an option on the java side; I doubt it > exists. Moreover, the error is a python exception, not an underlying > java StackOverflowError.
I'm not so sure. How do you think Jython would handle Java exceptions?! > So it makes me think that the JVM behaves > correctly and that the recursion control is actually implemented in > the jython code itself as "normal" java code. Yes, but then why doesn't it react on changing sys.setrecursionlimit()? The default in CPython is 1000, how deep is your stack when the error occurs? Have you tried setting it to 3000? 10,000? > It surely has something > to do with the way Jython implements the "re" python package. > Aggreed. > I've googled a bit and found silmilar issues with hints on how to > limit recursion with regex using some refactoring of the expression > itself. But I'm far from being a regex specialist and the one that is > used to parse the source is really frightening ;-) > Indeed, it is :). And I'm anxiously waiting to implement a new parser that uses close to no regexps, at least compared to the current version. But since the R_ALL.findall(content) expression is just a sanity check, and not used in the later parsing, just comment it out and see what happens :). T. > Vincent > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
