This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 47042 - failure in testStepInto test
Summary: failure in testStepInto test
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-08-10 09:48 UTC by pzajac
Modified: 2006-03-24 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-08-10 09:48:27 UTC
testStepInto:

     
org.netbeans.api.debugger.jpda.DebuggerStartException:
Debugger did not start
	at
org.netbeans.api.debugger.jpda.JPDASupport.waitDebuggerStarted(JPDASupport.java:178)
	at
org.netbeans.api.debugger.jpda.JPDASupport.connect(JPDASupport.java:128)
	at
org.netbeans.api.debugger.jpda.JPDASupport.listen(JPDASupport.java:201)
	at
org.netbeans.api.debugger.jpda.JPDASupport.listen(JPDASupport.java:195)
	at
org.netbeans.api.debugger.jpda.StepTest.setUp(StepTest.java:34)
	at
junit.framework.TestCase.runBare(TestCase.java:125)
	at
junit.framework.TestResult$1.protect(TestResult.java:106)
	at
junit.framework.TestResult.runProtected(TestResult.java:124)
	at
junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at
org.netbeans.junit.NbTestCase.run(NbTestCase.java:119)
	at
junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:176)
	at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:127)
	at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:41)

   
System Info

Host	:	qa-xp-s2
Operating System Name	:	Windows XP
Operating System Version	:	5.1
System Architecture	:	x86
Java Version	:	1.4.2_04
Java Vendor	:	Sun Microsystems Inc.
User Language
Comment 1 Maros Sandor 2004-08-10 11:07:58 UTC
Probably a random timing issue. I increased waiting period for 
debugger to start. Reopen if it ever happens again.

/cvs/debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/JPDASup
port.java,v  <--  JPDASupport.java
new revision: 1.9; previous revision: 1.8
Comment 2 pzajac 2004-08-17 15:18:35 UTC
v