[Mono-bugs] [Bug 62395][Wis] New - Kill() won't kill

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 23:55:16 -0400 (EDT)


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 michi@zeroc.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62395

--- shadow/62395	2004-08-03 23:55:16.000000000 -0400
+++ shadow/62395.tmp.18378	2004-08-03 23:55:16.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 62395
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: RedHat 8, Dual CPU machine
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: michi@zeroc.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Kill() won't kill
+
+I'm executing the following code in a multi-threaded server under RedHat 8
+(no NPTL):
+
+        System.Console.Error.WriteLine("RIP");
+        System.Diagnostics.Process.GetCurrentProcess().Kill();
+        System.Console.Error.WriteLine("Hmmm... I must be a zombie!");
+
+The server doesn't die, and the line folling the call to Kill() is printed
+on the Console.
+
+Cheers,
+
+Michi.