Bug 47129 - error when debugging
Summary: error when debugging
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 13:23 EST by Emerson Cargnin CLA
Modified: 2004-08-09 06:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emerson Cargnin CLA 2003-11-20 13:23:31 EST
!MESSAGE Internal error logged from JDI Debug:
!STACK 1
org.eclipse.debug.core.DebugException: Thread not suspended, stack frame unavail
able.
        at org.eclipse.jdt.internal.debug.core.model.JDIDebugElement.throwDebugE
xception(JDIDebugElement.java:284)
        at org.eclipse.jdt.internal.debug.core.model.JDIDebugElement.requestFail
ed(JDIDebugElement.java:242)
        at org.eclipse.jdt.internal.debug.core.model.JDIStackFrame.getUnderlying
StackFrame(JDIStackFrame.java:931)
        at org.eclipse.jdt.internal.debug.core.model.JDILocalVariable.retrieveVa
lue(JDILocalVariable.java:56)
        at org.eclipse.jdt.internal.debug.core.model.JDIVariable.getCurrentValue
(JDIVariable.java:67)
        at org.eclipse.jdt.internal.debug.core.model.JDIModificationVariable.sup
portsValueModification(JDIModificationVariable.java:50)
        at org.eclipse.debug.internal.ui.actions.ChangeVariableValueAction.updat
e(ChangeVariableValueAction.java:120)
        at org.eclipse.debug.internal.ui.actions.ChangeVariableValueAction.selec
tionChanged(ChangeVariableValueAction.java:143)
        at org.eclipse.ui.actions.SelectionProviderAction.selectionChanged(Selec
tionProviderAction.java:132)
        at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159)
        at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo
rm.java:1006)
        at org.eclipse.core.runtime.Platform.run(Platform.java:413)
        at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:157
)
        at org.eclipse.jface.viewers.StructuredViewer.updateSelection(Structured
Viewer.java:1290)
        at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredVie
wer.java:657)
        at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(Structure
dViewer.java:681)
        at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.j
ava:178)
        at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:173)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:3
                                                                    08)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1847)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1639)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa
                                                                    der.java:858)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
                                                                    java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
                                                                    sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
        at org.eclipse.core.launcher.Main.run(Main.java:747)
        at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.jdt.debug 4 100 Nov 20, 2003 15:04:50.726
!MESSAGE Thread not suspended, stack frame unavailable.
Comment 1 Matt Chapman CLA 2004-07-26 10:03:57 EDT
Please could you see whether this still fails with AJDT 1.1.11 with Eclipse 3.0
final. If so, include recreate steps if possible.
Comment 2 Matt Chapman CLA 2004-08-09 06:20:18 EDT
No response so assuming this is no longer a problem.