您好,登錄后才能下訂單哦!
mac最新版intellij idea崩潰閃退crash怎么解決?很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。
最近我的idea編輯器更新到了最新的版本(當前最新的版本是2020.2.2),使用過程中發現當選擇文件夾的時候就會崩潰閃退,因為我記錄了崩潰的日志,打開日志,主要信息如下:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x00007fff204b6086, pid=38839, tid=775
#
# JRE version: OpenJDK Runtime Environment JBR-11.0.8.10-944.31-jcef (11.0.8+10) (build 11.0.8+10-b944.31)
# Java VM: OpenJDK 64-Bit Server VM JBR-11.0.8.10-944.31-jcef (11.0.8+10-b944.31, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libsystem_kernel.dylib+0x7086]  __kill+0xa
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   https://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.
 根據關鍵字,google搜索了一下,最終匯總了兩個解決方案,如下:
1、更改idea運行使用的jdk。以前的版本是find action之后搜索switch boot jdk的,現在不行了,最終找到官方的這篇文章: https://www.jetbrains.com/help/idea/switching-boot-jdk.html 
看得懂高中英文的應該都知道怎么做了,按照說明選擇本地的jdk就可以了。
2、然后方案1還是有點問題,我在mac下還了jdk之后,idea的一些菜單跟以前有些變化(比如菜單欄找不到preference等了),這樣可以用下面的方案2,經過google查明本次崩潰閃退的主要原因是一個在2020.2新上的JCEF的功能,詳細的解釋說明如下:
https://jetbrains.org/intellij/sdk/docs/reference_guide/jcef.html
摘錄其中的一段:
Using JCEF requires using a dedicated JetBrains Runtime, please follow these installation instructions on how to obtain and activate it in your IDE. Enable ide.browser.jcef.enabled
 in Registry dialog (invoke Help | Find Action and type “Registry”) and restart the IDE for changes to take effect.
這也就能解釋為什么換了jdk就不會出現閃退問題了,因為其using a dedicated JetBrains Runtime。
所以最終的解決方案就是關閉JCEF。我是使用Help->Edit Custom Properties,然后添加一行ide.browser.jcef.enabled=false來關閉,按照上面的鏈接來說,通過find Action,搜索
Registry,然后取消ide.browser.jcef.enabled前面的
勾選如下圖:
看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。