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 161270 - Write a test for concurrent debugging.
Summary: Write a test for concurrent debugging.
Status: STARTED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks: 141061 155239 158756 158799 160966
  Show dependency tree
 
Reported: 2009-03-26 15:56 UTC by Martin Entlicher
Modified: 2013-01-10 15:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2009-03-26 15:56:31 UTC
From the beginning, NetBeans debugger have problems with various threading problems producing exceptions like
IncompatibleThreadStateException and InvalidStackFrameException, which are hard to reproduce.

Having a test that is able to simulate concurrent debugger access and reproduce such errors seems to be essential for
locating the problem and creating the fix.
Comment 1 Martin Entlicher 2013-01-10 15:43:58 UTC
Some partial tests were written, but a complex test, that would contain e.g. parallel stepping, variable inspection and method invocation is still missing.