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 -9 doesn't work for .exe launched from WSL #2246

Closed
bagajjal opened this issue Jun 22, 2017 · 2 comments
Closed

kill -9 doesn't work for .exe launched from WSL #2246

bagajjal opened this issue Jun 22, 2017 · 2 comments

Comments

@bagajjal
Copy link

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    Microsoft Windows [Version 10.0.15063]

  • What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)

  1. launch notepad.exe in background (notepad.exe &)
  2. the PID on WSL and windows taskmanager differs..
  3. in bash.exe, get the processId using
    ps -eaf | grep notepad.exe
  4. kill -9
  5. ps -eaf | grep notepad.exe shows the process as killed but the process is alive (task manager also shows the process alive).
  • What's wrong / what should be happening instead:
    kill -9 should kill the process
@therealkenc
Copy link
Collaborator

#2151, #1614, #2110 (sorta)

@benhillis
Copy link
Member

Marking as a duplicate.

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

No branches or pull requests

3 participants