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 1858 - IDE freezes when New from template is invoked for AWT Frame.
Summary: IDE freezes when New from template is invoked for AWT Frame.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Other
: P1 major (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-18 02:56 UTC by issues@www
Modified: 2008-12-23 11:47 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 issues@www 1999-05-18 02:56:35 UTC
1. Select New From template > AWT Forms > Frame.
2.Dialog for name appears, then GUI freezes.
- Occurs for any new object. Only dialog border is is displayed, content is grayed.

Running with JIT off. JDK 1.2.1 On Solaris 7. It is OK on Solaris 2.6 running JDK 1.2.

Full thread dump:
"AWT-Modal" (TID:0x11c1654, sys_thread_t:0x11c15d8, state:CW, thread_t: t@1096,
threadID:0xf4391dc8, stack_bottom:0xf4392000, stack_size:0x20000) prio=6


[1] java.lang.Object.wait(Native Method)
[2] sun.awt.motif.MDialogPeer.pShow(Native Method)
[3] sun.awt.motif.ModalThread.run(MDialogPeer.java:256)
-------------------
"AWT-EventQueue-1" (TID:0x11b2a5c, sys_thread_t:0x11b29e0, state:CW, thread_t: t
@1095, threadID:0xf4411dc8, stack_bottom:0xf4412000, stack_size:0x20000) prio=6

[1] java.lang.Object.wait(Native Method)
[2] java.lang.Object.wait(Object.java:424)
[3] java.awt.EventQueue.invokeAndWait(EventQueue.java:479)
[4] com.netbeans.ide.util.Mutex.doEventAccess(Mutex.java:485)
[5] com.netbeans.ide.util.Mutex.doReadAccess(Mutex.java:165)
[6] com.netbeans.ide.util.Mutex.readAccess(Mutex.java:104)
[7] com.netbeans.ide.nodes.DefaultHandle.createHandle(DefaultHandle.java:59)
[8] com.netbeans.ide.nodes.AbstractNode.getHandle(AbstractNode.java:504)
[9] com.netbeans.ide.nodes.Node.toString(Node.java:780)
[10] javax.swing.JTree.convertValueToText(JTree.java:946)
[11] javax.swing.tree.DefaultTreeCellRenderer.getTreeCellRendererComponent(Defau
ltTreeCellRenderer.java:264)
[12] com.netbeans.ide.explorer.view.TreeViewCellRenderer.getTreeCellRendererComp
onent(TreeViewCellRenderer.java:87)
[13] javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1265)

[14] javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1106)
[15] javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:143)
[16] javax.swing.plaf.ComponentUI.update(ComponentUI.java:43)
[17] javax.swing.JComponent.paintComponent(JComponent.java:324)
[18] javax.swing.JComponent.paint(JComponen