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

Summary: Inserting of some uncompiled container form into other container form couses JVM crash
Product: guibuilder Reporter: asenk
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: JDK_SPECIFIC
Priority: P1    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Attached project
Log1
log2

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.