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 168304 - IDE crashes and can't continue
Summary: IDE crashes and can't continue
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 21:30 UTC by amahdy
Modified: 2012-05-18 08:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the UI xml (.form) auto created by netbeans for this issue's class. (1.57 KB, text/plain)
2009-07-20 19:41 UTC, amahdy
Details
crash file (23.09 KB, text/plain)
2009-07-31 18:29 UTC, Tomas Pavek
Details
zipped application - open NewJFrame in NetBeans (51.24 KB, application/octet-stream)
2009-07-31 18:40 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amahdy 2009-07-08 21:30:07 UTC
Here is the original bug full post:

http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=360

the link includes full description, source-code for bug regeneration and the files generated by the bug reporting tool
under fedora 11.

This happens under Windows & Linux tested with 5 PC's

I originally posted to icedtea first coz that what was written in the bug-reporting tool, because netbeans didn't
displayed any messages telling me that it has crashed or anything neither under linux nor windows.

Thanks!
Comment 1 amahdy 2009-07-19 01:54:09 UTC
Any comments for this? Can anybody reproduce the problem? no relevant solution yet?
Comment 2 Max Sauer 2009-07-20 08:29:12 UTC
Could you please provide test3D.form file (it is not visible in Projects view, but is visible from Files view or when brownsing your HD) or whole project? 
Thanks.
Comment 3 amahdy 2009-07-20 19:41:41 UTC
Created attachment 84945 [details]
the UI xml (.form) auto created by netbeans for this issue's class.
Comment 4 Jiri Prox 2009-07-21 09:48:14 UTC
requested info is provided
Comment 5 Max Sauer 2009-07-21 12:21:24 UTC
Reproducible for me also after couple of resizes of the attached bean on a new JFrame. This seems to be a crash of underlying JVM to me. J3D library could 
be also responsible, since it has platform dependent binaries.

Anyway, reassigning to form editor for further evaluation. Please reopen/file an OpenJDK issue if appropriate.
---
Product Version: NetBeans IDE Dev (Build 090721)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.7 running on i386; MacRoman; en_US (nb)
Comment 6 amahdy 2009-07-21 14:42:51 UTC
msauer, what do u mean by "Please reopen/file an OpenJDK issue if appropriate."? Should I open an issue at OpenJDK
bugzilla? or do u mean confirming that this happens whith OpenJDK too? YES it happens for me under fedora 11 with
OpenJDK ...
Comment 7 Max Sauer 2009-07-21 14:51:13 UTC
No, I meant this should be done by form guys, in case they agree that it is not NB fault -- since it seems to happen on Sun JDK, OpenJDK and Mac OS JDK 
derivative, the best solution would be probably an OpenJDK bug IMHO.
Comment 8 Tomas Pavek 2009-07-31 18:25:59 UTC
I can reproduce on Vista too. I'd suspect the J3D library which runs native code and may crash JVM possibly. The stack
trace from the crash file indicates that. NetBeans as a pure Java application can hardly be responsible for JVM crash.
Also the GUI builder treats the beans in a pretty standard and simple way - creates an instance, adds it to window,
resizes as needed. There's nothing special on it. There can be something in the IDE the Java3d library does not like,
but it should throw some exception - not crash entire JVM, we have no way to diagnose what's happening there.
Comment 9 Tomas Pavek 2009-07-31 18:29:22 UTC
Created attachment 85629 [details]
crash file
Comment 10 Tomas Pavek 2009-07-31 18:40:35 UTC
Created attachment 85630 [details]
zipped application - open NewJFrame in NetBeans
Comment 11 Tomas Pavek 2009-07-31 18:42:39 UTC
I've attached a project that can be opened in NetBeans to demonstrate the bug. Just open NewJFrame form, then try to
resize the design canvas, close, open again - at some point the JVM will crash.

You may use it to report the JDK or Java3D bug.
Comment 12 amahdy 2009-07-31 19:35:41 UTC
I'm wondering why u closed the issue since it was not yet resolved? I'll reopen it again hoping to get it resolved ...