今天我的idea發生閃退行為,在代碼打開model類的時候發生閃退
查看idea的錯誤日志提示:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x00007ffe83685d27, pid=18824, tid=0x00000000000020a8
#
# JRE version: OpenJDK Runtime Environment (8.0_152-b38) (build 1.8.0_152-release-1136-b38)
# Java VM: OpenJDK 64-Bit Server VM (25.152-b38 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [mybatisplugin1435000255863699488.tmp+0xb5d27]
#
# 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.
從C [mybatisplugin1435000255863699488.tmp+0xb5d27]可以看出是mybatisplugin出了問題,想起來最近安裝了 個mybatisplugin的插件
然后繼續找IDEA的配置文件中去找mybatisplugin插件,
發現我的插件並沒有在C:\Users\as\.IntelliJIdea2018.2\config\plugins目錄下
然后啟動IDEA入Settings->Plugins,找到之前安裝有關mybatis的插件,
卸載掉重啟一切正常