Window Builder Pro hangs eclipse when committing/applying

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

Window Builder Pro hangs eclipse when committing/applying

Postby tholl » Fri Dec 03, 2010 10:24 am

Hi all,

I am using the beta version of WBPro on helios on Fedora 13 with
Code: Select all
WindowBuilder SWT_AWT Support   8.1.0.r36x201011301820   com.instantiations.designer.rcp.SWT_AWT_support.feature.group


Code: Select all
java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.3) (fedora-45.1.8.3.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)


when I edit various widgets, when I click save the whole eclipse hangs and is unresponsive, with the following error in the logs;

Code: Select all
!ENTRY org.eclipse.emf.ecore 2 0 2010-12-03 18:07:51.117
!MESSAGE Both 'org.eclipse.gmf.bridge.trace' and 'org.eclipse.xpand.incremental' register an extension parser for 'trace'

!ENTRY com.instantiations.designer.core 4 4 2010-12-03 18:14:46.228
!MESSAGE Designer [8.1.0.r36x201011301630]: org.eclipse.jface.wizard.Wizard$$EnhancerByCGLIB$$813963d7.performFinish()Z
!STACK 0
java.lang.AbstractMethodError: org.eclipse.jface.wizard.Wizard$$EnhancerByCGLIB$$813963d7.performFinish()Z
   at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
   at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
   at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
   at com.instantiations.designer.rcp.support.ToolkitSupportImpl.showShell(ToolkitSupportImpl.java:126)
   at com.instantiations.designer.swt.support.ToolkitSupport.showShell(ToolkitSupport.java:113)
   at com.instantiations.designer.swt.support.ContainerSupport.showShell(ContainerSupport.java:98)
   at com.instantiations.designer.swt.model.widgets.CompositeTopBoundsSupport.show0(CompositeTopBoundsSupport.java:171)
   at com.instantiations.designer.swt.model.widgets.CompositeTopBoundsSupport.show(CompositeTopBoundsSupport.java:106)
   at com.instantiations.designer.rcp.model.jface.DialogPage_TopBoundsSupport.show(DialogPage_TopBoundsSupport.java:54)
   at com.instantiations.designer.core.editor.actions.TestAction.run0(TestAction.java:63)
   at com.instantiations.designer.core.editor.actions.TestAction.access$0(TestAction.java:59)
   at com.instantiations.designer.core.editor.actions.TestAction$1$1.run(TestAction.java:53)
   at com.instantiations.designer.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:121)
   at com.instantiations.designer.core.editor.actions.TestAction$1.run(TestAction.java:51)
   at com.instantiations.designer.core.utils.execution.ExecutionUtils.runLog(ExecutionUtils.java:86)
   at com.instantiations.designer.core.editor.actions.TestAction.run(TestAction.java:49)
   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
   at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
   at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
   at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   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:369)
   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:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
!SESSION 2010-12-03 18:15:56.127 -----------------------------------------------
eclipse.buildId=M20100909-0800
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.rcp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.rcp.product

!ENTRY org.eclipse.core.resources 2 10035 2010-12-03 18:17:17.008




any suggestions on how to proceed?

Thanks,
T
tholl
 
Posts: 1
Joined: Fri Dec 03, 2010 10:18 am

Re: Window Builder Pro hangs eclipse when committing/applyin

Postby Eric Clayberg » Sun Dec 05, 2010 8:09 pm

Please provide the thread dump from the hang.

That should help determine whether it is a WB issue, an OS issue or an JDK issue.

You might try it with the latest Sun/Oracle JDK.
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: Bing [Bot] and 1 guest

cron