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 221556 - Deadlock when browsing history on history tab
Summary: Deadlock when browsing history on history tab
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: History (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 12:41 UTC by Vitezslav Stejskal
Modified: 2012-11-11 03:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The output from jstack that shows the deadlock in NetBeans IDE. (15.31 KB, text/plain)
2012-11-06 12:41 UTC, Vitezslav Stejskal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2012-11-06 12:41:04 UTC
Created attachment 127224 [details]
The output from jstack that shows the deadlock in NetBeans IDE.

I was browsing history of one of the files in one of our NetBeans module projects. The project is versioned in Git. The file itself was not modified. The diff was set to show diffs to a previous version. I was just clicking 'Load next ...' node in the history tab to get further in this file's history and the IDE froze. jstack than revealed a deadlock. The output from jstack is attached.

Thanks
Comment 1 Tomas Stupka 2012-11-09 15:45:44 UTC
fixed in core-main #0a0580874c5c
Comment 2 Quality Engineering 2012-11-11 03:17:23 UTC
Integrated into 'main-golden', will be available in build *201211110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0a0580874c5c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #221556 - Deadlock when browsing history on history tab