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 262145

Summary: StackOverflowError at org.netbeans.modules.spellchecker.TrieDictionary.findProposals
Product: editor Reporter: saden1
Component: SpellcheckerAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: FiruzzZ
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191412
Attachments: stacktrace

Description saden1 2016-05-18 23:39:49 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
GUEST: .

GUEST: Netbeans suddenly crashed.

GUEST: Loading Java main

saden1: Just restared the IDE. I have multiple java maven jar/war projects open.

GUEST: just opening a project with an error in a class. A not existing method was called.

FiruzzZ: IDK.. just downloaded the nightly version and everytime IDE is open, tihs error shows up

GUEST: I have a crappy computer




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.spellchecker.TrieDictionary.findProposals(TrieDictionary.java:172)
   at org.netbeans.modules.spellchecker.TrieDictionary.findProposals(TrieDictionary.java:182)
   at org.netbeans.modules.spellchecker.TrieDictionary.findProposals(TrieDictionary.java:182)
   at org.netbeans.modules.spellchecker.TrieDictionary.findProposals(TrieDictionary.java:182)
   at org.netbeans.modules.spellchecker.TrieDictionary.findProposals(TrieDictionary.java:182)
   at org.netbeans.modules.spellchecker.TrieDictionary.findProposals(TrieDictionary.java:182)
Comment 1 saden1 2016-05-18 23:39:51 UTC
Created attachment 159807 [details]
stacktrace