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 72736 - StackOverflowError after Profile NB Project
Summary: StackOverflowError after Profile NB Project
Status: VERIFIED DUPLICATE of bug 77522
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 16:00 UTC by ehucka
Modified: 2006-10-23 15:47 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 ehucka 2006-02-16 16:00:37 UTC
I have a small NB module which I want to profile but always after I invoke
Profile Project action on it (Performance profiling) it ends by the exception.
The module depends on another nb module (library) and both are placed into suite
module.
Comment 1 ehucka 2006-02-16 16:01:12 UTC
java.lang.StackOverflowError
	at java.security.AccessController.doPrivileged(Native Method)
	at org.netbeans.ProxyClassLoader.getClassClassLoader(ProxyClassLoader.java:541)
	at org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:532)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:157)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
	at
org.netbeans.modules.apisupport.project.queries.SubprojectProviderImpl.getSubprojects(SubprojectProviderImpl.java:57)
	at
org.netbeans.modules.profiler.utils.ProjectUtilities.getSourceRoots(ProjectUtilities.java:102)
	at
org.netbeans.modules.profiler.utils.ProjectUtilities.getSourceRoots(ProjectUtilities.java:104)
	at
org.netbeans.modules.profiler.utils.ProjectUtilities.getSourceRoots(ProjectUtilities.java:104)
	at
org.netbeans.modules.profiler.utils.ProjectUtilities.getSourceRoots(ProjectUtilities.java:104)
	at
org.netbeans.modules.profiler.utils.ProjectUtilities.getSourceRoots(ProjectUtilities.java:104)
Comment 2 Tomas Hurka 2006-06-28 10:00:00 UTC

*** This issue has been marked as a duplicate of 77522 ***
Comment 3 ehucka 2006-09-11 18:39:05 UTC
verified