[Mono-bugs] [Bug 74612][Nor] Changed - Unref messages

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 03:41:56 -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=74612

--- shadow/74612	2005-04-15 03:29:30.000000000 -0400
+++ shadow/74612.tmp.12143	2005-04-15 03:41:56.000000000 -0400
@@ -49,6 +49,12 @@
 in the guts of System.Environment.Exit(). The destructor of the object
 tries to write to the console but, I suspect, by then the I/O
 subsystem has been dismantled, and something goes wrong at that point.
 
 So, question: is it legal for an object's destructor to write to the
 console if that destructor runs as a result of calling Exit()?
+
+------- Additional Comments From michi@zeroc.com  2005-04-15 03:41 -------
+Sorry, false alarm. I'm still getting the unref messages after
+removing the call to WriteLine(), so they must be caused by something
+else.
+