: 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
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
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.
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
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
I have come across a repeatable error and enclose the test case.
When the following xml is validated with a ValidatingStreamReader it
causes an SOE.
If the sample string is shorter, this does not happen. With more complex
schemas, the string does not have to be as long to still cause an SOE.
I