[Mono-bugs] [Bug 31174][Cri] Changed - Race condition and early calling of finalizers
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Sep 2002 10:07:58 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31174
--- shadow/31174 Wed Sep 25 02:19:34 2002
+++ shadow/31174.tmp.29003 Wed Sep 25 06:07:58 2002
@@ -1,13 +1,13 @@
Bug#: 31174
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -107,6 +107,13 @@
Server started.
Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required
in <0x0003b> 00 Mono.ASP.Server:RunServer ()
in <0x00057> 01 System.MulticastDelegate:invoke_void ()
+
+------- Additional Comments From lupus@ximian.com 2002-09-25 06:07 -------
+The problem was that, as soon as the entry point has finished, we
+went and started the shutdown process and then called
+mono_runtime_cleanup(). mono_runtime_cleanup, though, still needs the
+engine fully working, since it waits for the worker threads to finish.
+Fixed in cvs.