[Mono-bugs] [Bug 46645][Nor] New - Incorrect LeaseManager behavior

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 20 Jul 2003 16:27:15 -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 jlaban@wanadoo.fr.

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

--- shadow/46645	Sun Jul 20 16:27:15 2003
+++ shadow/46645.tmp.19965	Sun Jul 20 16:27:15 2003
@@ -0,0 +1,27 @@
+Bug#: 46645
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jlaban@wanadoo.Fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Incorrect LeaseManager behavior
+
+The lease manager is disposing still referenced server objects. The 
+following sample is forcing lease time to 1 second. 
+
+Under the MS runtime, the Dispose method is never called while the object 
+is still referenced somwhere else whereas under mono, the method is called 
+thus doing an early disposing of the object managed resources.
+
+Right now, the workaround is setting the lease time to the infinite but 
+this is incorrect.