windows-kill icon indicating copy to clipboard operation
windows-kill copied to clipboard

Does not seem to work w/o reporting any error

Open gubenkoved opened this issue 4 years ago • 1 comments

I have a Console application which is correctly terminated via SendSignal original application, however, it does not work with "windows-kill" which I've installed via Chocolatey (version of package is 1.1.4 as of now) and it does not produce any error output.

image

> windows-kill -1 42128
Windows Kill 1.1.4 | Windows Kill Library 3.1.3
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.18363 N/A Build 18363
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Workstation
OS Build Type:             Multiprocessor Free

gubenkoved avatar Jun 10 '20 09:06 gubenkoved

I can also reproduce this behaviour when installing windows-kill via Chocolatey.

But when I use the binary directly from the windows-kill_x64_1.1.4_lib_release.zip it works flawlessly:

.\windows-kill_x64_1.1.4_lib_release\windows-kill.exe -SIGINT 16312
Windows Kill 1.1.4 | Windows Kill Library 3.1.3
Signal sent successfuly. type: 0 | pid: 16312

countzero avatar Jul 28 '20 19:07 countzero