我刚刚构建了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.
#
答案 0 :(得分:1)
哦,我从另一个替代建筑描述中使用了ninja来构建本机,现在可以使用了。
BranchesAndBuilding的官方Manual building
部分有问题
答案 1 :(得分:1)
我已经对问题进行了研究,因为我以前看到过类似的错误,并且发现了这一点:
最后,崩溃是由重复的本机库(例如jogl
等)引起的。
我不知道您如何启动应用程序,但是可能您在2个不同的目录中具有相同的本机。