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 268685 - StackOverflowError at java.util.regex.Pattern$BmpCharProperty.match
Summary: StackOverflowError at java.util.regex.Pattern$BmpCharProperty.match
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-26 05:23 UTC by Exceptions Reporter
Modified: 2016-10-26 05:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226954


Attachments
stacktrace (90.28 KB, text/plain)
2016-10-26 05:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-26 05:23:56 UTC
This bug was originally marked as duplicate of bug 133078, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
GUEST: ??? ???????? ????? ? ?????????? ???????, ???????? ?????? ???????	
?????? - PHP c ????????? ????????????




Stacktrace: 
java.lang.StackOverflowError
   at java.util.regex.Pattern$BmpCharProperty.match(Pattern.java:3797)
   at java.util.regex.Pattern$Curly.match(Pattern.java:4227)
   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$GroupTail.match(Pattern.java:4717)
   at java.util.regex.Pattern$Curly.match0(Pattern.java:4272)
Comment 1 Exceptions Reporter 2016-10-26 05:23:58 UTC
Created attachment 162643 [details]
stacktrace