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 - Deadlock after pushing Remove icon in Local History View
Summary: Deadlock after pushing Remove icon in Local History View
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords: THREAD
: 99212 100116 100145 100944 101311 102270 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-27 12:00 UTC by Marian Mirilovic
Modified: 2007-05-04 08:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread-dump of deadlocked IDE (24.59 KB, text/plain)
2007-03-27 12:01 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
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