2015-10-14 87 views
1

我一個PROGRAMM工作,這需要Java 7中但是當我更新的archlinux至4.2(從4.1),當我開始PROGRAMM,JAVA寫我:將Linux更新至4.2版後,Java寫入「無法寫入核心轉儲」?

# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# SIGSEGV (0xb) at pc=0x00007fdf76d41be0, pid=3512, tid=140597796308736 
# 
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15) 
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops) 
# Problematic frame: 
# C 0x00007fdf76d41be0 
# 
# 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/nozdrin/workspace/rvec/server/bin/hs_err_pid3512.log 
# 
# If you would like to submit a bug report, please visit: 
# http://bugreport.java.com/bugreport/crash.jsp 
# 

的Java不更新!發生了什麼與Java和我需要什麼?

EDIT:

我發現,當啓動PROGRAMM,他補充說鍵-J-XX:PermSize=200m \ -J-XX:MaxPermSize=256m。當我刪除這個鍵時,java返回另一個錯誤:

# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# SIGSEGV (0xb) at pc=0x00007f164f6b0be0, pid=5145, tid=139733914535680 
# 
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15) 
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops) 
# Problematic frame: 
# C 0x00007f164f6b0be0 
# 
# Core dump written. Default location: /home/nozdrin/workspace/rvec/server/bin/core or core.5145 
# 
# An error report file with more information is saved as: 
# /home/nozdrin/workspace/rvec/server/bin/hs_err_pid5145.log 
# 
# If you would like to submit a bug report, please visit: 
# http://bugreport.java.com/bugreport/crash.jsp 
# 

當我更新linux時出現這個錯誤。我試圖返回舊的Linux 4.1,但仍然錯誤。

文件hs_err_pid5145.log - 是谷歌雲端硬盤鏈接。

+1

您是否嘗試過實際閱讀郵件?因爲它告訴你你需要做什麼。 –

+0

是的,我也是。但沒有什麼改變! – scientistnik

+0

你嘗試過「ulimit -c unlimited」嗎? – WillShackleford

回答

0

問題解決了,當我更新到4.4內核! 謝謝大家!

相關問題