[Mono-bugs] [Bug 62395][Nor] Changed - Kill() won't kill
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 14 11:43:19 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62395
--- shadow/62395 2005-05-14 08:45:26.000000000 -0400
+++ shadow/62395.tmp.23520 2005-05-14 11:43:19.000000000 -0400
@@ -105,6 +105,9 @@
Mono.Unix.Syscall.getpid (),
Mono.Unix.Signum.SIGKILL);
That DllImports to kill(2), so it should kill your process outright...
Though I'd think System.Environment.Exit () would also work...
+
+------- Additional Comments From sebastien at ximian.com 2005-05-14 11:43 -------
+FYI System.Environment.FailFast, in 2.0, will kill you fast ;-)
More information about the mono-bugs
mailing list