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 144517 - [65cat] Netbeans locks up during the creation of a Topcomponent window using the wizards
Summary: [65cat] Netbeans locks up during the creation of a Topcomponent window using ...
Status: RESOLVED DUPLICATE of bug 144383
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 04:32 UTC by wobster
Modified: 2008-08-21 12:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace of locked up IDE caused by creating top level window component using the wizard (19.45 KB, text/plain)
2008-08-20 04:33 UTC, wobster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wobster 2008-08-20 04:32:10 UTC
I created a NetBeans platform project and a module. When I attempted to create a Window component using the wizard, the
IDE locked up with the attached stack trace.
Comment 1 wobster 2008-08-20 04:33:23 UTC
Created attachment 67897 [details]
Stacktrace of locked up IDE caused by creating top level window component using the wizard
Comment 2 err 2008-08-21 04:57:27 UTC
Probably should be assigned to Editor.

Stacktrace looks like Issue 144519 is the same root cause.

Looks like a deadlock between
    "AWT-EventQueue-1" prio=10 tid=0x091f9400 nid=0x6572 in Object.wait() [0xb1731000..0xb1731fb0]
    "Document Processing" daemon prio=10 tid=0x09701400 nid=0x550d waiting for monitor entry [0xb0ca8000..0xb0ca8fb0]

jVi listens to TC registery to check each TC to see if it is something jVi is interested in.
Comment 3 wobster 2008-08-21 05:15:03 UTC
I did notice that if I turned jVi off that there wasn't a lockup. I'm not sure if it is a jVi issue or a NetBeans issue,
but I'm cc'ing the author (err@raelity.com( of jVi (version used:
http://downloads.sourceforge.net/jvi/nbvi-1.2.0.x9.zip) to cover all bases.
Comment 4 wobster 2008-08-21 05:17:12 UTC
(Whoops, just noticed that Ernie had already responded to this bug.)
Comment 5 Jan Lahoda 2008-08-21 12:32:41 UTC

*** This issue has been marked as a duplicate of 144383 ***