commons-daemon icon indicating copy to clipboard operation
commons-daemon copied to clipboard

Follow up for https://issues.redhat.com/browse/JBCS-1261

Open jfclere opened this issue 3 years ago • 2 comments

make sure to kill child processes recursively don't wait forever if there is a timeout set.

jfclere avatar Oct 24 '22 15:10 jfclere

https://issues.redhat.com/browse/JBCS-1261

garydgregory avatar Oct 25 '22 11:10 garydgregory

To reproduce the issue basically add a bat script to shutdown.bat and startup.bat in tomcat the script should do something like: cmd /c ping 192.4.4.4 -n 1 -w 100000 The shutdown script will be killed by the first version of the patch (my previous PR from some moths ago) but the startup will stay with a prunsrv.exe for ever. The way out was to reboot the box...

jfclere avatar Oct 25 '22 12:10 jfclere