How to solve hang issue of zendstudio 13.6 while comparing js file

147 Views Asked by At

I am using Zendstudio 13.6 from past 2-3 weeks. I am facing hang issue on my linux system while comparing js files using team synchronization svn compare. Similar issue happens when opening xsd file in editor.

I just checked process using top command. I saw cpu usage gets 100% in such case and memory usage is normal 18% max. If there were memory issue I could try to increase heap memory using eclipse.ini file.

Does anyone faced this issue? If yes how can we solve this issue?

1

There are 1 best solutions below

3
Code Buster On

I also faced the same problem. And I solved it like this. Possibly what happens is that when you try to open a XSD file, the editor tries to find a print feature to build up the design solution.

-Dorg.eclipse.swt.internal.gtk.disablePrinting

Enter the line mentioned above in the ZendStudio.ini file of your Zend Installation folder. And restart your ZendStudio Editor.

You will be easily able to open the xsd file and it will not freeze your editor.

And about the JS freeze problem, There is some other solution to JS freeze problem. Will update you once I find it.