Community
Participate
Working Groups
Build Identifier: 3.2 We have a product (WebSphere Installation Factory) which is developed based on Eclipse 3.2. During use it to create some customized build of WAS, this tool will hang for a long time (about 1.5 hours). However, it can finish processing finally. Below is java core information: 2XMFULLTHDDUMP Full thread dump J9 VM (J2RE 5.0 IBM J9 2.3 Linux x86-32 build 20080314_17962_lHdSMr, native threads): 3XMTHREADINFO "main" (TID:0x09274B00, sys_thread_t:0x09267568, state:R, native ID:0x0000024F) prio=6 4XESTACKTRACE at org/eclipse/swt/internal/gtk/OS.Call(Native Method) 4XESTACKTRACE at org/eclipse/swt/widgets/Display.sleep(Display.java:3532(Compiled Code)) 4XESTACKTRACE at org/eclipse/jface/operation/ModalContext$ModalContextThread.block(ModalContext.java:159) 4XESTACKTRACE at org/eclipse/jface/operation/ModalContext.run(ModalContext.java:326) 4XESTACKTRACE at org/eclipse/jface/wizard/WizardDialog.run(WizardDialog.java:851) 4XESTACKTRACE at com/ibm/ws/install/factory/was/plugins/wizard/gui/pages/BuildDefinitionCreationWizard.performFinish(BuildDefinitionCreationWizard.java:1151) 4XESTACKTRACE at org/eclipse/jface/wizard/WizardDialog.finishPressed(WizardDialog.java:680) 4XESTACKTRACE at org/eclipse/jface/wizard/WizardDialog.buttonPressed(WizardDialog.java:355) 4XESTACKTRACE at com/ibm/ws/install/factory/was/plugins/wizard/gui/pages/BuildDefinitionWizardDialog.buttonPressed(BuildDefinitionWizardDialog.java:243) 4XESTACKTRACE at org/eclipse/jface/dialogs/Dialog$3.widgetSelected(Dialog.java:660) 4XESTACKTRACE at org/eclipse/swt/widgets/TypedListener.handleEvent(TypedListener.java:90) 4XESTACKTRACE at org/eclipse/swt/widgets/EventTable.sendEvent(EventTable.java:66(Compiled Code)) 4XESTACKTRACE at org/eclipse/swt/widgets/Widget.sendEvent(Widget.java:1085(Compiled Code)) 4XESTACKTRACE at org/eclipse/swt/widgets/Display.runDeferredEvents(Display.java:3172(Compiled Code)) 4XESTACKTRACE at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:2856(Compiled Code)) 4XESTACKTRACE at org/eclipse/jface/window/Window.runEventLoop(Window.java:820) 4XESTACKTRACE at org/eclipse/jface/window/Window.open(Window.java:796) I have found a similar bug 291257, but the work around provided does not work. Reproducible: Couldn't Reproduce
Created attachment 193676 [details] Java core
It looks like the com/ibm/ws/install/factory/was/plugins/wizard/gui/pages/BuildDefinitionCreationWizard takes that long. You should report the bug to owner of that product.
It's not Eclipse caused the error, close this bug.