[Mono-bugs] [Bug 81121][Min] Changed - [GMCS] crash on unassigned new of generic type

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 29 11:33:22 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 rharinath at novell.com.

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

--- shadow/81121	2007-03-12 12:47:46.000000000 -0500
+++ shadow/81121.tmp.32011	2007-03-29 10:33:22.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 81121
 Product: Mono: Compilers
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: andy.mortimer at ansys.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -74,6 +74,9 @@
 
 public class SomeClass<T> where T : new() {
     public void Foo() {
         T obj = new T();
     }
 }
+
+------- Additional Comments From rharinath at novell.com  2007-03-29 10:33 -------
+Should be fixed in SVN r75139.


More information about the mono-bugs mailing list