Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 71818 - Lockup opening concrete type from Variables view
Summary: Lockup opening concrete type from Variables view
Status: RESOLVED DUPLICATE of bug 44915
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 14:21 EDT by Jared Burns CLA
Modified: 2004-08-23 12:30 EDT (History)
1 user (show)

See Also:


Attachments
consoledump.txt - the result of sending kill -3 to the VM (25.12 KB, text/plain)
2004-08-11 14:28 EDT, Jared Burns CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2004-08-11 14:21:56 EDT
Build 20040810

While debugging inside the MonitorsView class I tried to use the "Open Concrete Type" action on a 
variable in the Variables view. At that point, the workbench froze up (not even painting). The variable 
that I had selected was of the type DeadLocksViewContentProvider.ContentThreadWrapper.

I'll attach a text file with the entire stack dump, but this is what the main thread looks like:

"main" prio=1 tid=0x08052bb8 nid=0xaf8 runnable [bfffb000..bfffd148]
        at org.eclipse.swt.internal.gtk.OS.gtk_clipboard_wait_for_contents(Native Method)
        - locked <0x64ada160> (a java.lang.Class)
        at org.eclipse.swt.dnd.Clipboard.gtk_clipboard_wait_for_contents(Clipboard.java:386)
        at org.eclipse.swt.dnd.Clipboard._getAvailableTypes(Clipboard.java:351)
        at org.eclipse.swt.dnd.Clipboard.getAvailableTypes(Clipboard.java:300)
        at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction.canOperateOn(PasteAction.java:129)
        at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction.selectionChanged(PasteAction.java:118)
        at org.eclipse.jdt.ui.actions.SelectionDispatchAction.
dispatchSelectionChanged(SelectionDispatchAction.java:200)
        at org.eclipse.jdt.ui.actions.SelectionDispatchAction.update(SelectionDispatchAction.java:114)
        at org.eclipse.jdt.internal.ui.refactoring.reorg.PasteAction.<init>(PasteAction.java:109)
        at org.eclipse.jdt.ui.actions.CCPActionGroup.<init>(CCPActionGroup.java:82)
        at org.eclipse.jdt.ui.actions.CCPActionGroup.<init>(CCPActionGroup.java:75)
        at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage.createControl(JavaOutlinePage.java:1092)
        at org.eclipse.ui.views.contentoutline.ContentOutline.doCreatePage(ContentOutline.java:132)
        at org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:315)
        at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:613)
        at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:52)
        at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
        at org.eclipse.core.runtime.Platform.run(Platform.java:747)
        at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:50)
        at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1392)
        at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2764)
        at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:466)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2277)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2195)
        at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2187)
        at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2172)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2168)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:299)
        at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
        at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:115)
        at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:100)
        at org.eclipse.jdt.internal.debug.ui.actions.OpenTypeAction.openInEditor(OpenTypeAction.java:92)
        at org.eclipse.jdt.internal.debug.ui.actions.OpenTypeAction.doAction(OpenTypeAction.java:85)
        at org.eclipse.jdt.internal.debug.ui.actions.OpenTypeAction.run(OpenTypeAction.java:58)
        at org.eclipse.jdt.internal.debug.ui.actions.ObjectActionDelegate.
runWithEvent(ObjectActionDelegate.java:87)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:288)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.
java:946)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:896)
        at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:809)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:973)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2636)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2339)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1435)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1406)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:263)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
        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:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
        at org.eclipse.core.launcher.Main.run(Main.java:644)
        at org.eclipse.core.launcher.Main.main(Main.java:628)
Comment 1 Jared Burns CLA 2004-08-11 14:28:19 EDT
Created attachment 13886 [details]
consoledump.txt - the result of sending kill -3 to the VM
Comment 2 Darin Wright CLA 2004-08-11 15:46:49 EDT
moving to SWT
Comment 3 Grant Gayed CLA 2004-08-23 12:30:27 EDT

*** This bug has been marked as a duplicate of 44915 ***