This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 28572

Summary: Kill utility is not able to destroyu child process of killed process on windows
Product: obsolete Reporter: Martin Brehovsky <breh>
Component: xtestAssignee: issues@obsolete <issues>
Status: STARTED ---    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 28934    

Description Martin Brehovsky 2002-11-07 16:50:16 UTC
Kill utility is not able to destroyu child process
of killed process on windows operating system.
This causes problems IDE starts external processes
like tomcat and then is hard killed, because
tomcat is still running and directories with it's
jar cannot be deleted.

This is not going to be trivial, since Microsoft
does not offer any API to see parental relations
between processes for NT4 and if does for other
OSes, then it is different for each OS (e.g. Win98
is differnet than W2K, but I don't know anything
about WinXP)
Comment 1 Adam Sotona 2003-03-28 13:43:53 UTC
solution is on my desk
will be integrated soon