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 271232 - StackOverflowError at java.util.regex.Matcher.search
Summary: StackOverflowError at java.util.regex.Matcher.search
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-08-04 10:38 UTC by antonpresn
Modified: 2018-04-26 07:41 UTC (History)
17 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229831


Attachments
stacktrace (94.89 KB, text/plain)
2017-08-04 10:38 UTC, antonpresn
Details
stacktrace (94.89 KB, text/plain)
2017-08-10 09:37 UTC, troodon
Details
stacktrace (94.89 KB, text/plain)
2017-08-29 16:07 UTC, athompson
Details
stacktrace (94.89 KB, text/plain)
2017-09-02 05:55 UTC, MackSix
Details
stacktrace (94.89 KB, text/plain)
2018-01-16 21:05 UTC, cwt137
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antonpresn 2017-08-04 10:38:12 UTC
Build: NetBeans IDE Dev (Build 201707280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows Server 2012 R2

User Comments:
antonpresn: background scanning

GUEST: Open Netbeans, got it while Background scanning of projects

GUEST: loaded the IDE

GUEST: A java.lang.StackOverflowError exception has occurred.
However, the system should continue working without further problems.
Click Show Details for the stack trace.

GUEST: Tried to run unit tests with PHPUnit

GUEST: Just opened my existing project of netbeans 8.2




Stacktrace: 
java.lang.StackOverflowError
   at java.util.regex.Matcher.search(Matcher.java:1248)
   at java.util.regex.Matcher.find(Matcher.java:637)
   at java.util.regex.Matcher.replaceAll(Matcher.java:951)
   at java.lang.String.replace(String.java:2240)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.getFQNFromType(ModelUtils.java:2004)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1279)
Comment 1 antonpresn 2017-08-04 10:38:14 UTC
Created attachment 164898 [details]
stacktrace
Comment 2 troodon 2017-08-10 09:37:58 UTC
Created attachment 164924 [details]
stacktrace

scanning
Comment 3 athompson 2017-08-29 16:07:05 UTC
Created attachment 165046 [details]
stacktrace

nothing
Comment 4 MackSix 2017-09-02 05:55:06 UTC
Created attachment 165081 [details]
stacktrace

Running node.js debugger and using step over (f8).
Comment 5 cwt137 2018-01-16 21:05:00 UTC
Created attachment 165612 [details]
stacktrace

opening project with js