cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 136080 - Canceling Mercurial Tasks on Windows leaves hg.exe running
: Canceling Mercurial Tasks on Windows leaves hg.exe running
Status: NEW
: versioncontrol
Mercurial
: 6.1
: Sun Windows XP
: P3 (vote)
: 6.9
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-05-29 12:48 by
Modified: 2009-10-05 08:09 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-05-29 12:48:01
Canceling mercurial tasks in the IDE appears to work, but the hg.exe process
continues to run.

Under Unix the canceling invokes Process.destroy which kills the invoked python
shell and hg command cleanly. Under
Windows there is no parent child process relationship and so canceling the
shell that invoked the command does not kill
the Hg.exe process.

http://bugs.sun.com/view_bug.do?bug_id=4770092