简体   繁体   English

Linux上的JDK 8 Random崩溃

[英]JDK 8 random crashes on linux

I experience random crashes using JDK 8_20 64bit for linux. 我在Linux上使用JDK 8_20 64bit遇到随机崩溃。 It's the same with Netbeans, IDEA and Eclipse or hello world programs. Netbeans,IDEA和Eclipse或hello world程序都是一样的。 It's the same with JDK 8_25 64bit. 与JDK 8_25 64bit相同。 Anyone? 任何人? Problematic frame is always the same. 有问题的框架始终是相同的。

A fatal error has been detected by the Java Runtime Environment:

 SIGSEGV (0xb) at pc=0x00007f267b005060, pid=28116, tid=139803312420608

JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode linux-amd64 compressed oops)
Problematic frame:
C  0x00007f267b005060

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

With such a wide spectrum of things crashing, I suspect that it is something systemic with your Java installation. 如此多的事情崩溃了,我怀疑这与您的Java安装有关。 Maybe you installed from a corrupted installer (or whatever), or maybe the installation has been "messed with". 也许您是从损坏的安装程序(或其他安装程序)安装的,或者安装已被“迷惑”。

And if it isn't that, then the next place to look is either: 如果不是那样,那么下一个要看的地方是:

  • some JVM bug that is particular to your platform (eg OS, window manager, video device, etc), or 一些特定于您的平台的JVM错误(例如,操作系统,窗口管理器,视频设备等),或

  • hardware errors (!). 硬件错误(!)。

The best thing I can suggest is that you enable core dumping (per the instructions), and see what you get. 我所建议的最好的事情是启用核心转储(按照说明进行操作),然后看看您得到了什么。 This page may help you diagnose the dump ... as may Googling. 该页面可以像谷歌搜索一样帮助您诊断转储。

And if you have a support contract, call Oracle for help. 并且,如果您有支持合同,请致电Oracle寻求帮助。

It may raised because of limitation in ulimit 由于ulimit的限制,它可能会引发

use this: 用这个:

ulimit -c unlimited

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM