This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 172435 - StackOverflowError at java.util.regex.Pattern$BranchConn.match
Summary: StackOverflowError at java.util.regex.Pattern$BranchConn.match
Status: RESOLVED DUPLICATE of bug 154894
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 08:43 UTC by Michal Mocnak
Modified: 2009-09-17 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158646


Attachments
stacktrace (70.29 KB, text/plain)
2009-09-17 08:43 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2009-09-17 08:43:14 UTC
Build: NetBeans IDE Dev (Build 200909170201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

Stacktrace: 
java.lang.StackOverflowError
        at java.util.regex.Pattern$BranchConn.match(Pattern.java:4078)
        at java.util.regex.Pattern$CharProperty.match(Pattern.java:3345)
        at java.util.regex.Pattern$Branch.match(Pattern.java:4114)
        at java.util.regex.Pattern$GroupHead.match(Pattern.java:4168)
        at java.util.regex.Pattern$Loop.match(Pattern.java:4295)
        at java.util.regex.Pattern$GroupTail.match(Pattern.java:4227)
Comment 1 Michal Mocnak 2009-09-17 08:43:19 UTC
Created attachment 87812 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-09-17 10:13:27 UTC

*** This issue has been marked as a duplicate of 154894 ***