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 193085 - [70cat] StackOverflowError at sun.reflect.Reflection.quickCheckMemberAccess
Summary: [70cat] StackOverflowError at sun.reflect.Reflection.quickCheckMemberAccess
Status: RESOLVED DUPLICATE of bug 192504
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 00:20 UTC by Chiana
Modified: 2010-12-09 13:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173855


Attachments
stacktrace (107.87 KB, text/plain)
2010-12-09 00:20 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-12-09 00:20:50 UTC
Build: NetBeans IDE Dev (Build 201012080001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows Vista

User Comments:
Chiana: Doing a major refactoring changing Application managed into container managed entitymanagement, source is a mess but it was more messy two hours ago...

One more stack overflow to be reported after this...

melque: tentando salvar arquivo




Stacktrace: 
java.lang.StackOverflowError
   at sun.reflect.Reflection.quickCheckMemberAccess(Reflection.java:51)
   at java.lang.reflect.Method.invoke(Method.java:576)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459)
   at $Proxy1.fileAttributeChanged(.java:0)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:154)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:128)
Comment 1 Chiana 2010-12-09 00:20:55 UTC
Created attachment 103780 [details]
stacktrace
Comment 2 Marian Mirilovic 2010-12-09 13:01:03 UTC

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