[Mono-bugs] [Bug 71634][Nor] Changed - remoting code leaks objects

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 15:20:04 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/71634	2005-01-23 11:22:14.000000000 -0500
+++ shadow/71634.tmp.21628	2005-02-18 15:20:04.000000000 -0500
@@ -2,14 +2,14 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -34,6 +34,9 @@
 The optimization can be enabled in mini/inssel.brg by enabling the code
 marked as /* the remoting code is broken, access the class for now */.
 Priority set to whishlist because once we share the code in corlib, the
 code might work as is, since the vtables will be the same in all the
 appdomains at least for the types in corlib that UnmarshalArgument() seems
 to handle.
+
+------- Additional Comments From miguel@ximian.com  2005-02-18 15:20 -------
+Could you provide a test case?