Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AJDT memory leak?

I am experiencing similar problems.  . I am using the 1.1.6 dev release.

Thanks for the tip on workspace restorer.  I have been fighting with this
problem all week (and month).
Might I ask if this is the same as Bug 44215 (I believe Peter Kalmus is
echoing the same problem)?

Thanks

- Jeff


----- Original Message ----- 
From: "Wes Isberg" <wes@xxxxxxxxxxxxxx>
To: <aspectj-dev@xxxxxxxxxxx>
Sent: Monday, February 23, 2004 10:53 PM
Subject: [aspectj-dev] AJDT memory leak?


> I'm on 2.1.2 using the latest AJDT with the latest tree and
> have noticed memory usage to consistently grow and not release on gc.
> Most recently the out-of-memory situation corrupted my workspace[1]
> (which gives me some time to write an email on point).
>
> A test that repeatedly compiles a project in AJDT would be a great
> thing to have before the 1.2 release.
>
> I notice in the rebuild that ajdt is not loading because of
> a failure in a static initializer (getting images?).  (It would
> be nice if all static initializers were protected so that errors
> could be reported properly.)  This causes the rebuilder to skip
> all AspectJ projects.  Once the rebuild is complete, things seem
> to work.
>
> Thanks -
> Wes
>
> [1] For those who need to rebuild a corrupted workspace, see
> the Workspace Re-Builder Plug-in, a "Spies/Tools" linked off
> the Eclipse Core component  development resources page
>
>
> !MESSAGE Plug-in "org.eclipse.ajdt.ui" was
> unable to instantiate class "org.eclipse.ajdt.ui.AspectJPlugin".
> ...
>
> Caused by: java.lang.ExceptionInInitializerError
> at org.eclipse.ajdt.ui.AspectJPlugin.<init>(AspectJPlugin.java:386)
> ... 77 more
> Caused by: java.lang.NullPointerException
> at
>
org.eclipse.ajdt.internal.core.resources.AspectJImages.<clinit>(AspectJImage
s.java:34)
>
>
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev
>



Back to the top