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 - StackOverflowError at org.netbeans.modules.spellchecker.TrieDictionary.findProposals
Summary: StackOverflowError at org.netbeans.modules.spellchecker.TrieDictionary.findPr...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Spellchecker (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 23:39 UTC by saden1
Modified: 2016-05-19 07:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191412


Attachments
stacktrace (94.03 KB, text/plain)
2016-05-18 23:39 UTC, saden1
Details

Note You need to log in before you can comment on or make changes to this bug.
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