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

Ctrl-c can't kill gradlew process #2603

Closed
1 task done
hojongs opened this issue Apr 28, 2020 · 3 comments
Closed
1 task done

Ctrl-c can't kill gradlew process #2603

hojongs opened this issue Apr 28, 2020 · 3 comments
Labels

Comments

@hojongs
Copy link

hojongs commented Apr 28, 2020

  • I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options

git for windows v2.26.2 (sorry I uninstalled it already, but it was latest release version at now)
  • Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver

Microsoft Windows [Version 10.0.18363.778]
  • What options did you set as part of the installation? Or did you choose the
    defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt

Editor Option: VIM
Custom Editor Path:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: LFOnly
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
  • Any other interesting things about your environment that might be related
    to the issue you're seeing?

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

git bash

./gradlew bootRun

... wait for completion bootRun task

Ctrl-c

  • What did you expect to occur after running these commands?

kill process

  • What actually happened instead?

nothing happen
Although I kill git-bash process, the ./gradlew bootRun process is not killed
But, It is working fine with below version

git version 2.25.1.windows.1
cpu: i686
built from commit: cceb69da75b4906bb04cfb3a2f7f37b12b985ec3
sizeof-long: 4
sizeof-size_t: 4
  • If the problem was occurring with a specific repository, can you provide the
    URL to that repository to help us with testing?
@dscho
Copy link
Member

dscho commented Apr 30, 2020

I can't really search right now, but I am sure that there are very similar reports. And a not-so-WIP PR at https://github.com/git-for-windows/msys2-runtime/pulls. If you have time to work on it, that's much appreciated (I don't, but then, the issue does not affect me personally).

@hojongs
Copy link
Author

hojongs commented Apr 30, 2020

Maybe it is duplicated by #2592

@dscho
Copy link
Member

dscho commented May 1, 2020

Among others, yes. And #2592 (comment) will guide you further.

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

No branches or pull requests

2 participants