@Andreas
setup is : M$ vista, jre 1.6.0_13, Qooxdoo 0.8.2 (not trunk). I should
maybe give it a try with the trunk, but I can't do it today.

@Thomas
> I'm not so sure. How do you think Jython would handle Java exceptions?!
With a StackOverflowError, I would expect the JVM to crash with a java
stacktrace. But I may be wrong...

> 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?
Yes. I've even overflowed the int during my tests. Maybe the statement
is just ignored by jython...

> 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 :).
It' going further but fails later on :

   File 
"C:\envdev\qooxdoo-0.8.2-sdk\tool\pylib\ecmascript\frontend\tokenizer.py",
line 288, in parseStream
     mo = R_ALL.search(content)
 RuntimeError: maximum recursion depth exceeded

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

Reply via email to