History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16068
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Dimitar Dimitrov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Idea spends minutes parsing a log file that is not there

Created: 29 Oct 07 10:24   Updated: 31 Oct 07 18:42
Component/s: Code Analysis. Dependencies, Code Analysis. Duplicates, Code Analysis. Inspection

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(42 kb)

Build: 7.1
Severity: Extreme


 Description  « Hide
Scenario:
  1. I develpped my application and ran it. The rundir was bellow the project root, but everything worked fine.
  2. I closed IDEA
  3. I opened IDEA and tried to load the same project. IDEA spent more than 5 minutes parsing the log file (which BTW was about 1.7 MB) and when it finished it froze unresponsive, showing the MDI desktop background.
  4. I killed IDEA and deleted the offending log file
  5. After restarting, IDEA claims that it parses it again even if it's not there.

I understand that IDEA doesn't like the logfiles, but having to clean my cahces on every restart is a little too much...



 All   Comments   Work Log   Change History      Sort Order:
Anna Kozlova - 29 Oct 07 12:56
I can suggest you to exclude log files from your project (they won't be shown in Project View etc)

Maxim Shafirov - 31 Oct 07 18:42
It seems it's a price we have to pay for fast startup in 7.0. In fact, IDEA mirrors filesystem content into it's own storage and bootstraps from there initiating sync with real content AFTER the project is open (in background).