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 174555 - IDE froze on opening a project
Summary: IDE froze on opening a project
Status: VERIFIED DUPLICATE of bug 174408
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 14:41 UTC by Petr Dvorak
Modified: 2009-11-13 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
dump1 (16.27 KB, text/plain)
2009-10-14 14:42 UTC, Petr Dvorak
Details
dump2 (16.27 KB, text/plain)
2009-10-14 14:43 UTC, Petr Dvorak
Details
dump3 (16.34 KB, text/plain)
2009-10-14 14:43 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-10-14 14:41:20 UTC
NetBeans IDE Dev (Build 200910140201) (#04f915c3c23e)
SunOS version 5.11 running on x86
1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02; Sun Microsystems Inc.

I tried to open a Java Application, but IDE froze. I can consistently reproduce the issue with one project, other
projects work OK for me...
Comment 1 Petr Dvorak 2009-10-14 14:42:01 UTC
Created attachment 89447 [details]
dump1
Comment 2 Petr Dvorak 2009-10-14 14:43:05 UTC
Created attachment 89448 [details]
dump2
Comment 3 Petr Dvorak 2009-10-14 14:43:30 UTC
Created attachment 89449 [details]
dump3
Comment 4 Milos Kleint 2009-10-14 14:56:14 UTC
the problem seems to be in this thread:

"org.openide.text Editor Initialization" daemon prio=3 tid=0x09838000 nid=0xd waiting for monitor entry
[0xb3e0e000..0xb3e0eb60]
   java.lang.Thread.State: BLOCKED (on object monitor)
	at java.awt.Component.setFont(Component.java:1731)
	- waiting to lock <0xb5c34ee0> (a java.awt.Component$AWTTreeLock)
	at java.awt.Container.setFont(Container.java:1554)
	at javax.swing.JComponent.setFont(JComponent.java:2721)
	at javax.swing.plaf.basic.BasicTextUI.installDefaults(BasicTextUI.java:290)
	at javax.swing.plaf.synth.SynthEditorPaneUI.installDefaults(SynthEditorPaneUI.java:46)
	at javax.swing.plaf.basic.BasicTextUI.installUI(BasicTextUI.java:765)
	at javax.swing.plaf.basic.BasicEditorPaneUI.installUI(BasicEditorPaneUI.java:72)
	at javax.swing.JComponent.setUI(JComponent.java:673)
	at javax.swing.text.JTextComponent.setUI(JTextComponent.java:322)
	at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:332)
	at javax.swing.text.JTextComponent.<init>(JTextComponent.java:306)
	at javax.swing.JEditorPane.<init>(JEditorPane.java:181)
	at org.netbeans.modules.editor.NbEditorKit.call(NbEditorKit.java:940)
	at org.openide.text.CloneableEditor$DoInitialize.initNonVisual(CloneableEditor.java:422)
	at org.openide.text.CloneableEditor$DoInitialize.run(CloneableEditor.java:270)
	- locked <0xb7fb4548> (a java.lang.Object)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)


reassigning to editor
Comment 5 Vitezslav Stejskal 2009-10-14 15:01:45 UTC

*** This issue has been marked as a duplicate of 174408 ***
Comment 6 Petr Dvorak 2009-11-13 10:09:44 UTC
Verified, duplicate.