JDK 7 under Linux

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

JDK 7 under Linux

borobudur
A problem was fixed with the new release candidate 11 (2.0-rc11) with this thread

Now, I'm testing with JDK7 from oracle under linux (works with JDK6) and there I get this error message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f0eee1a655e, pid=7032, tid=139702126434048
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libGL.so.1+0x7f55e]  glXCreateWindow+0xbc4e
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/canoo/source/ulc3d/hs_err_pid7032.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Process finished with exit code 134

Any idea?
Reply | Threaded
Open this post in threaded view
|

Re: JDK 7 under Linux

Sven Gothel
Administrator
On 11/14/2012 04:59 PM, borobudur [via jogamp] wrote:

> A problem was fixed with the new release candidate 11 (2.0-rc11) with this
> thread
> <http://forum.jogamp.org/Simple-application-doesn-t-run-on-a-mac-with-java-7-td4026636.html>
>
> Now, I'm testing with JDK7 from oracle under linux (works with JDK6) and there
> I get this error message:
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007f0eee1a655e, pid=7032, tid=139702126434048
> #
> # JRE version: 7.0_09-b05
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode linux-amd64
> compressed oops)
> # Problematic frame:
> # C  [libGL.so.1+0x7f55e]  glXCreateWindow+0xbc4e
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core
> dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /home/canoo/source/ulc3d/hs_err_pid7032.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.sun.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
>
> Process finished with exit code 134
>
> Any idea?
We would need a proper bug report w/ a unit test!

~Sven



signature.asc (907 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: JDK 7 under Linux

gouessej
Administrator
In reply to this post by borobudur
Sven is right. I have no such problem under GNU Linux with both Oracle Java 1.7 and OpenJDK 1.7. Please give us a small test case.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JDK 7 under Linux

borobudur
Yep! That must be a local problem of mine.

I tested with eclipse IDE a hello world example of jogl and there it works.

There must be something odd in my intelliJ idea IDE config.

Haven't found the problem yet...