-
Notifications
You must be signed in to change notification settings - Fork 259
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
[bug] missing subprocess module in some Windows installations makes JsonServer to don't kill himself after ST3 is closed #287
Comments
You didn't need to create another issue you could re-open #286, anyway, anaconda checks that the Sublime Text 3 process is running every five seconds, if the process is not running, then it kills itself. I need more information as this never happened before to anyone. Please, execute the steps below and paste here your results
|
the tasklist out Image Name PID Session Name Session# Mem Usage In the same PowerShell or cmd.exe write: MIC path win32_process where "name like '%python%' get commandline, paste it's output here i can't understand this option. In my system, i write this, get the output like: |
That's because I had a typo, the command is |
C:\Windows\system32>wmic path win32_process where "name like '%python%'" get com D:/Python27/python.exe -B "D:\Program Files\Sublime Text\Data\Packages\Anaconda |
Ok, now close your Sublime Text 3, wait one minute, run the Go to %APPDATA%\Jedi\Jedi\neutron and paste here the contents of the file |
2015-03-04 22:17:03,907: DEBUG : bind: address=('localhost', 51344) 2015-03-04 22:40:15,941: INFO : client requests: lint 2015-03-04 22:49:08,174: INFO : client requests: lint 2015-03-04 22:50:04,937: INFO : client requests: lint 2015-03-04 22:50:09,124: INFO : client requests: lint 2015-03-04 23:09:51,301: INFO : client requests: lint 2015-03-04 23:10:23,125: INFO : client requests: lint 2015-03-04 23:10:25,344: INFO : client requests: lint |
Which was the output of |
tasklist show that ST3 had been exit,no plugin_host process but WMIC show that the python exe is still exist |
That's hard to believe, as you can see here, the I don't have access no any Windows 8 machine but this is working fine in a Windows 7 VM that I use to test AnacondaST3 in windows platform. I will expect to get errors in the |
i have test code,and i find the code is hang at here,when you call the check_output, this command is not return |
Really weird, I will take a look into this issue as soon as I can install an OEM/Test Windows 8.1 VM |
Traceback (most recent call last): |
i think this is the reason my python is 2.7.1 |
ok, i have google the reason i need to and use the |
OK, that's ok, jsonsever will exit normally |
Cool, I will add an official fix for this in the next release :) |
:) ok,waiting the new release |
my os is win 8.1, i user the sublime text 3(BUILD 3065)
my anaconda version is 1.4.3
when i exit the sublime,just close it
there are some python.exe still stay in my os and listen some tcp port
i have a test, when i close ST3, after some hours, i find python.exe still exist........, except i kill the python.exe
....................
so sorry open it again, but in my system it's really exist python.exe, every i time i have to kill python.exe after close the ST3
The text was updated successfully, but these errors were encountered: