Displaying 1 result from an estimated 1 matches for "2407a61c0d30".
2008 Feb 04
3
[PATH] ioemu: use SIGHUP instead of SIGKILL
...y destroy the stub domain. SIGKILL can''t be trapped, SIGTERM
is caught by SDL and so may be unnoticed. SIGHUP can be trapped and is
not caught by SDL (and by default causes a process termination without
core).
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2407a61c0d30 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Mon Feb 04 11:04:13 2008 +0000
+++ b/tools/python/xen/xend/image.py Mon Feb 04 11:04:32 2008 +0000
@@ -329,7 +329,7 @@ class ImageHandler:
return
if self.pid:
try:
- os.kill(self.pi...