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 144571 - IDE frozen by "Executbable Path" browsing.
Summary: IDE frozen by "Executbable Path" browsing.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-20 12:20 UTC by Peter Pis
Modified: 2008-09-04 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (17.57 KB, text/plain)
2008-08-20 12:21 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2008-08-20 12:20:58 UTC
Product Version         = NetBeans IDE Dev (Build 200808190201)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13; Sun Microsystems Inc.
Runtime                 = Java(TM) SE Runtime Environment 1.6.0_10-rc-b26
Java Home               = d:\Java\jdk1.6.0_10\jre
System Locale; Encoding = en_GB (nb); Cp1252

Steps:
1. Open "Tools | Options | Miscellaneous | Versioning | Mercurial". Pushing "Browse" button next to "Mercurial
Executable Path" causes that IDE froze.
Comment 1 Peter Pis 2008-08-20 12:21:41 UTC
Created attachment 67948 [details]
thread dump
Comment 2 Tomas Stupka 2008-09-01 10:03:09 UTC
removed  fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
we don't need it.

fixed cb5489dee212
Comment 3 Quality Engineering 2008-09-02 05:39:52 UTC
Integrated into 'main-golden', will be available in build *200809020201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cb5489dee212
User: Tomas Stupka <tstupka@netbeans.org>
Log: #144571 - IDE frozen by "Executbable Path" browsing.
Comment 4 Peter Pis 2008-09-04 14:39:05 UTC
Verified.