Hide Forgot
libreport version: 2.0.7 abrt_version: 2.0.6 backtrace_rating: 4 comment: Opening Web project into Netbeans IDE 7. crash_function: __GI_raise executable: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java kernel: 3.1.2-1.fc16.x86_64 pid: 16798 pwd: /home/elexsandro reason: Process /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java was killed by signal 6 (SIGABRT) time: Seg 28 Nov 2011 23:57:04 BRST uid: 1000 username: elexsandro backtrace: Text file, 145823 bytes build_ids: Text file, 3446 bytes cmdline: Text file, 3011 bytes dso_list: Text file, 10948 bytes environ: Text file, 3009 bytes maps: Text file, 113120 bytes xsession_errors: Text file, 6364 bytes var_log_messages: :Nov 27 18:02:38 elexsandro-devsrv yum[3227]: Erased: 1:mysql-connector-java-5.1.17-1.fc16.1.x86_64 :Nov 27 22:34:16 elexsandro-devsrv yum[4458]: Installed: 1:mysql-connector-java-5.1.17-1.fc16.1.x86_64 :Nov 28 23:50:55 elexsandro-devsrv abrt[16359]: Saved core dump of pid 16174 (/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java) to /var/spool/abrt/ccpp-2011-11-28-23:50:27-16174 (807587840 bytes) :Nov 28 23:57:33 elexsandro-devsrv abrt[16887]: Saved core dump of pid 16798 (/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java) to /var/spool/abrt/ccpp-2011-11-28-23:57:04-16798 (895139840 bytes)
Created attachment 537716 [details] File: cmdline
Created attachment 537717 [details] File: dso_list
Created attachment 537718 [details] File: environ
Created attachment 537719 [details] File: build_ids
Created attachment 537720 [details] File: xsession_errors
Created attachment 537721 [details] File: maps
Created attachment 537722 [details] File: backtrace
Is this reproducible?
Steps to Reproduce: ----------------------- 1) Install [root@localhost usr]# su -c "yum install java-1.6.0-openjdk" 2) Install [root@localhost usr]# su -c "yum install java-1.6.0-openjdk-devel" 3) [root@localhost usr]# java -version java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-61.1.10.4.fc16-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode) 4) Install Netbeans 7.0.1 5) Execute "Hello World" application from http://netbeans.org/kb/docs/java/quickstart.html rating: 3 Package: java-1.6.0-openjdk-devel-1.6.0.0-61.1.10.4.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne)
This looks like a Netbeans bug. The error starts here: #13 0x00007f54019da068 in Java_com_sun_jna_Function_invokeInt () from /tmp/jna6434113113583275804.tmp Which is Netbeans doing native access. There is nothing that OpenJDK can do to address this sort of crash and the bug needs to be re-filed with Netbeans: http://netbeans.org/community/issues.html