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 271721 - StackOverflowError at java.util.regex.Pattern.<init>
Summary: StackOverflowError at java.util.regex.Pattern.<init>
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-29 12:30 UTC by zmirc
Modified: 2017-10-29 12:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230284


Attachments
stacktrace (94.93 KB, text/plain)
2017-10-29 12:30 UTC, zmirc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zmirc 2017-10-29 12:30:38 UTC
Build: NetBeans IDE Dev (Build 201710110002)
VM: OpenJDK 64-Bit Server VM, 25.152-b16, OpenJDK Runtime Environment, 1.8.0_152-b16
OS: Linux

User Comments:
zmirc: Keeps popping out each a few seconds. Working in HTML and SCSS with Jekyll templates

GUEST: -

zmirc: Keeps happening...

GUEST: not sure

GUEST: just stared Netbeas for the first time after importing old configuration

GUEST: Nothing, just opened IDE with project




Stacktrace: 
java.lang.StackOverflowError
   at java.util.regex.Pattern.<init>(Pattern.java:1351)
   at java.util.regex.Pattern.compile(Pattern.java:1054)
   at java.lang.String.replace(String.java:2239)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.getFQNFromType(ModelUtils.java:2004)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1279)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
Comment 1 zmirc 2017-10-29 12:30:41 UTC
Created attachment 165366 [details]
stacktrace