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 246296 - UI freeze in project location browse (new C/C++ project wizard)
Summary: UI freeze in project location browse (new C/C++ project wizard)
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 09:14 UTC by Alexander Simon
Modified: 2014-09-17 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (3.39 KB, patch)
2014-08-06 09:18 UTC, Alexander Simon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-08-06 09:14:32 UTC
Steps to reproduce:
- New project, C/C++ application
- on the last step press browse button
- type in "File name" something wrong (for example /net/export)
See UI freeze

Stack:
"AWT-EventQueue-0" prio=3 tid=0x0a734800 nid=0x1c runnable [0xf29fb000]
   java.lang.Thread.State: RUNNABLE
	at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
	at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
	at java.io.File.exists(File.java:813)
	at org.netbeans.modules.remote.api.ui.FileChooserUIImpl$ApproveSelectionFinisher.run(FileChooserUIImpl.java:3373)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
	at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
	at java.awt.Dialog.show(Dialog.java:1082)
	at javax.swing.JFileChooser.showDialog(JFileChooser.java:741)
	at org.netbeans.modules.remote.api.ui.FileChooserBuilder$LocalFileChooserImpl.showDialog(FileChooserBuilder.java:289)
	at javax.swing.JFileChooser.showOpenDialog(JFileChooser.java:639)
	at org.netbeans.modules.cnd.makeproject.ui.wizards.PanelProjectLocationVisual.browseLocationAction(PanelProjectLocationVisual.java:459)
	at org.netbeans.modules.cnd.makeproject.ui.wizards.PanelProjectLocationVisual.access$100(PanelProjectLocationVisual.java:98)
	at org.netbeans.modules.cnd.makeproject.ui.wizards.PanelProjectLocationVisual$1.actionPerformed(PanelProjectLocationVisual.java:331)
...
Comment 1 Alexander Simon 2014-08-06 09:18:22 UTC
Created attachment 148573 [details]
proposed patch
Comment 2 Alexander Simon 2014-08-06 09:55:57 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/2ee8d8adf0ee
Comment 3 Quality Engineering 2014-08-07 02:22:07 UTC
Integrated into 'main-silver', will be available in build *201408070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2ee8d8adf0ee
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #246296 UI freeze in project location browse (new C/C++ project wizard)
Comment 4 Alexander Pepin 2014-08-12 14:48:50 UTC
Verified in trunk build 20140812.
Comment 5 Quality Engineering 2014-09-17 12:11:53 UTC
Integrated into 'releases/release801', will be available in build *201409171118* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/51ebf22ac3c5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #246296 UI freeze in project location browse (new C/C++ project wizard)
(transplanted from 2ee8d8adf0ee5cef142b5b47dbc173ce3160d771)