[Mono-bugs] [Bug 46133][Wis] Changed - mono remoting error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 14:26:46 -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 lluis@ximian.com.

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

--- shadow/46133	2004-05-22 20:07:40.000000000 -0400
+++ shadow/46133.tmp.21540	2004-06-15 14:26:46.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 46133
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: win2k pro SP3
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: lluis@ximian.com                            
 ReportedBy: weilu@21cn.com               
 QAContact: mono-bugs@ximian.com
@@ -184,6 +184,9 @@
                         System.Console.WriteLine ("Val: " + Val);
                         foreach (object ob in Info)
                                 System.Console.WriteLine ("Array item: " + ob);
                 }
         }
 }
+
+------- Additional Comments From lluis@ximian.com  2004-06-15 14:26 -------
+This is fixed with the new Thread.Abort implementation.