This Question is Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
7 Replies Last post: Jan 28, 2013 5:57 AM by Masahiro Wakame  
Masahiro Wakame Newbie 3 posts since
Jan 25, 2013
Currently Being Moderated

Jan 25, 2013 10:53 AM

WebStorm does not responding.

I tried to use WebStorm 6 EAP 126.37.

seeing high CPU usage caused by indices update and not responding over a hour.

 

I tried this command and re-open, but still not responding..

$ rm -rf ~/Library/Preferences/WebIde60

$ rm -rf ~/Library/Logs/WebIde60

$ rm -rf ~/Library/Application\ Support/WebIde60

$ rm -rf ~/Library/Caches/WebIde60

$ cat package.json

{

        "name": "not-responding",

        "version": "0.0.1",

        "private": true,

        "engines": {

                "node": "0.8.18",

                "npm": "1.2.2"

        },

        "scripts": {

                "start": "node app"

        },

        "dependencies": {

                "typescript": "0.8.2",

 

                "grunt-contrib": "0.3.0",

                "grunt-typescript":"0.0.8",

                "grunt-compass":"0.3.7",

                "grunt-jasmine-task": "0.2.3"

        }

}

$ npm install

# open directory by WebStorm

 

WebStorm stops in scanning under node_modules/ and use CPU 100%.

The folder is open if exists fewer files.

 

What could be something to try?

 

My environment

Mac OS X 10.8.2 MBA Mid 2012

java version "1.6.0_37"

Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)

Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Jan 25, 2013 10:58 AM in response to: Masahiro Wakame
Re: WebStorm does not responding.

Masahiro, may I ask you to zip and attach log directory that opens on Help -> Reveal log?

 

Thanks,

Kirill

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Jan 25, 2013 7:57 PM in response to: Masahiro Wakame
Re: WebStorm does not responding.

Thanks. Does it happen every time? What if you force quit the app and start it again?

Oleg Taranenko Newbie 3 posts since
Apr 25, 2012
Currently Being Moderated
Jan 26, 2013 9:51 AM in response to: Kirill Safonov
Re: WebStorm does not responding.

Hi,

 

double the issue... after update to 126.37 WebStorm stop working on my Node.js based project.

First it was claimed 800 MB memory is not suffitient. After increase it to 1GB it hangs on opening the project.

My log & thread dumps are attached

 

Cheers, Oleg

Attachments:
Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Jan 26, 2013 11:22 AM in response to: Masahiro Wakame
Re: WebStorm does not responding.

Hi guys,

 

Looks like the problem has to do with LESS/CSS parsing.

 

Oleg, could you please attach grunt-contrib-less/node_modules/less/test/less/css-3.less file here or send it to me privately to kirill (dot) safonov (at) jetbrains (dot) com? Or is it maybe on github?

 

Thanks!

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Jan 26, 2013 6:42 PM in response to: Kirill Safonov
Re: WebStorm does not responding.

Thanks, we've reproduced the problem locally. This is a critical bug (tracked as http://youtrack.jetbrains.com/issue/WI-16352) and we expect to release the fix at the beginning of the next week. Meanwhile please disable LESS plugin or roll back to the previous EAP build.

More Like This

  • Retrieving data ...