[Mono-bugs] [Bug 78539][Maj] Changed - Crash with string.Trim

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 30 16:41:59 EDT 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 vargaz at gmail.com.

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

--- shadow/78539	2006-05-30 13:29:47.000000000 -0400
+++ shadow/78539.tmp.17420	2006-05-30 16:41:59.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78539
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: colin at breame.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -67,6 +67,19 @@
         mono [0x805b9b1]
 
 ------- Additional Comments From colin at breame.net  2006-05-30 13:29 -------
 Created an attachment (id=17119)
 test case
 
+
+------- Additional Comments From vargaz at gmail.com  2006-05-30 16:41 -------
+What compiler created this ? 
+litc_embed_t, which is not a generic class, contains a method named
+get_params, which contains this line in IL:
+
+	IL_0018:  callvirt instance !0 class [colib]colib.gpair_t`2<string,
+string>::get_name()
+	IL_001d:  callvirt instance string string::Trim()
+
+which references a generic parameter, which is clearly invalid. Also,
+PEVerify fails to verify this assembly.
+


More information about the mono-bugs mailing list