为什么会出现JVM错误? [英] Why does JVM error occur?

查看:310
本文介绍了为什么会出现JVM错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff17a60c678, pid=4219, tid=140673779791616
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b124) (build 1.8.0-ea-b124)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b66 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x665678]  jni_invoke_nonstatic(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*)+0x38
#
# 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:
# /media/data/K's World/javaFX/ChatApp/hs_err_pid4219.log
Compiled method (c1)   16675  988       3       java.util.concurrent.atomic.AtomicBoolean::set (14 bytes)
 total in heap  [0x00007ff16535ef50,0x00007ff16535f2a0] = 848
 relocation     [0x00007ff16535f070,0x00007ff16535f0a0] = 48
 main code      [0x00007ff16535f0a0,0x00007ff16535f1c0] = 288
 stub code      [0x00007ff16535f1c0,0x00007ff16535f250] = 144
 metadata       [0x00007ff16535f250,0x00007ff16535f258] = 8
 scopes data    [0x00007ff16535f258,0x00007ff16535f268] = 16
 scopes pcs     [0x00007ff16535f268,0x00007ff16535f298] = 48
 dependencies   [0x00007ff16535f298,0x00007ff16535f2a0] = 8
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

我在javaFx中写聊天App我正在使用eclipse IDE ..
我的应用程序运行良好但我不知道为什么突然应用程序已经停止。

I am writing chat App in javaFx..and I am using eclipse IDE.. My Application is running well but I don't know why suddenly application has been stopped.

推荐答案

听起来你在Linux上运行带Java 8的JavaFX,你遇到了这个错误:

It sounds like you're running JavaFX with Java 8 on Linux, and you've run into this bug:


https://bugs.openjdk.java.net/browse/JDK-8141687

在JavaFx中启动Main.class时应用程序崩溃

App crashes while starting Main.class in JavaFx

ava版本1.8.0_60Java(TM)SE运行时环境(构建
1.8.0_60-b27)Java HotSpot(TM)64位服务器VM(构建) 25.60-b23,混合模式)

ava version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

其他操作系统版本信息:Mint17.2 Cinnamon 64Bit

ADDITIONAL OS VERSION INFORMATION : Mint17.2 Cinnamon 64Bit

建议:尝试使用不同版本的Java / JavaFX。

SUGGESTION: Try a different version of Java/JavaFX.


  1. 运行 sudo update - 替代--config java 到s ee您的系统上已有哪些替代品。如果可能,我会降级到Java 1.7。

  1. Run sudo update-alternatives --config java to see what alternatives are already present on your system. I would downgrade to Java 1.7 if possible.

  • https://askubuntu.com/questions/272187/setting-jdk-7-as-default

如果没有合适的候选人,请使用 apt-get install openjdk-7-jdk

If there are no suitable candidates, use apt-get install openjdk-7-jdk:

  • https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get

这篇关于为什么会出现JVM错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆