[Mono-bugs] [Bug 49114][Min] Changed - Type.GetType ("&xx") hangs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Sep 2003 15:01:50 -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 vargaz@freemail.hu.

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

--- shadow/49114	2003-09-30 13:46:15.000000000 -0400
+++ shadow/49114.tmp.24414	2003-09-30 15:01:50.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49114
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,9 @@
           Type t = a.GetType("&blabla", true, true);
           Console.WriteLine("2");
 
   }
 
 }
+
+------- Additional Comments From vargaz@freemail.hu  2003-09-30 15:01 -------
+Fixed in CVS.