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 152485 - StackOverflowError blocked inaccuracy tests in boost
Summary: StackOverflowError blocked inaccuracy tests in boost
Status: RESOLVED DUPLICATE of bug 151955
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-11-06 08:12 UTC by soldatov
Modified: 2009-02-19 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
081106 (1.44 MB, text/plain)
2008-11-07 14:44 UTC, soldatov
Details
081107 (1.40 MB, text/plain)
2008-11-07 14:45 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2008-11-06 08:12:59 UTC
See full log on
file:///net/129.159.126.195/export/inaccuracy_results/081106_010135/results/testrun_081106-010158/testbag_1/sys/ide/ page.

java.lang.StackOverflowError
	at java.lang.StringBuilder.append(StringBuilder.java:119)
	at org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDtoFile(UIDCsmConverter.java:94)
	at org.netbeans.modules.cnd.modelimpl.csm.core.OffsetableBase._getFile(OffsetableBase.java:142)
	at org.netbeans.modules.cnd.modelimpl.csm.core.OffsetableBase.getContainingFile(OffsetableBase.java:120)
	at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.renderClassifier(TypeImpl.java:408)
	at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getClassifier(TypeImpl.java:393)
	at org.netbeans.modules.cnd.modelimpl.csm.NestedType.getClassifier(NestedType.java:88)
	at org.netbeans.modules.cnd.modelimpl.csm.NestedType.getClassifier(NestedType.java:88)
	at org.netbeans.modules.cnd.modelimpl.csm.Instantiation$Type.getClassifier(Instantiation.java:876)
	at org.netbeans.modules.cnd.modelimpl.csm.Instantiation$Inheritance.getClassifier(Instantiation.java:374)
	at org.netbeans.modules.cnd.modelimpl.csm.Instantiation$Inheritance.getClassifier(Instantiation.java:367)
	at org.netbeans.modules.cnd.api.model.services.CsmInheritanceUtilities.getCsmClass(CsmInheritanceUtilities.java:391)
	at org.netbeans.modules.cnd.modelimpl.impl.services.MemberResolverImpl.getSuperClasses(MemberResolverImpl.java:106)
	at org.netbeans.modules.cnd.modelimpl.impl.services.MemberResolverImpl.getDeclarations(MemberResolverImpl.java:77)
	at org.netbeans.modules.cnd.modelimpl.impl.services.MemberResolverImpl.getNestedClassifiers(MemberResolverImpl.java:116)
	at org.netbeans.modules.cnd.modelimpl.csm.NestedType.getNestedClassifier(NestedType.java:180)
	at org.netbeans.modules.cnd.modelimpl.csm.NestedType.getClassifier(NestedType.java:94)
Comment 1 Vladimir Voskresensky 2008-11-07 10:04:42 UTC
not stable failure in instantiation's classifier
Comment 2 soldatov 2008-11-07 14:44:28 UTC
Created attachment 73475 [details]
081106
Comment 3 soldatov 2008-11-07 14:45:33 UTC
Created attachment 73476 [details]
081107
Comment 4 nnnnnk 2008-11-28 14:05:00 UTC

*** This issue has been marked as a duplicate of 151955 ***