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 242674 - StackOverflowError at org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory$3.compare
Summary: StackOverflowError at org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: petrk
URL:
Keywords: REGRESSION
: 242803 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-07 18:16 UTC by Alexander Simon
Modified: 2014-04-24 02:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208251


Attachments
stacktrace (108.23 KB, text/plain)
2014-03-07 18:16 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-03-07 18:16:16 UTC
Build: NetBeans IDE Dev (Build 20140307-c831f21c2d83)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Linux

User Comments:
alexvsimon: performance refences on CLucene 0.9.21.b




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory$3.compare(UIDObjectFactory.java:1455)
   at org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory$3.compare(UIDObjectFactory.java:1452)
   at java.util.TreeMap.compare(TreeMap.java:1291)
   at java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1366)
   at java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:1850)
   at java.util.TreeMap.tailMap(TreeMap.java:937)
Comment 1 Alexander Simon 2014-03-07 18:16:18 UTC
Created attachment 145851 [details]
stacktrace
Comment 2 petrk 2014-03-11 16:54:11 UTC
Cannot reproduce in dev version
Comment 3 Alexander Simon 2014-03-11 17:26:38 UTC
The exception can be reproduced if open file Term.h
Comment 4 Alexander Simon 2014-03-11 17:42:14 UTC
*** Bug 242803 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2014-03-13 02:47:30 UTC
Integrated into 'main-silver', will be available in build *201403130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fb9171bc65a8
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixing #242674 - StackOverflowError at org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory$3.compare
-- renamed class Antilooop
Comment 7 Quality Engineering 2014-04-24 02:09:24 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/f3570d051104
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixing #242674 - StackOverflowError at org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory$3.compare
-- renamed class Antilooop [ Merge of 281769:fb9171bc65a8 from cnd-main ]