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 114480 - Completion code in c++ => ERROR
Summary: Completion code in c++ => ERROR
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: Other Linux
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 10:29 UTC by snoopy
Modified: 2007-09-04 09:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description snoopy 2007-09-03 10:29:25 UTC
'nINFINITE LOOP. FILE: /usr/include/boost/noncopyable.hpp POS  [32:9/910-32:34/935]
while resolving noncopyable_::noncopyable in /usr/include/boost/noncopyable.hpp at 32
java.lang.Exception: Stack trace
        at java.lang.Thread.dumpStack(Thread.java:1206)
        at org.netbeans.modules.cnd.modelimpl.csm.core.Resolver3.traceOverflow(Resolver3.java:479)
        at org.netbeans.modules.cnd.modelimpl.csm.core.Resolver3.resolve(Resolver3.java:421)
        at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.renderClassifier(TypeImpl.java:217)
        at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getClassifier(TypeImpl.java:206)

This error of completion produces a file of log of 3Go and blocks Netbeans
Comment 1 Vladimir Voskresensky 2007-09-04 04:38:06 UTC
what is the version of CND and NB do you have?
Comment 2 snoopy 2007-09-04 07:20:12 UTC
Hello,

Netbeans version is : netbeans-c++-5_5_1-linux.bin
Netbeans c++ plug'in is : netbeans-c++-5_5_1-linux.bin

Snoopy
Comment 3 snoopy 2007-09-04 07:21:56 UTC
Excuse me : 

Netbeans version is : netbeans-5_5_1-linux.bin
Netbeans c++ plug'in is : netbeans-c++-5_5_1-linux.bin

Snoopy
Comment 4 snoopy 2007-09-04 08:53:20 UTC
Hello,

	
I installed version netbeans-c++-5_5_1_u1-linux.bin, all is good, The bug is corrected

Thank you.

Snoopy
Comment 5 Vladimir Voskresensky 2007-09-04 09:37:13 UTC
yes, it was fixed as http://www.netbeans.org/issues/show_bug.cgi?id=97408