[Mono-bugs] [Bug 62395][Nor] Changed - Kill() won't kill
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 13:44: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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62395
--- shadow/62395 2004-08-04 00:58:30.000000000 -0400
+++ shadow/62395.tmp.28246 2004-08-04 13:44:15.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62395
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: RedHat 8, Dual CPU machine
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: michi@zeroc.com
QAContact: mono-bugs@ximian.com
@@ -26,6 +26,19 @@
The server doesn't die, and the line folling the call to Kill() is printed
on the Console.
Cheers,
Michi.
+
+------- Additional Comments From dick@ximian.com 2004-08-04 13:44 -------
+It looks like the process is being killed, but it's taking a little
+while for it to notice :)
+
+If I add a Sleep(1000) between the Kill() and the second WriteLine, I
+don't see the second output.
+
+On RH9 with NPTL the second WriteLine doesn't appear, even without the
+sleep. I guess this is just linuxthreads taking some time to clean up.
+
+Resolving as NOTABUG; reopen if you disagree.
+