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 231771 - Drag & Drop kills JVM
Summary: Drag & Drop kills JVM
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Linux
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 10:58 UTC by infonaut
Modified: 2013-06-27 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log from .xsession-errors (98.43 KB, application/octet-stream)
2013-06-25 10:58 UTC, infonaut
Details
jvm crash (69.45 KB, text/x-log)
2013-06-25 10:59 UTC, infonaut
Details
7u6log from .xsession-errors (114.81 KB, application/octet-stream)
2013-06-27 14:20 UTC, infonaut
Details

Note You need to log in before you can comment on or make changes to this bug.
Description infonaut 2013-06-25 10:58:30 UTC
Created attachment 136269 [details]
log from .xsession-errors

trying to create a reproduceable project, but the following procedure
- killed the X window, netbeans is still running.
- crashed the JVM
- freeze NB

how it comes:

create New Project... -> Java Class Library -> name it TestBase -> ok
create new Java Package under source -> name it gui -> ok
create new Java Class... -> name it MyLabel -> ok
in editor edit the class so it extends from JLabel and calls super("MyLabel");
Save all

create New Project... -> Java Application -> name it TestApp -> ok
create new JPanel Form... -> name it MyPanel -> ok -> panel in editor
TestApp>Properties>Libraries>Add Project... -> select TestBase -> ok
drag TestBase>Source>gui>MyLabel from Project into Design Editor -> Warning! ->
ok
compile File MyLabel (wrong, must compile MyPanel why?)
drag TestBase>Source>gui>MyLabel from Project into Design Editor -> Warning!
---- crash XWindow gone, Jave still alive
this is reproduceable
in TestApp create a new Panel Form
drag MyLabel into -> warning -> ok
drag MyLabel into -> warning -> ok
---- crash Netbeans gone
Comment 1 infonaut 2013-06-25 10:59:17 UTC
Created attachment 136270 [details]
jvm crash
Comment 2 Antonin Nebuzelsky 2013-06-25 11:41:19 UTC
JDK bug #8017577.

Closing wontfix on NetBeans side. Thanks for the report.
Comment 3 infonaut 2013-06-25 11:52:38 UTC
this is a hidden bug, could you please explain.
Comment 4 Antonin Nebuzelsky 2013-06-25 12:01:42 UTC
(In reply to comment #3)
> this is a hidden bug, could you please explain.

It's a new bug and will appear on the following public URL when it is processed:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8017577
Comment 5 infonaut 2013-06-27 14:20:18 UTC
Created attachment 136413 [details]
7u6log from .xsession-errors

Hi Antonin,
someone on bugs.sun.com asked: is it reproduced on 7u6?

yes, but i get no jvm crash
only netbeans ui freeze and after 20s high cpu load netbeans aborts, or
netbeans total freeze,
*** glibc detected *** /home/stinger/java/jdk/bin/java: malloc(): memory corruption (fast): 0x00007febb000c530 ***
i have to kill -9 netbeans

please report back
Comment 6 Antonin Nebuzelsky 2013-06-27 14:54:40 UTC
Thanks. Added your comment.