Rubymine hanging

Hi IntelliJ team,

Rubymine 2016.3 has been hanging every 10-20 minutes and needs to be restarted to resolve. It's really frustrating to use.

What could be the issue?

0

Hello,

does it happen with all your projects or only a specific one, during ordinary work or certain actions? Just in case, did you try the last 2017.1 EAP?

0
Avatar
Permanently deleted user

There was a global variable that was being set in multiple scripts that were running at the same time. Changing the assignment operation from VAR = value to VAR ||= value resolve the hanging issues.

That being said, I'm now using the Ruby plugin for IntelliJ IDEA and the hanging is happening again while running a Compound configuration (i.e. the same script with 5-8 different configurations)

0

Hello,

could you please specify what IDEA and Ruby plugin versions you use. In addition, please provide me with idea.log and all the thread dumps being generated during hang (Help | Show log in), you can send me them to rubymine-support@jetbrains.com.

0

请先登录再写评论。