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)
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.
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?
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)
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.