[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] eclipse 3.4RC3 crash with plugin

From: Kevin Stembridge <kevin.stembridge_at_gmail.com>
Date: Fri, 13 Jun 2008 22:45:35 +0100

Hi Eelco,
I had exactly the same problem as you. I followed the links in your
email to the Eclipse bug report and then the Sun bug report. The
suggested workaround on the Sun report fixed the problem for me.

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100

I just added the following line to my eclipse.ini file:

-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith

Cheers,
Kevin

On Fri, 2008-06-13 at 10:19 -0400, Mark Phippard wrote:
> On Fri, Jun 13, 2008 at 3:11 AM, Eelco Meuter <eelco.meuter_at_wur.nl> wrote:
>
> > I recently upgraded to eclipse 3.4RC3 under Ubuntu 8.04 64-bit. All
> > works well upto the moment I install the latest subclipse plugin from
> > http://subclipse.tigris.org/update_1.2.x. Eclipse will crash when
> > editing, saving or deleting files and the JVM will report the following
> > error :
> > org.eclipse.core.internal.dtree.DataTreeNode.forwardDeltaWith([Lorg/eclipse/core/internal/dtree/AbstractDataTreeNode;[Lorg/eclipse/core/internal/dtree/AbstractDataTreeNode;Lorg/eclipse/core/internal/dtree/IComparator;)[Lorg/eclipse/core/internal/dtree/AbstractDataTreeNode; (469 bytes)
> > vm_info: Java HotSpot(TM) 64-Bit Server VM (10.0-b22) for linux-amd64
> > JRE
> > (1.6.0_06-b02), built on Mar 25 2008 01:03:02 by "java_re" with gcc 3.2.2 (SuSE
> > Linux)
> >
> > I reported this as a Eclipse bug and they reported back that this is a
> > JVM bug (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=229645). I
> > was not convinced and the suggested work around did not work that well.
> >
> > After a re-installation with a new workspace of Eclipse 3.4RC3 the
> > problem disappeared until I installed subclipse. It seems reasonable to
> > suspect the problem is caused by this plug in.
> >
> > Hopefully you may be able to solve this bug or provide me with a work
> > around.
>
> The links you provide seem to be pretty clear about it being a JVM
> problem. It could just be that tools like Subclipse (or in the links,
> Maven) trigger some different code paths within Eclipse.
>
> I assume you are a Java programmer? What would you do to change your
> Java code to fix this? A rhetorical question. As you would know, we
> are hidden from details like this in Java code. What would we even
> look at to change?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-13 23:45:55 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.