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 193048 - [70cat] FS refresh - StackOverflowError at java.lang.Exception.<init>
Summary: [70cat] FS refresh - StackOverflowError at java.lang.Exception.<init>
Status: CLOSED DUPLICATE of bug 192504
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 192432 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-08 13:17 UTC by rudyment
Modified: 2010-12-09 12:57 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173772


Attachments
stacktrace (107.75 KB, text/plain)
2010-12-08 13:17 UTC, rudyment
Details
stacktrace (107.75 KB, text/plain)
2010-12-08 17:00 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rudyment 2010-12-08 13:17:39 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
rudyment: I compared two files which differs in trailing spaces. So I opened both compared files, erase the trailing spaces and returned into the dif-window. After returning the exception occured.

Chiana: Wasn't doing anything special, just editing a new class adding some fields

Note: There is an other error just occured when reporting this, will report that too shortly




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Exception.<init>(Exception.java:77)
   at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:54)
   at sun.reflect.GeneratedMethodAccessor27.invoke(GeneratedMethodAccessor27.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459)
Comment 1 rudyment 2010-12-08 13:17:44 UTC
Created attachment 103741 [details]
stacktrace
Comment 2 Chiana 2010-12-08 17:00:50 UTC
Created attachment 103747 [details]
stacktrace

Was editing several similar classes, doing a performance test to see if there is a difference between invoking
org.pack1.class or invoking org.pack1.pack2.pack3.pack4.class...
file beeing edited;
package javaapplication3;

/**
 *
 * @author Kent
 */
public class class1 {

  public static void doIt() {
    for (int i=0;i<100;i++);
    return;
  }
}
Was changing the 100 to 10 so the entire test dont take an hour to run...
Comment 3 Antonin Nebuzelsky 2010-12-09 11:55:20 UTC
*** Bug 192432 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2010-12-09 12:55:26 UTC

*** This bug has been marked as a duplicate of bug 192504 ***
Comment 5 Marian Mirilovic 2010-12-09 12:57:41 UTC
v/c