idea 自動關閉 閃退

問題 :idea打開後不到3分鐘就自動關閉了

在此之後嘗試了將-Xms 和 -Xmx 調大、調小然並卵    w(゚Д゚)w

.IntelliJIdea2018.3 文件夾刪除後 可以解決該問題,但是並不像刪除個人配置  ┬_┬

在掙扎一下好了

爲了拯救個人配置之後又下載了最新版的idea 

 Σ(  ̄д ̄;) 

之後逛貼吧有人提到 c:/User/個人 有錯誤日誌 

查看錯誤日誌(已經將錯誤問題重複的錯誤文件刪除後的截圖)

3:50分的日誌

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x00007ffafc0346fa, pid=15484, tid=0x000000000000495c
#
# JRE version: OpenJDK Runtime Environment (8.0_202-b49) (build 1.8.0_202-release-1483-b49)
# Java VM: OpenJDK 64-Bit Server VM (25.202-b49 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [mybatisplugin6328532796669109906.tmp+0xa46fa]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

 

問題 Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

在兩個 exe.vmoptions的文件中添加 -XX:+CreateMinidumpOnCrash   (*•̀ㅂ•́)و

 

之後 重新打開idea  又崩了 Σ(っ °Д °;)っ   生成了新的錯誤日誌 就是4:05的  

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x00007ffafc0346fa, pid=18204, tid=0x0000000000004bd4
#
# JRE version: OpenJDK Runtime Environment (8.0_202-b49) (build 1.8.0_202-release-1483-b49)
# Java VM: OpenJDK 64-Bit Server VM (25.202-b49 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [mybatisplugin3796770023382317570.tmp+0xa46fa]
#
# Core dump written. Default location: C:\software\IntelliJ IDEA 2019.1.2\bin\hs_err_pid18204.mdmp
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

好像是插件的問題

C:\Users\make\.IntelliJIdea2019.1\config\plugins中的Mybatis文件夾刪除(╬ ̄皿 ̄)

再次嘗試打開idea      ヽ(✿゚▽゚)ノ

終於能睡覺了 (ಥ_ಥ)

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章