Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Cocoa port M2

I am testing the Cocoa port with WebStart and it is failing miserably ... So a couple of questions ..

1. Should I be using the 1.5 32 bit java version ?
2. Do I still need to add java-vm-args="-XstartOnFirstThread" to j2se version element in my jnlp file ?

My back trace looks like ...

Java information:
 Version: Java HotSpot(TM) Client VM (1.5.0_13-119 mixed mode, sharing)
 Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_13-119) for macosx-x86, built on Sep 28 2007 23:59:21 by root with gcc 4.0.1 (Apple Inc. build 5465)
 Exception type: Bus Error (0xa) at pc=0x95596a4f

Current thread (0x0101ea70):  JavaThread "javawsApplicationMain" [_thread_in_native, id=9391616]
Stack: [0xb11bb000,0xb123b000)
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(II)I+0
j  org.eclipse.swt.widgets.Widget.callPaintEventHandler(IIIII)I+4
j  org.eclipse.swt.widgets.Button.callPaintEventHandler(IIIII)I+289
j  org.eclipse.swt.widgets.Widget.kEventControlDraw(III)I+113
j  org.eclipse.swt.widgets.Widget.controlProc(III)I+192
j  org.eclipse.swt.widgets.Display.controlProc(III)I+17
v  ~StubRoutines::call_stub
j  org.eclipse.swt.internal.carbon.OS.ShowWindow(I)V+0
j  org.eclipse.swt.widgets.Shell.setWindowVisible(Z)V+163
j  org.eclipse.swt.widgets.Shell.setVisible(Z)V+57
j  org.eclipse.swt.widgets.Shell.open()V+11
j  com.candata.client.BootStrap.<init>(Lorg/eclipse/swt/widgets/Display;)V+15
j  com.candata.client.BootStrap$1.run()V+8
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  com.candata.client.BootStrap.main([Ljava/lang/String;)V+20
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
j  com.sun.javaws.Launcher.executeApplication(Lcom/sun/javaws/jnl/LaunchDesc;Lcom/sun/deploy/cache/LocalApplicationProperties;Ljava/lang/Class;Lcom/sun/javaws/ui/DownloadWindow;)V+239
j  com.sun.javaws.Launcher.executeMainClass(Lcom/sun/javaws/jnl/LaunchDesc;Lcom/sun/deploy/cache/LocalApplicationProperties;Ljava/lang/Class;Lcom/sun/javaws/ui/DownloadWindow;)V+25
j  com.sun.javaws.Launcher.doLaunchApp()V+262
j  com.sun.javaws.Launcher.run()V+1
j  java.lang.Thread.run()V+11




--
Dave Smith
Candata Systems Ltd.
416-493-9020x2413
Direct: 416-855-2413


Back to the top