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 177405 - StackOverflowError at org.netbeans.modules.cnd.repository.disk.DiskRepositoryManager.get
Summary: StackOverflowError at org.netbeans.modules.cnd.repository.disk.DiskRepository...
Status: RESOLVED DUPLICATE of bug 173203
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-11-23 03:25 UTC by FranciscoBasadre
Modified: 2009-11-23 06:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 90742


Attachments
stacktrace (100.02 KB, text/plain)
2009-11-23 03:26 UTC, FranciscoBasadre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FranciscoBasadre 2009-11-23 03:25:58 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.31-15-generic, i386

User Comments:
GUEST: Did "Format" on a 4,000-line C program after removing an if statement and its braces

GUEST: I was just writing an if statement in a C++ project.

Thanks for your work, Netbeans is great!

FranciscoBasadre: While writing code with the program stoped at a breakpoint.

GUEST: Editing text, specifically putting in parenthesis.

kgoertz: Working on a C++ project with 4 files open.  
Crash occurred when viewing a source file.



Stacktrace: 
java.lang.StackOverflowError
        at org.netbeans.modules.cnd.repository.disk.DiskRepositoryManager.get(DiskRepositoryManager.java:173)
        at org.netbeans.modules.cnd.repository.impl.DelegateRepository.get(DelegateRepository.java:75)
        at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils.get(RepositoryUtils.java:119)
        at org.netbeans.modules.cnd.modelimpl.repository.RepositoryUtils.get(RepositoryUtils.java:91)
        at org.netbeans.modules.cnd.modelimpl.uid.UIDUtilities$CachedUID.getObject(UIDUtilities.java:401)
        at org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDtoCsmObject(UIDCsmConverter.java:102)
Comment 1 FranciscoBasadre 2009-11-23 03:26:02 UTC
Created attachment 91512 [details]
stacktrace
Comment 2 Alexander Simon 2009-11-23 05:28:17 UTC
Regession after fixing:
BZ#136731 No hyper link on local extern function
Comment 3 nnnnnk 2009-11-23 06:34:11 UTC

*** This bug has been marked as a duplicate of bug 173203 ***