IDEA 9 Beta is freezing a lot, build 9265
Hello,
I'm testing IDEA 9 Beta with two grails projects, one is a normal app and the other is a plugin. IDEA 9 is really great to work with Grails, but it's constantly freezing today it hangs up 6 to 7 times, the CPU usage goes to 100% and doesn't slow down until I force quit IDEA.
I'm using Mac OS X 10.6.2 and IDEA 9 build 9265.
Is there any logs I could get to help out to find the source of the problem?
请先登录再写评论。
When I suspect an infinite loop I "kill -3" it.
Since I start intellij from the command line with sh idea.sh it gives me a thread dump with all their stack traces right in the console.
Then you will have only a few really deep stack traces(or just one) and they are likely to be the ones that consume your cpu.
You can do it twice to double check that of course.
Hello Felipe,
Please file a YouTrack issue with the thread dump files from ~/Library/Logs/IntelliJIdea90/threadDumps-xxx
attached.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Did it: http://youtrack.jetbrains.net/issue/IDEA-26366
If you need more information to solve the problem, please give me the instructions to get the info.
If you run IntelliJ on a 64 bit VM, also check your PermGen settings in the info.plist file. In my experience the MaxPermSize should be at least 250m or these kinds of problems happen.
Bas