天天看点

idea启动加载代码完成后就闪退,日志提示:[mybatisplugin1772408903376476032.tmp+0xb6a07]

今天我的idea突然发生闪退行为,而且是代码刚扫描加载完立刻闪退,在之前使用中从来没有发生过这种情况

查看idea的错误日志:

C:\Users\as\java_error_in_idea_8896.log
           

日志提示:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x00007ffce05e6a07, pid=8896, tid=0x00000000000021b8
#
# JRE version: OpenJDK Runtime Environment (8.0_152-b08) (build 1.8.0_152-release-1248-b8)
# Java VM: OpenJDK 64-Bit Server VM (25.152-b8 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [mybatisplugin1772408903376476032.tmp+0xb6a07]  //注意这里
#
# 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  ---------------

Current thread (0x0000000036961000):  JavaThread "JobScheduler FJ pool 1/3" daemon [_thread_in_native, id=8632, stack(0x000000003d500000,0x000000003d600000)]

siginfo: ExceptionCode=0xc000001d
.......
           

# C [mybatisplugin1772408903376476032.tmp+0xb6a07]

可以看出是我的mybatis插件出了问题

解决方法:

进入

C:\Users\as\.IntelliJIdea2018.2\config\plugins

,将其中的mybatis插件删除

重新启动idea,启动成功

令我困惑的是我安装mybatis插件是在半年前,因为免费期过了已经很久没使用这个插件了,为什么它会突然出问题?