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 59503 - Reproducible scenario to lose synchronization I
Summary: Reproducible scenario to lose synchronization I
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 14:55 UTC by _ lcincura
Modified: 2010-04-29 09:22 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 _ lcincura 2005-06-01 14:55:02 UTC
NetBeans IDE 4.2 [200505311800] on jdk 1.5.0_03

1, Open attached project
2, Put breakpoint on line 247 of MemoryView.java
3, Start debugger
4, Put breakpoint on line 105
5, Invoke Step Over
6, If debugger stops at line 105, open Threads view and change current thread to
main; othervise redo step 5
7, Invoke Step Over => now the synchornization is lost. Only Finish and Continue
is active, program counter is not shown. Hope this helps to locate problem.
Comment 1 Martin Entlicher 2005-12-13 18:15:23 UTC
Thanks, we'll look at it...
Comment 2 Martin Entlicher 2006-11-23 15:26:24 UTC
Unfortunately I have to close this as INCOMPLETE. The line numbers do not
correspond to
debuggercore/test/qa-functional/data/debugTestProject/src/examples/advanced/MemoryView.java
The desired version of the MemoryView project should have been attached here.
I've tried to do something similar in the current version and 5.0 version of the
MemoryView.java, but I did not concounter behavior like this.
Therefore closing as WORKSFORME, please reopen if someone is able to find the
correct version of MemoryView and steps how to reproduce this.
Comment 3 Quality Engineering 2010-04-29 09:22:57 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.