Community
Participate
Working Groups
If you get a BlockedJobsDialog as the result of an operation in setActivePart when it closes the workbench will call setActivePart again resulting in the following recursion warning: java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part *** while still in the middle of activating part **** at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3441) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3034) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:272) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:236) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1353) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2443) at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2266) at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:4414) at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:6846) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3855) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:974) at org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:3080) at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations.java:808) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1617) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2013) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3784) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method) at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:663) at org.eclipse.swt.widgets.Shell.destroyWidget(Shell.java:657) at org.eclipse.swt.widgets.Widget.release(Widget.java:814) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:441) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:446) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:674) at org.eclipse.jface.window.Window.close(Window.java:335) at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:979) at org.eclipse.ui.internal.progress.BlockedJobsDialog.close(BlockedJobsDialog.java:443) at org.eclipse.ui.internal.progress.BlockedJobsDialog.close(BlockedJobsDialog.java:431) at org.eclipse.ui.internal.progress.BlockedJobsDialog.clear(BlockedJobsDialog.java:245) at org.eclipse.ui.internal.dialogs.WorkbenchDialogBlockedHandler.clearBlocked(WorkbenchDialogBlockedHandler.java:48) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.clearBlocked(EventLoopProgressMonitor.java:73) at org.eclipse.core.internal.jobs.JobManager.reportUnblocked(JobManager.java:916) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:100) at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:230) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:117) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1747) at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1478)
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.