A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000009bd15e0, pid=5104, tid=0x0000000000002cc0
JRE version: OpenJDK Runtime Environment (8.0_202-b39) (build 1.8.0_202-release-1483-b39)
Java VM: OpenJDK 64-Bit Server VM (25.202-b39 mixed mode windows-amd64 compressed oops)
Problematic frame:
[thread 7628 also had an error]
J 67116 C1 com.intellij.codeInsight.daemon.impl.UpdateHighlightersUtil$$Lambda$2300.process(ILjava/lang/Object;ZLjava/util/Collection;)Z (68 bytes) @ 0x0000000009bd15e0 [0x0000000009bd1380+0x260]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
C:UsersAdministratorjava_error_in_WEBIDE_5104.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bug...
最近webstorm经常闪退,以上为报错信息,求解
你这个问题不是由于堆内存不足引起的而是webstorm语法着色插件代码的bug详见你贴的错误信息
UpdateHighlightersUtil
这行而产生这个bug的原因是由于使用链式编程或者
lambda
表达式时解决的办法是链式调用时将最后一个
.
放到行末或者enter
到下一行你都试试你看看是打开你哪一个代码出现的问题,你就改哪一个文件。也可以设置在新行禁用
.
步骤如下:Settings> Editor > Code Style > JavaScript > Wrapping and Braces > Chained method calls
将其禁用。后重新格式化代码。