本文介绍了致命错误:java.lang.String的值无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  java.lang.String的无效布局在值

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

内部错误(javaClasses.cpp:129),pid = 15238,tid = 140306591237888
致命错误:预加载类的布局无效

JRE版本:7.0_07-b10
Java VM:Java HotSpot(TM)64位服务器虚拟机(23.3-b01混合模式linux-amd64压缩ops)
无法写入核心转储。核心转储已被禁用。要启用核心转储,请尝试重新启动Java之前的ulimit -c unlimited

具有更多信息的错误报告文件保存为:
/home/till/workspace/Encrypt/hs_err_pid15238.log

如果您想提交错误报告,请访问:
http://bugreport.sun.com/bugreport/crash.jsp



我不明白这一点,因为即使Eclipse没有显示任何错误(在代码中编辑)...
这是一个真正的生产力杀手,因为它阻止所有进展
如果有任何人有任何想法如何解决这个问题,请回答这个问题。



非常感谢你提前,



直到

解决方案

我有同样的问题,那么(正如Jeff Schultz所说的那样)我试过:

并解决问题。但我不知道导致这个问题的原因。我希望这可以帮助你!


I got an extremely annyoing error in Eclipse (in the console):

Invalid layout of java.lang.String at value

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

Internal Error (javaClasses.cpp:129), pid=15238, tid=140306591237888
fatal error: Invalid layout of preloaded class

 JRE version: 7.0_07-b10
 Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode linux-amd64 compressed ops)
 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/till/workspace/Encrypt/hs_err_pid15238.log

 If you would like to submit a bug report, please visit:
   http://bugreport.sun.com/bugreport/crash.jsp

Log Download

I cant't make any sense of this, because even Eclipse doesn't display any errors (in the code editor)...This is a real productivity-killer, because it blocks all progress.If anyone has any ideas on how to solve this, please answer this question.

Thank you really much in advance,

Till

解决方案

I had same problem,then(as Jeff Schultz said here) I tried:

and problem solved.But I don't know the reason that causes this problem.I hope this help you!

这篇关于致命错误:java.lang.String的值无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 19:48