IntelliJ IDEA closes with no log entries in Windows

已回答

This report is very similar to After Screen Saver IntelliJ IDEA is closed, however I occasionally have the issue on Windows hence a new report.

I was away from my machine, I had locked the screen (Win+L) and the screensaver had kicked in.

On returning to my machine I unlocked it, but IntelliJ had disappeared - the process was no longer running.

Checking the Windows Event Viewer shows the following:

Faulting application name: idea64.exe, version: 2021.3.3.0, time stamp: 0x6169d98d
Faulting module name: awt.dll, version: 11.0.14.1, time stamp: 0x621385d3
Exception code: 0xc0000005
Fault offset: 0x00000000000d95ed
Faulting process ID: 0x45e4
Faulting application start time: 0x01d96150e815e4b7
Faulting application path: C:\JetBrains\IntelliJ IDEA 2021.3.3\bin\idea64.exe
Faulting module path: C:\JetBrains\IntelliJ IDEA 2021.3.3\jbr\bin\awt.dll
Report ID: f5fff28e-7724-4a70-85dc-0ffc0a9debd2
Faulting package full name: 
Faulting package-relative application ID: 

At the reported time of the event (15:46:23) there is an empty folder in the IntelliJ logs: "threadDumps-freeze-20230328-154626-IU-213.7172.25".  This suggests that IDEA detected it was frozen but didn't get a chance to log any thread dumps.

The last entry in the "idea.log" file is a JUNIT warning:

2023-03-28 15:44:24,452 [21852568]   WARN - ner.GeneralTestEventsProcessor - [JUnit]: Illegal state change [FAILED -> FAILED]:

 

I am using IntelliJ IDEA 2021.3.3 (upgrading to the latest version is in my TODO list).

0

Faulting module path: C:\JetBrains\IntelliJ IDEA 2021.3.3\jbr\bin\awt.dll

It looks like the JetBrains Runtime (JDK) library is causing the crash. Since a lot of JBR related issues were fixed since the version you are using 2021.3.3 - could you update IntelliJ to the latest stable release?

If the issue persists in the newer version, please reproduce it and provide following:

  • java_error_in*.log - files from your home directory
  • C:\Users\<user>\AppData\Local\CrashDumps - native crash dump reports
  • IDE logs from IntelliJ (Help > Collect Logs and Diagnostic Data)

Thanks!

1

请先登录再写评论。