Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335198

Summary: Mac test failure while stepping (N20110121-2000)
Product: [Eclipse Project] JDT Reporter: Michael Rennie <Michael_Rennie>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.7   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2011-01-24 10:14:23 EST
N20110121-2000

From the trace below it looks like the VM failed to create a step request.

testStepIntoSourceMethodWithParameters
	
Failure	Step did not complete expected:<org.eclipse.jdt.internal.debug.core.model.JDIThread@37b203> but was:<null>
junit.framework.AssertionFailedError: Step did not complete expected:<org.eclipse.jdt.internal.debug.core.model.JDIThread@37b203> but was:<null>
at org.eclipse.jdt.debug.test.stepping.StepIntoSelectionTests.testStepIntoSourceMethodWithParameters(StepIntoSelectionTests.java:133)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1763)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54)
at java.lang.Thread.run(Thread.java:613)

!ENTRY org.eclipse.jdt.debug.ui 4 4 2011-01-22 00:04:45.460
!MESSAGE com.sun.jdi.InternalException: Got error code in reply:13 occurred creating step request.
!STACK 0
com.sun.jdi.InternalException: Got error code in reply:13
	at org.eclipse.jdi.internal.MirrorImpl.defaultReplyErrorHandler(MirrorImpl.java:277)
	at org.eclipse.jdi.internal.request.EventRequestImpl.enable(EventRequestImpl.java:232)
	at org.eclipse.jdt.internal.debug.core.model.JDIThread$StepHandler.createStepRequest(JDIThread.java:2035)
	at org.eclipse.jdt.internal.debug.core.model.JDIThread$StepHandler.createStepRequest(JDIThread.java:2009)
	at org.eclipse.jdt.internal.debug.core.model.JDIThread$StepHandler.step(JDIThread.java:1958)
	at org.eclipse.jdt.internal.debug.core.model.JDIThread.stepReturn(JDIThread.java:1407)
	at org.eclipse.jdt.internal.debug.core.model.JDIStackFrame.stepReturn(JDIStackFrame.java:432)
	at org.eclipse.jdt.internal.debug.ui.actions.StepIntoSelectionHandler$2.run(StepIntoSelectionHandler.java:225)
	at org.eclipse.debug.core.DebugPlugin$AsynchRunner.run(DebugPlugin.java:1076)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.debug.core.DebugPlugin$AsynchRunner.async(DebugPlugin.java:1059)
	at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:413)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Michael Rennie CLA 2011-09-09 12:43:01 EDT
haven't seen this fail again locally or in the build for a while. closing worksforme.