#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f0c7e9fb100, pid=10645, tid=139691734513408
#
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libxcb-glx.so.0+0xb100] xcb_glx_query_server_string_string_length+0x0
#
# 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/LittleChild/workspace/jfx_practice/hs_err_pid10645.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
当我尝试在64位Ubuntu 12.04上运行我的JavaFX程序时,我得到了这个 有人能告诉我它是什么吗?
在SO上似乎没有答案,我确实检查过类似的问题