我最近发现自己在一台 Linux 计算机上,到目前为止我很喜欢它。
但是,我一直有一个问题,并不真正知道来源。我正在尝试制作一个在 Eclipse 中使用 lwjgl 的 java 项目(我在 Windows 中做过的事情),但是当我运行代码时,我的显示窗口变黑并闪烁,我收到此错误报告-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5004c70c98, pid=10427, tid=139981673781008
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
# Derivative: IcedTea6 1.8.1
# Distribution: Ubuntu 10.04 LTS, package 6b18-1.8.1-0ubuntu1
# Problematic frame:
# C [libX11.so.6+0x37c98] XQueryExtension+0x28
#
# An error report file with more information is saved as:
# /home/jeff/workspace/SpinDodge3/hs_err_pid10427.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
我安装了 sun java 6 jdk,我尝试使用 -vm 命令将 eclipse 指向它,但这个错误是一样的。不使用 lwjgl 的 Java 项目工作。这是因为我使用 lwjgl 错误,它与 icedTea 交互的方式(-vm 命令似乎无济于事),eclipse?我什至不知道从哪里开始。
这里有人在Linux中使用过lwgjl,他们有什么想法吗?
谢谢
(我也可以发布错误日志,但它很长,我不知道它会有多少帮助)
编辑:在我更改使用中的 jdk 后,它运行但仅运行一帧,然后因此错误而崩溃-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fbfd4fb7c98, pid=2060, tid=140461906126608
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libX11.so.6+0x37c98] XQueryExtension+0x28
#
# An error report file with more information is saved as:
# /home/jeff/workspace/SpinDodge3/hs_err_pid2060.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
有任何想法吗?