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

Summary: Write a test for concurrent debugging.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: STARTED ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 141061, 155239, 158756, 158799, 160966    

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.