[Mono-bugs] [Bug 81583][Wis] New - Finalizers continue to run during shutdown

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 10 12:41:08 EDT 2007


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 joncham at gmail.com.

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

--- shadow/81583	2007-05-10 12:41:08.000000000 -0400
+++ shadow/81583.tmp.28342	2007-05-10 12:41:08.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 81583
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: GC
+AssignedTo: lupus at ximian.com                            
+ReportedBy: joncham at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Finalizers continue to run during shutdown
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Finalizers continue to run during shutdown if the timeout is exceeded in
+mono_gc_cleanup
+
+Steps to reproduce the problem:
+1. Run attached test case.
+2. 
+3. 
+
+Actual Results:
+Random crashes as finalizer thread accesses runtime objects that have been
+cleaned up (mono_thread_current, marshal_mutex, etc).
+
+Expected Results:
+Clean shutdown
+
+How often does this happen? 
+Everytime.
+
+Additional Information:


More information about the mono-bugs mailing list