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 270268

Summary: StackOverflowError at java.util.regex.Pattern$Branch.match
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@ide <issues>
Status: STARTED ---    
Severity: normal CC: issues
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 150320
Attachments: stacktrace

Description Exceptions Reporter 2017-03-31 21:10:28 UTC
This bug was originally marked as duplicate of bug 154894, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Mac OS X

User Comments:
GUEST: unknown




Stacktrace: 
java.lang.StackOverflowError
   at java.util.regex.Pattern$Branch.match(Pattern.java:4604)
   at java.util.regex.Pattern$GroupHead.match(Pattern.java:4658)
   at java.util.regex.Pattern$Loop.match(Pattern.java:4785)
   at java.util.regex.Pattern$GroupTail.match(Pattern.java:4717)
   at java.util.regex.Pattern$BranchConn.match(Pattern.java:4568)
   at java.util.regex.Pattern$CharProperty.match(Pattern.java:3777)
Comment 1 Exceptions Reporter 2017-03-31 21:10:30 UTC
Created attachment 163997 [details]
stacktrace
Comment 2 Quality Engineering 2017-04-11 01:52:58 UTC
Integrated into 'main-silver', will be available in build *201704110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dcb600993afb
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #270268 StackOverflowError at java.util.regex.Pattern$Branch.match
- try to catch beginning of stack trace
(transplanted from c345476d7731c4cde58177908898368ef8636bbe)
Comment 3 ilia 2017-04-13 11:00:19 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=270268 Changesets:
    http://hg.netbeans.org/releases/rev/c345476d7731 # fixing Bug #270268 StackOverflowError at java.util.regex.Pattern$Branch.match