JCEF - Java 运行时环境检测到致命错误

JCEF - A fatal error has been detected by the Java Runtime Environment

我刚刚构建了 JCEF,但无法启动它。我不知道出了什么问题,这是崩溃消息:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000112218648, pid=396, tid=1799
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b93) (build 1.8.0-ea-b93)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b34 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x9cda]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try " ulimit -c unlimited " before starting Java again
#
# 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.
#

哦,我使用了另一种建筑描述中的 ninja 来构建原住民,现在可以使用了。 BranchesAndBuilding

的官方 Manual building 部分有问题

我对我的问题进行了研究,因为我之前看到过这样的错误,我发现了这个:

最后,崩溃是由 jogl 等重复的本地库引起的

我不知道你是如何启动你的应用程序的,但你可能在 2 个不同的目录中有相同的本机。