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:
|
|