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 210557 - Inserting of some uncompiled container form into other container form couses JVM crash
Summary: Inserting of some uncompiled container form into other container form couses ...
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2012-04-02 15:33 UTC by asenk
Modified: 2012-04-03 12:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attached project (23.94 KB, application/zip)
2012-04-02 15:33 UTC, asenk
Details
Log1 (54.24 KB, text/x-log)
2012-04-02 15:34 UTC, asenk
Details
log2 (57.05 KB, text/x-log)
2012-04-02 15:34 UTC, asenk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asenk 2012-04-02 15:33:24 UTC
Created attachment 117671 [details]
Attached project

Product Version: NetBeans IDE Dev (Build 201203300938)
Java: 1.6.0_31; Java HotSpot(TM) Client VM 20.6-b01
System: Linux version 3.0.0-17-generic-pae running on i386; UTF-8; en_US (nb)

1.Open attached project
2.Open failing.FailFrame.java in design view
3.Drag and drop failing.FailPanel.java from Poject window into editor (failing.FailFrame.java design view)

Result: JVM crash - see attached logs

Excepted result: Warning "failing.FailPanel.java is not compiled" should be displayed
Comment 1 asenk 2012-04-02 15:34:15 UTC
Created attachment 117672 [details]
Log1
Comment 2 asenk 2012-04-02 15:34:33 UTC
Created attachment 117673 [details]
log2
Comment 3 Jan Stola 2012-04-03 12:29:13 UTC
The attached logs show that the virtual machine crashed because of segmentation fault. I can't imagine how this could be caused by GUI Builder/NetBeans. It seems to be a bug in the virtual machine. Feel free to file a bug against JVM.