Intellij idea shows java(tm) platform se binary has stopped working while it is in debug
Answered
Hello,
It is a SpringBoot project. And when I debug it in Maven mode, everything works fine. But when I debug it in Application mode, it throws java(tm) platform se binary has stopped working.

Below is maven debug confg. It works fine.

Below is application debug config. It throws that exception.

My intellij idea version is Intellij Idea 2079.1.1 Ultimate Edition.

Do you know how to resovle that probelm? I really struggled a long time while it is in Application debug mode.
Please sign in to leave a comment.
Try using a more recent Java version. Check the crash dumps in c:\Users\<user>\AppData\Local\CrashDumps\ directory.
Make sure it's not caused by an antivirus or some other security tool like in https://intellij-support.jetbrains.com/hc/en-us/articles/360005024360-IDE-crashes-randomly-on-a-system-with-the-Digital-Guardian-agent-installed .
Hi @Serge,
Could you tell which tool I should use to analyze the intellij idea dmp file? I find it in my computer, but when I open it with Eclipse Memory Analyzer, it shows below error.
Windows crash dumps can be analyzed with the Windows Debugger: https://www.microsoft.com/en-us/p/windbg-preview/9pgjgd53tn86#activetab=pivot:overviewtab.
Hi Serge and all,
Just for everyone's reference who encounter the same problem. I analyze the dmp crash file, no userful information found.
But I happend to find that when I unselect Enable JMX agent, everything works fine. I don't know why!
Thanks for the info. Could you please share some of these crash dumps at https://uploads.services.jetbrains.com/ so that we can investigate further? The issue doesn't happen on our systems.