[SOLVED] Linux crash

SWT Designer allows you to create the views, editors, perspectives, pref pages, composites, etc. that comprise Eclipse SWT & RCP applications and plug-ins.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

[SOLVED] Linux crash

Postby schnitten » Thu Nov 06, 2008 1:07 pm

Hi,

Designer hangs reproducably on my linux box. When switching to the designer view eclipse locks up totally and can only be killed. -debug won#t give any information, nothing in the log file too.

Strange thing is that it only seems to happen when I try to work on eclipse plugin projects.
Steps to reproduce:

* on a fresh Ganymede release install Designer using the update manager
* create a new plugin project
* select template "plugin with a view"
* open the view with the designer editor
* switch to designer view.
* eclipse hangs...

As said above this happens to plugin projects only. I still can use the designer to edit all kinds of classes created using the designer wizards.

This only happens on linux. No problems on windows so far using the same configuration/workspace

any ideas?
Last edited by schnitten on Thu Nov 20, 2008 1:09 pm, edited 1 time in total.
schnitten
 
Posts: 3
Joined: Thu Nov 06, 2008 12:46 pm

Re: Linux crash

Postby Alexander.Mitin » Fri Nov 07, 2008 7:11 am

1. Download and try the most recent stable build, we've recently fixed the Designer hanging while using the compiz.
2. If it still hanging, run the eclipse from console and do the 'kill -3 eclipse_pid', then send us the threads dump.
Alexander Mitin
Alexander.Mitin
Moderator
 
Posts: 155
Joined: Fri Jan 19, 2007 3:57 am

Re: Linux crash

Postby dirkey » Tue Nov 11, 2008 7:09 am

Hi,

I encounter the same problem. I allready installed the newest Version 3.6.1.

In the RCP Contact Manager Application sample I'am only able to view the perspective inside the designer. Anything else hangs the eclipse.

BTW: How do I attach a file? Anytime the extension is denied!?!?!

So here the dump:

Code: Select all
2008-11-11 16:31:13
Full thread dump Java HotSpot(TM) Client VM (11.0-b15 mixed mode, sharing):

"Designer sync thread" prio=10 tid=0x09c09c00 nid=0x3f62 waiting on condition [0xb0470000..0xb0470ec0]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
   at java.lang.Thread.sleep(Native Method)
   at com.swtdesigner.editors.MultiPageEditor$SyncThread.run(MultiPageEditor.java:109)

"org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=10 tid=0x094fa400 nid=0x3f61 in Object.wait() [0xb3152000..0xb3152e40]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x6d31a790> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)
   at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:179)
   - locked <0x6d31a790> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)

"AWT-XAWT" daemon prio=10 tid=0x08c84c00 nid=0x3f5e runnable [0xb31b8000..0xb31b9140]
   java.lang.Thread.State: RUNNABLE
   at sun.awt.X11.XToolkit.waitForEvents(Native Method)
   at sun.awt.X11.XToolkit.run(XToolkit.java:548)
   at sun.awt.X11.XToolkit.run(XToolkit.java:523)
   at java.lang.Thread.run(Thread.java:619)

"Java2D Disposer" daemon prio=10 tid=0x08cd5000 nid=0x3f5d in Object.wait() [0xb37f4000..0xb37f50c0]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x6d31a8d8> (a java.lang.ref.ReferenceQueue$Lock)
   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
   - locked <0x6d31a8d8> (a java.lang.ref.ReferenceQueue$Lock)
   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
   at sun.java2d.Disposer.run(Disposer.java:125)
   at java.lang.Thread.run(Thread.java:619)

"org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=10 tid=0x09c4d000 nid=0x3f40 in Object.wait() [0xb3549000..0xb354a040]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x6d146010> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)
   at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:179)
   - locked <0x6d146010> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)

"org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=10 tid=0xb12b6800 nid=0x3f3f in Object.wait() [0xb3456000..0xb3456fc0]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x6d146090> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)
   at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:179)
   - locked <0x6d146090> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)

"Worker-7" prio=10 tid=0xb08bb000 nid=0x3f3e in Object.wait() [0xb34f8000..0xb34f8f40]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185)
   - locked <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:217)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51)

"org.eclipse.jface.text.reconciler.MonoReconciler" daemon prio=10 tid=0xb1226400 nid=0x3f3c in Object.wait() [0xb35cb000..0xb35cbec0]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x6d0ae130> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)
   at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:179)
   - locked <0x6d0ae130> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue)

"CodePro Background Startup" prio=10 tid=0x08e90400 nid=0x3eb0 in Object.wait() [0xb3847000..0xb38480c0]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x6892a018> (a java.util.ArrayList)
   at java.lang.Object.wait(Object.java:485)
   at com.instantiations.eclipse.startup.StartupManager.start0(StartupManager.java:207)
   - locked <0x6892a018> (a java.util.ArrayList)
   at com.instantiations.eclipse.startup.StartupManager.access$000(StartupManager.java:27)
   at com.instantiations.eclipse.startup.StartupManager$1.run(StartupManager.java:87)

"Timer-1" prio=10 tid=0xb3bb9c00 nid=0x3eae in Object.wait() [0xb3aad000..0xb3aae040]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x67e48aa8> (a java.util.TaskQueue)
   at java.util.TimerThread.mainLoop(Timer.java:509)
   - locked <0x67e48aa8> (a java.util.TaskQueue)
   at java.util.TimerThread.run(Timer.java:462)

"Worker-6" prio=10 tid=0x084ae000 nid=0x3ea7 runnable [0xb3afe000..0xb3afefc0]
   java.lang.Thread.State: RUNNABLE
   at java.net.SocketInputStream.socketRead0(Native Method)
   at java.net.SocketInputStream.read(SocketInputStream.java:129)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
   - locked <0x65028be0> (a java.io.BufferedInputStream)
   at sun.net.www.MeteredStream.read(MeteredStream.java:116)
   - locked <0x6502b5a0> (a sun.net.www.http.KeepAliveStream)
   at java.io.FilterInputStream.read(FilterInputStream.java:116)
   at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:2446)
   at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:329)
   at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:199)
   at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:182)
   at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:80)
   at org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadResource(DefaultIndexUpdater.java:235)
   at org.sonatype.nexus.index.updater.DefaultIndexUpdater$1.invoke(DefaultIndexUpdater.java:87)
   at org.sonatype.nexus.index.updater.DefaultIndexUpdater.run(DefaultIndexUpdater.java:169)
   at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:63)
   at org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:489)
   at org.maven.ide.eclipse.index.IndexManager$UpdateCommand.run(IndexManager.java:415)
   at org.maven.ide.eclipse.index.IndexManager$IndexUpdaterJob.run(IndexManager.java:532)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

"Worker-5" prio=10 tid=0x084b0400 nid=0x3ea6 in Object.wait() [0xb3c5c000..0xb3c5cf40]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185)
   - locked <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:217)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51)

"Worker-4" prio=10 tid=0x086b6400 nid=0x3ea5 in Object.wait() [0xb3cad000..0xb3cadec0]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185)
   - locked <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:217)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51)

"Worker-3" prio=10 tid=0x0885f000 nid=0x3ea4 in Object.wait() [0xb3cfe000..0xb3cfee40]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x679add10> (a org.eclipse.mylyn.internal.tasks.ui.OfflineCachingStorage$CacheFlushJob)
   at java.lang.Object.wait(Object.java:485)
   at org.eclipse.mylyn.internal.tasks.ui.OfflineCachingStorage$CacheFlushJob.run(OfflineCachingStorage.java:242)
   - locked <0x679add10> (a org.eclipse.mylyn.internal.tasks.ui.OfflineCachingStorage$CacheFlushJob)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

"Worker-2" prio=10 tid=0x086ba000 nid=0x3ea3 in Object.wait() [0xb4297000..0xb4297dc0]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185)
   - locked <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:217)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51)

"Worker-1" prio=10 tid=0x0887c400 nid=0x3ea2 in Object.wait() [0xb4322000..0xb4323140]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185)
   - locked <0x668e62b0> (a org.eclipse.core.internal.jobs.WorkerPool)
   at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:217)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51)

"Timer-0" prio=10 tid=0x08bc9c00 nid=0x3e9f in Object.wait() [0xb3edb000..0xb3edc0c0]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x679addd0> (a java.util.TaskQueue)
   at java.util.TimerThread.mainLoop(Timer.java:509)
   - locked <0x679addd0> (a java.util.TaskQueue)
   at java.util.TimerThread.run(Timer.java:462)

"Java indexing" daemon prio=10 tid=0x08151c00 nid=0x3e9a in Object.wait() [0xb40a7000..0xb40a8040]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x675f20b0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager)
   at java.lang.Object.wait(Object.java:485)
   at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:371)
   - locked <0x675f20b0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager)
   at java.lang.Thread.run(Thread.java:619)

"Worker-0" prio=10 tid=0x088b7c00 nid=0x3e92 waiting on condition [0xb4381000..0xb4381ec0]
   java.lang.Thread.State: WAITING (parking)
   at sun.misc.Unsafe.park(Native Method)
   - parking to wait for  <0x67ec5908> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
   at org.eclipse.epp.usagedata.internal.gathering.services.UsageDataService.getQueuedEvent(UsageDataService.java:221)
   at org.eclipse.epp.usagedata.internal.gathering.services.UsageDataService.access$0(UsageDataService.java:219)
   at org.eclipse.epp.usagedata.internal.gathering.services.UsageDataService$1.run(UsageDataService.java:157)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

"Start Level Event Dispatcher" daemon prio=10 tid=0x08363c00 nid=0x3e84 in Object.wait() [0xb46ad000..0xb46ade40]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e62d8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
   at java.lang.Object.wait(Object.java:485)
   at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:377)
   - locked <0x668e62d8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
   at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:317)

"Framework Event Dispatcher" daemon prio=10 tid=0x08307400 nid=0x3e83 in Object.wait() [0xb46fe000..0xb46fedc0]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e6350> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
   at java.lang.Object.wait(Object.java:485)
   at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:377)
   - locked <0x668e6350> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread)
   at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:317)

"State Data Manager" daemon prio=10 tid=0x08368c00 nid=0x3e82 waiting on condition [0xb4891000..0xb4891140]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
   at java.lang.Thread.sleep(Native Method)
   at org.eclipse.osgi.internal.baseadaptor.StateManager.run(StateManager.java:297)
   at java.lang.Thread.run(Thread.java:619)

"Low Memory Detector" daemon prio=10 tid=0x080f2400 nid=0x3e7d runnable [0x00000000..0x00000000]
   java.lang.Thread.State: RUNNABLE

"CompilerThread0" daemon prio=10 tid=0x080ef000 nid=0x3e7c waiting on condition [0x00000000..0xb4c71a78]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0x080ed800 nid=0x3e7b waiting on condition [0x00000000..0x00000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=10 tid=0x080e5400 nid=0x3e7a in Object.wait() [0xb4d13000..0xb4d13ec0]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e6618> (a java.lang.ref.ReferenceQueue$Lock)
   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
   - locked <0x668e6618> (a java.lang.ref.ReferenceQueue$Lock)
   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
   at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

"Reference Handler" daemon prio=10 tid=0x080e4000 nid=0x3e79 in Object.wait() [0xb4d64000..0xb4d64e40]
   java.lang.Thread.State: WAITING (on object monitor)
   at java.lang.Object.wait(Native Method)
   - waiting on <0x668e66a0> (a java.lang.ref.Reference$Lock)
   at java.lang.Object.wait(Object.java:485)
   at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
   - locked <0x668e66a0> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x080bb000 nid=0x3e77 runnable [0xbfbe7000..0xbfbe8568]
   java.lang.Thread.State: RUNNABLE
   at com.swtdesigner.os.linux.OSSupportLinux32._begin_shot(Native Method)
   at com.swtdesigner.os.linux.OSSupportLinux32.beginShot(OSSupportLinux32.java:164)
   at com.swtdesigner.model.swt.rcp.wizard.WizardPageInfo.createGUIShot(WizardPageInfo.java:122)
   at com.swtdesigner.model.JavaInfo$18.execute(JavaInfo.java:5617)
   at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
   at com.swtdesigner.model.JavaInfo.notifyPropertyChanged(JavaInfo.java:5607)
   at com.swtdesigner.model.JavaInfo.notifyPropertyChanged(JavaInfo.java:5588)
   at com.swtdesigner.gef.common.property.DesignerEditorPropertyComposite.handleRootNodeSelected(DesignerEditorPropertyComposite.java:666)
   at com.swtdesigner.gef.common.property.DesignerEditorPropertyComposite.updatePropertyComposite(DesignerEditorPropertyComposite.java:876)
   at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1221)
   at com.swtdesigner.gef.DesignerEditor$18.execute(DesignerEditor.java:1116)
   at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
   at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1110)
   at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1101)
   at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:392)
   at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167)
   at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1007)
   at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
   at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
   at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

"VM Thread" prio=10 tid=0x080e2400 nid=0x3e78 runnable

"VM Periodic Task Thread" prio=10 tid=0x080f3c00 nid=0x3e7e waiting on condition

JNI global references: 1479

Heap
def new generation   total 36288K, used 19890K [0x640c0000, 0x66820000, 0x66820000)
  eden space 32256K,  49% used [0x640c0000, 0x6506c3c0, 0x66040000)
  from space 4032K,  95% used [0x66040000, 0x664005e0, 0x66430000)
  to   space 4032K,   0% used [0x66430000, 0x66430000, 0x66820000)
tenured generation   total 483968K, used 111593K [0x66820000, 0x840c0000, 0x840c0000)
   the space 483968K,  23% used [0x66820000, 0x6d51a6f0, 0x6d51a800, 0x840c0000)
compacting perm gen  total 262144K, used 71846K [0x840c0000, 0x940c0000, 0x940c0000)
   the space 262144K,  27% used [0x840c0000, 0x886e99b8, 0x886e9a00, 0x940c0000)
    ro space 8192K,  74% used [0x940c0000, 0x946b3488, 0x946b3600, 0x948c0000)
    rw space 12288K,  58% used [0x948c0000, 0x94fcdb20, 0x94fcdc00, 0x954c0000)


Thanks for help,
Dirk Hoffmann
dirkey
 
Posts: 6
Joined: Tue Nov 11, 2008 7:05 am

Re: Linux crash

Postby Eric Clayberg » Tue Nov 11, 2008 8:45 am

You need to install the latest SWT Designer build, not the latest RCP Developer build (which has an older version of SWT Designer).
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: Linux crash

Postby schnitten » Sat Nov 15, 2008 12:45 pm

I tried to update to the latest stable development build, but the update manager cannot fetch all files necessary for update:

Code: Select all
An error occurred while collecting items to be installed
  Error closing the output stream for com.instantiations.common.ui/osgi.bundle/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.common.ui_5.3.2.20081114201927958.jar: Invalid zip file format
  Problems downloading artifact: osgi.bundle,com.instantiations.css,5.0.0.200811142105.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.css_5.0.0.200811142105.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.css_5.0.0.200811142105.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.css_5.0.0.200811142105.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.css_5.0.0.200811142105.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.databinding,6.8.0.200811151200.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.databinding_6.8.0.200811151200.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.databinding_6.8.0.200811151200.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.databinding_6.8.0.200811151200.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.databinding_6.8.0.200811151200.jar
  Error closing the output stream for com.instantiations.designer/org.eclipse.update.feature/6.8.0.200811151200 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.designer_6.8.0.20081115120027960.jar: Invalid zip file format
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted_5.1.0.200811151211.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted.1_4,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4_5.1.0.200811151211.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted.1_4.linux,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.linux_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.linux_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.linux_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.linux_5.1.0.200811151211.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted.1_4.super,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.super_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.super_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.super_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_4.super_5.1.0.200811151211.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted.1_5,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5_5.1.0.200811151211.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted.1_5.linux,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.linux_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.linux_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.linux_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.linux_5.1.0.200811151211.jar
  Problems downloading artifact: osgi.bundle,com.instantiations.designer.gwt.hosted.1_5.super,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.designer.gwt.hosted.1_5.super_5.1.0.200811151211.jar
  Error closing the output stream for com.instantiations.eclipse.debug/osgi.bundle/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.eclipse.debug_5.3.2.20081114201927962.jar: Invalid zip file format
  Error closing the output stream for com.instantiations.eclipse.shared/org.eclipse.update.feature/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.eclipse.shared_5.3.2.20081114201927963.jar: Invalid zip file format
  Error closing the output stream for com.instantiations.eclipse.startup/osgi.bundle/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.eclipse.startup_5.3.2.20081114201927964.jar: Invalid zip file format
  Error closing the output stream for com.instantiations.eclipse.ui/osgi.bundle/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.eclipse.ui_5.3.2.20081114201927965.jar: Invalid zip file format
  Error closing the output stream for com.instantiations.eclipse.util/osgi.bundle/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.eclipse.util_5.3.2.20081114201927966.jar: Invalid zip file format
  Problems downloading artifact: osgi.bundle,com.instantiations.j2ee,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.j2ee_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.j2ee_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.j2ee_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.j2ee_5.1.0.200811151211.jar
  Error closing the output stream for com.instantiations.tools/osgi.bundle/5.3.2.200811142019 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.tools_5.3.2.20081114201927967.jar: Invalid zip file format
  Problems downloading artifact: osgi.bundle,com.instantiations.wbpro,6.8.0.200811151222.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.wbpro_6.8.0.200811151222.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.wbpro_6.8.0.200811151222.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.wbpro_6.8.0.200811151222.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.instantiations.wbpro_6.8.0.200811151222.jar
  Error closing the output stream for com.instantiations.wbpro.feature/org.eclipse.update.feature/6.8.0.200811151222 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.instantiations.wbpro.feature_6.8.0.20081115122227968.jar: Invalid zip file format
  Error closing the output stream for com.swtdesigner/osgi.bundle/6.8.0.200811151200 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.swtdesigner_6.8.0.20081115120027969.jar: Invalid zip file format
  Error closing the output stream for com.swtdesigner.fragment.jdt.core/osgi.bundle/6.8.0.200811151200 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.swtdesigner.fragment.jdt.core_6.8.0.20081115120027970.jar: Invalid zip file format
  Problems downloading artifact: osgi.bundle,com.swtdesigner.gwt,5.1.0.200811151211.
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.swtdesigner.gwt_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.swtdesigner.gwt_5.1.0.200811151211.jar
    Exception connecting to http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.swtdesigner.gwt_5.1.0.200811151211.jar.
    Server returned HTTP response code: 503 for URL: http://download.instantiations.com/WBPro/continuous/latest/update/E-3.4/plugins/com.swtdesigner.gwt_5.1.0.200811151211.jar
  Error closing the output stream for com.swtdesigner.gwt.feature/org.eclipse.update.feature/5.1.0.200811151211 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.swtdesigner.gwt.feature_5.1.0.20081115121127971.jar: Invalid zip file format
  Error closing the output stream for com.swtdesigner.help/osgi.bundle/6.8.0.200811151200 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.swtdesigner.help_6.8.0.20081115120027972.jar: Invalid zip file format
  Error closing the output stream for com.swtdesigner.layout.group/osgi.bundle/6.8.0.200811151200 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.swtdesigner.layout.group_6.8.0.20081115120027973.jar: Invalid zip file format
  Error closing the output stream for com.swtdesigner.layout.group.designer/osgi.bundle/6.8.0.200811151200 on repository file:/usr/local/bin/eclipse-3.4/.
  Error unzipping /tmp/com.swtdesigner.layout.group.designer_6.8.0.20081115120027974.jar: Invalid zip file format


Downloading and unpacking the zip file won't help either as the plugins do not seem to work. There are no Instantiations features visible within Eclipse (like the "new" wizards). So updating does not work for me either.
schnitten
 
Posts: 3
Joined: Thu Nov 06, 2008 12:46 pm

Re: Linux crash

Postby Eric Clayberg » Sat Nov 15, 2008 5:16 pm

Try the release update site rather that the latest build update site which is down at the moment. The installer and ZIP file installs work fine.

If you are having problems with the ZIP install, you may be running into a common Eclipse 3.4 p2 bug that prevents multiple attempted installations of the same plugin (especially using different techniques).

You can try restoring your configuration\org.eclipse.equinox.simpleconfigurator and \p2 directories from the original eclipse ZIP file or start with a fresh install of eclipse.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: Linux crash

Postby Eric Clayberg » Mon Nov 17, 2008 11:08 am

The latest build update site is now back up.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: Linux crash

Postby schnitten » Thu Nov 20, 2008 1:09 pm

I tried to install the latest stable development build on a fresh Eclipse installation. This still does not work.

But after installing the current release 6.8.0 I was able to update to the latest stable release.

Using this release the crashes are gone and I'm happy :)

thanks for the good support!
schnitten
 
Posts: 3
Joined: Thu Nov 06, 2008 12:46 pm

Re: Linux crash

Postby Eric Clayberg » Sat Nov 22, 2008 9:23 am

I'm glad that worked for you.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to SWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests