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 99102

Summary: Deadlock after pushing Remove icon in Local History View
Product: utilities Reporter: Marian Mirilovic <mmirilovic>
Component: DiffAssignee: diff-issues@utilities <diff-issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jpokorsky
Priority: P1 Keywords: THREAD
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread-dump of deadlocked IDE

Description Marian Mirilovic 2007-03-27 12:00:37 UTC
NetBeans IDE Dev (Build 200703261600)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.12-10-686 running on i386
en_US (nb); UTF-8

Steps to reproduce:
- run IDE
- create Java Application
- create two methods in Main.java
===============
    public void setNumber(int i){
        
    }
    
    public int getNumber(){
        return 1;
    }
===============

- invoke Local History | Show Local History
- select first node from Version list
- try to remove (push X icon) -  beside getNumber() method
-> IDE is locked (see attachment - found 1 deadlock)
Comment 1 Marian Mirilovic 2007-03-27 12:01:20 UTC
Created attachment 40022 [details]
full thread-dump of deadlocked IDE
Comment 2 Marian Mirilovic 2007-03-27 12:04:32 UTC
for me 100% reproducible ...

belogs to diff (I guess)
Comment 3 Maros Sandor 2007-03-28 10:08:47 UTC
*** Issue 99212 has been marked as a duplicate of this issue. ***
Comment 4 Maros Sandor 2007-04-05 15:41:16 UTC
*** Issue 100116 has been marked as a duplicate of this issue. ***
Comment 5 Peter Pis 2007-04-05 20:33:18 UTC
*** Issue 100145 has been marked as a duplicate of this issue. ***
Comment 6 Maros Sandor 2007-04-16 11:15:11 UTC
*** Issue 100944 has been marked as a duplicate of this issue. ***
Comment 7 Maros Sandor 2007-04-17 12:19:08 UTC
*** Issue 101311 has been marked as a duplicate of this issue. ***
Comment 8 Maros Sandor 2007-04-19 10:24:20 UTC
Should be fixed along with Issue #99653.
Comment 9 Maros Sandor 2007-04-24 12:33:16 UTC
*** Issue 102270 has been marked as a duplicate of this issue. ***
Comment 10 Marian Mirilovic 2007-05-04 08:13:31 UTC
verified in 200705040000