You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Hi!
It seems to me that the javascript linter crashes the helper on my mac with maverick
The activity monitor shows the helper dying and comming back to live by moments
I think it's a linter issue because I've only detected the problem with javascript files (no problem with html, css, less or python the other languages I use)
How can I provide better information to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
@Garito Are you on OS X 10.9 (Mavericks)? If so then this is a duplicate of #5794. The helper process is not actually unresponsive, but a bug in Chromium makes Mac OS think that it is.
In your title you also put "editor unresponsive." Are you seeing cases where you're unable to type text into the editor, or typing is extremely slow? If so please provide details and I'll reopen.
Seems to me like if there is patch that doesn't solve the problem at all
The facts:
The helper apears as not responding in the activity monitor
But then another helper raises to the top of CPU usage
The editor has a huge, huge latency with the keyboard but when I try to click the close button of the javascript folder doesn't seems to happen but if I kill it, when I reopen it the javascript it's close the other opened files remains as expected
My intuition said that when the program (chromium or whatever) detects the helpers hangout it tries to relaunch it making the problem bigger
Do this help you?
You could point me what to do to send you a profiler/debugger recording? (if I'm not mistake chromium does this as good as chrome?)
Hi!
It seems to me that the javascript linter crashes the helper on my mac with maverick
The activity monitor shows the helper dying and comming back to live by moments
I think it's a linter issue because I've only detected the problem with javascript files (no problem with html, css, less or python the other languages I use)
How can I provide better information to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: