RE: StackOverflowError when validating long patterns in Windows Java 1.6.0_03

2007-11-29 Thread Schalk Neethling
: Re: StackOverflowError when validating long patterns in Windows Java 1.6.0_03 I can, although I'm now pretty convinced it's not an XML Beans issue. The fact is the default stack size must be smaller for 32bit jse6, and long, complex patterns require a lot of stack. Jacob Danner w

Re: StackOverflowError when validating long patterns in Windows Java 1.6.0_03

2007-11-29 Thread Chris
I can, although I'm now pretty convinced it's not an XML Beans issue. The fact is the default stack size must be smaller for 32bit jse6, and long, complex patterns require a lot of stack. Jacob Danner wrote: Hi Chris, Thanks for finding an investigating an issue like this. Can I get you to f

RE: StackOverflowError when validating long patterns in Windows Java 1.6.0_03

2007-11-28 Thread Radu Preotiuc-Pietro
ednesday, November 28, 2007 7:58 AM To: dev@xmlbeans.apache.org Cc: [EMAIL PROTECTED] Subject: Re: StackOverflowError when validating long patterns in Windows Java 1.6.0_03 Hi Chris, Thanks for finding an investigating an issue like this.

Re: StackOverflowError when validating long patterns in Windows Java 1.6.0_03

2007-11-28 Thread Jacob Danner
Hi Chris, Thanks for finding an investigating an issue like this. Can I get you to file a jira issue to track this? Thanks, -jacobd On Nov 28, 2007 2:20 AM, Chris <[EMAIL PROTECTED]> wrote: > After looking further into this issue, in java6 the default stack size > is not different between Linux a

Re: StackOverflowError when validating long patterns in Windows Java 1.6.0_03

2007-11-28 Thread Chris
After looking further into this issue, in java6 the default stack size is not different between Linux and Windows but between 32bit and 64bit implementations. This explains a lot as we're using 64bit linux. I can't find what the default stack sizes were in java5 though. I guess I'll just have