Skip to content
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

Kill process - process not found when exception was thrown #26

Closed
hANSIc99 opened this issue Feb 2, 2020 · 1 comment
Closed

Kill process - process not found when exception was thrown #26

hANSIc99 opened this issue Feb 2, 2020 · 1 comment

Comments

@hANSIc99
Copy link
Owner

hANSIc99 commented Feb 2, 2020

Exception is thrown when using kill process button and #25 was thrown before

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/Pythonic/main.py", line 327, in killProcesses
    self.grd_ops_arr[self.wrk_tab_index].kill_proc()
  File "/usr/local/lib/python3.7/site-packages/Pythonic/executor.py", line 238, in kill_proc
    os.kill(proc, signal.SIGTERM)
ProcessLookupError: [Errno 3] No such process
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/Pythonic/main.py", line 327, in killProcesses
    self.grd_ops_arr[self.wrk_tab_index].kill_proc()
  File "/usr/local/lib/python3.7/site-packages/Pythonic/executor.py", line 238, in kill_proc
    os.kill(proc, signal.SIGTERM)
ProcessLookupError: [Errno 3] No such process
@hANSIc99
Copy link
Owner Author

Fixed in v0.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant