http://nagoya.apache.org/bugzilla/show_bug.cgi?id=764
*** shadow/764 Thu Mar 22 05:51:55 2001
--- shadow/764.tmp.4348 Wed Mar 28 14:11:04 2001
***************
*** 155,158 ****
------- Additional Comments From [EMAIL PROTECTED] 2001-03-22 05:51 -------
Have you tried to start java with bigger native thread stack/ Java stack (-ss
! and -oss command line options)?
--- 155,176 ----
------- Additional Comments From [EMAIL PROTECTED] 2001-03-22 05:51 -------
Have you tried to start java with bigger native thread stack/ Java stack (-ss
! and -oss command line options)?
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-28 14:11 -------
! Setting the stack size on version 1.3 work on Solaris, but doesn't under WinNT
! 4.0. Java version 1.3.1 Beta has the problem too. We use Jakarta 1.1 and the
! output is :
!
! Exception in thread "main" java.lang.StackOverflowError
! at org.apache.regexp.RE.matchNodes(RE.java:1358)
! at org.apache.regexp.RE.matchNodes(RE.java:927)
! at org.apache.regexp.RE.matchNodes(RE.java:1358)
! at org.apache.regexp.RE.matchNodes(RE.java:904)
! at org.apache.regexp.RE.matchNodes(RE.java:1358)
! at org.apache.regexp.RE.matchNodes(RE.java:927)
! at org.apache.regexp.RE.matchNodes(RE.java:1358)
! at org.apache.regexp.RE.matchNodes(RE.java:904)
! at org.apache.regexp.RE.matchNodes(RE.java:1358)
! at org.apache.regexp.RE.matchNodes(RE.java:927)
! ...