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 190054 - When opening a project, if the project doesn't have a valid log folder the project scanner loses it's mind and the IDE locks up.
Summary: When opening a project, if the project doesn't have a valid log folder the pr...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 06:11 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-09-01 06:11:12 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

If the log folder for a project is missing or invalid (example: an invalid symlink on Linux), the project scanning gets lost and the IDE locks up.  The only way to break at this point is to kill the Java Session from the OS.

Steps to reproduce (on linux):

1) Open the IDE
2) Create a project
3) Close the IDE
4) Remove the log folder
5) create an invalid symlink to a non-existant folder as a replacement for the log folder.
6) Reopen the IDE and wait for the IDE to scan the project.