Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rap-dev] CompilerThread native error

This is the init param I put in eclipse.ini: -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
I didn't try to use the same param with RAP because it seems it is specific to a class.

I also tried to use the OSGi launcher, but it crashes the same way.

On Fri, Aug 15, 2008 at 5:11 AM, Frank Appel <fappel@xxxxxxxxxxxxxx> wrote:

Hi,

 

what init parameter did you use and did you try it with RAP too?

 

 

Ciao

Frank

 

Von: rap-dev-bounces@xxxxxxxxxxx [mailto:rap-dev-bounces@xxxxxxxxxxx] Im Auftrag von Gustavo Steigert
Gesendet: Freitag, 15. August 2008 02:30
An: rap-dev@xxxxxxxxxxx
Betreff: [rap-dev] CompilerThread native error

 

Hi,

When I launch a RAP application I can use for 30 seconds at most. After that, I get a "CompilerThread" native error (see attachment for details). This is the task that fails:

Current CompileTask:
C2:280  !   org.eclipse.swt.widgets.Widget.getAdapter(Ljava/lang/Class;)Ljava/lang/Object; (152 bytes)

I was having a similar problem with Eclipse, and I was told there were a problem with Java 6 for 64 bits arch. After adding an init parameter I was able to make Eclipse stable.

Is there a workaround for RAP too?

Tks,
Gustavo Steigert


_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev




--
Gustavo Steigert

Back to the top