How do I investigate the cause of a JVM crash?

前端 未结 5 2046
忘了有多久
忘了有多久 2020-12-05 13:28

One day ago, after a few months of normal working, our java app starts to crash occasionally with the following error:

#
# A fatal error has been detected by         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 14:06

    Switching to another version of linux-kernel "fixes" the JVM crush problem (http://forum.proxmox.com/threads/6998-Best-strategy-to-handle-strange-JVM-errors-inside-VPS?p=40286#post40286). It helped me with my real server. There was Ubuntu server 10.04 LTS OS on it with kernel 2.6.32-33 version. So kernel update resolved this issue. JVM has no crash anymore.

提交回复
热议问题