You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2003/01/29 11:57:38 UTC

DO NOT REPLY [Bug 16536] New: - StackOverflowError

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16536

StackOverflowError

           Summary: StackOverflowError
           Product: Regexp
           Version: unspecified
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Other
        AssignedTo: regexp-dev@jakarta.apache.org
        ReportedBy: graham_barr@yahoo.co.uk


The following RE. : RE re = new RE("<Code1>((.|\n)*)</Code1>");
Using JDK 1.3 and Regexp 1.2
Causes a StackOverflowError on match(content) where the content is:

--------start of content------------
<Code1>ENC1:el8uAwo2HQFV</Code1>
<Code2>1:22:115:1:1043777471000</Code2>
<Variables>
DemandForecast.BusinessUnit=BusinessUnit	R
Boston	R
Boston	R

DemandForecast.Product=Product	R
E-Towermate+100	R
Achiever+3900	R

DemandForecast.Month0=Month0	R
25	R
89	R

DemandForecast.Month1=Month1	R
4	R
2	R

DemandForecast.Month2=Month2	R
2	R
1	R

DemandForecast.Month3=Month3	R
44	R
33	R

DemandForecast.Month4=Month4	R
3	R
4	R

DemandForecast.Month5=Month5	R
0	R
0	R

DemandForecast.Month6=Month6	R
0	R
0	R

DemandForecast.Month7=Month7	R
0	R
0	R

DemandForecast.Month8=Month8	R
0	R
0	R

DemandForecast.Month9=Month9	R
0	R
0	R

DemandForecast.Month10=Month10	R
555	R
0	R

DemandForecast.Month11=Month11	R
0	R
0	R

DemandForecast.Month12=Month12	R
0	R
0	R

</Variables>
--------end of content------------

---------------------------------------------------------------------
To unsubscribe, e-mail: regexp-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: regexp-dev-help@jakarta.apache.org