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

Summary: StackOverflowError at java.util.regex.Matcher.search
Product: ide Reporter: antonpresn
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: abhaisasidharan, amobilia, athompson, CaptainStarbuck, cwt137, dcosacox, dr.vivekbhardwaj, Ernest001, legitalk, MackSix, minoleg, nickdick74, RodriAndreotti, sviatopolk, toben, troodon, zmirc
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229831
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

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