[Mono-bugs] [Bug 77446][Maj] Changed - [GMCS] Nullable types assignment crashes reflection

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 9 16:27:33 EST 2006


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 bmaurer at users.sf.net.

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

--- shadow/77446	2006-02-09 13:01:49.000000000 -0500
+++ shadow/77446.tmp.3664	2006-02-09 16:27:33.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 77446
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: MacOS X 10.4
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: 008 One day
 Priority: Major
 Component: C#
 AssignedTo: martin at ximian.com                            
 ReportedBy: vlm at lionet.info               
 QAContact: mono-bugs at ximian.com
@@ -90,6 +90,21 @@
 
 
 ------- Additional Comments From vlm at lionet.info  2006-02-09 13:01 -------
 String is of no importance; just for the sake of this test case.
 
 Thanks!
+
+------- Additional Comments From bmaurer at users.sf.net  2006-02-09 16:27 -------
+This should not work in the first place:
+
+C:\Program Files\Microsoft Visual Studio 8\VC>"C:\Documents and
+Settings\bmaure
+\Desktop\x.exe"
+
+Unhandled Exception: System.TypeLoadException: GenericArguments[0],
+'System.Str
+ng', on 'System.Nullable`1[T]' violates the constraint of type
+parameter 'T'.
+
+Nullable<T> should be where T : struct. So the patch should probably
+be backed out, and the signature on nullable fixed.


More information about the mono-bugs mailing list