今天我的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的插件,

卸载掉重启一切正常