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 223092 - IDE freezes on Startup
Summary: IDE freezes on Startup
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-01 05:36 UTC by bht
Modified: 2012-12-11 03:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (33.57 KB, text/plain)
2012-12-01 05:36 UTC, bht
Details
log file (48.41 KB, text/plain)
2012-12-01 05:37 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2012-12-01 05:36:34 UTC
Created attachment 128687 [details]
thread dump

Starting the IDE after deleting var/cache/index in separate userdir.

Only one instance is running. Had to kill it. No CPU activity, no I/O activity - just waiting.
Comment 1 bht 2012-12-01 05:37:08 UTC
Created attachment 128688 [details]
log file
Comment 2 Milutin Kristofic 2012-12-03 12:47:38 UTC
Everybody is waiting in ProjectManager. Can you please evaluate it.
Comment 3 Milos Kleint 2012-12-03 12:57:29 UTC
hmm.. it appears like a synchronized vs. project mutex ordering issue in

org.netbeans.modules.editor.indent.project.ProjectAwareCodeStylePreferences$1.getCsp
Comment 4 Dusan Balek 2012-12-07 14:18:53 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/72f0063cf498
Comment 5 Quality Engineering 2012-12-11 03:01:53 UTC
Integrated into 'main-golden', will be available in build *201212110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/72f0063cf498
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #223092: IDE freezes on Startup - fixed.