-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'dispose' of null at LinterProvider.deactivate #435
Comments
This should be working, at least on Linux (it does here). What I mean to say is: this was fixed before. Shutting down the server happens on package deactivation, but if something - such as another package - is causing an error on Atom shutdown, it may be the case that package deactivation never properly finishes. Have you tried disabling other community packages (if you have any)? |
@Gert-dev , I think it caused by atom/atom#17020 |
I also have this issue, but I'm using Ubuntu 16.04 with Atom 1.26 and 1.27. I took a snapshot of the developer tools while shutting down. Looking at the code in the LinterProvider, it might have to do with having the linter disabled. I use other more customized linters instead of the one provided by this package, so activate would possibly never be called. |
Alright, I'm renaming this since there does appear to be an issue in the LinterProvider at deactivation time. |
screenshot
and these tasks take up much more cpu and memory ~
after I restart atom, they're still exist
the only thing I can do right now is add a shell script on osx launchctl , which would force kill unwanted processes
The text was updated successfully, but these errors were encountered: