由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java crash
相关主题
JVM crashes on Linuxjava memory problem with redhat enterprise
问一个GC的问题Q: load a profiler in Tomcat on Solaris
问个系统问题 (转载)out of memory
ft, SGI Irix JVM problem怎样让java 程序运行快?
迷惑了很久,java 和 c++ 到底谁快?Question about Tomcat
Fatal Error怎么回事?Has anybody encountered this?
any free or trial JVM optimizer??Eclipse 3.1.1.1在ubuntu710下古怪现象
java内存泄露问题1 quick interview question
相关话题的讨论汇总
话题: java话题: crash话题: below话题: most话题: jvm
进入Java版参与讨论
1 (共1页)
s**n
发帖数: 178
1
I have java program that keeps crashing. Below are the errors in log:
n*********n
发帖数: 580
2
Attach a profiler to the JVM to find out what is going on.
g*****g
发帖数: 34805
3
Most crash are due to JVM bugs. If you are not dealing with JNI,
all you can do is to google your dump to see if there's version
that fixes it.
Most crash is on server side under high load though, if that's
the case for you, try to allocate more resource/improve throughput
may help.

【在 s**n 的大作中提到】
: I have java program that keeps crashing. Below are the errors in log:
1 (共1页)
进入Java版参与讨论
相关主题
1 quick interview question迷惑了很久,java 和 c++ 到底谁快?
Where I can find comparison of JVMsFatal Error怎么回事?
Re: 如何读取serial port in Javaany free or trial JVM optimizer??
Re: 问一个关于Java Native Interface的问题java内存泄露问题
JVM crashes on Linuxjava memory problem with redhat enterprise
问一个GC的问题Q: load a profiler in Tomcat on Solaris
问个系统问题 (转载)out of memory
ft, SGI Irix JVM problem怎样让java 程序运行快?
相关话题的讨论汇总
话题: java话题: crash话题: below话题: most话题: jvm