[Mono-bugs] [Bug 78309][Wis] New - [GMCS] Assertion while compiling

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 5 14:53:46 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 grompf at sublimeintervention.com.

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

--- shadow/78309	2006-05-05 14:53:46.000000000 -0400
+++ shadow/78309.tmp.28710	2006-05-05 14:53:46.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 78309
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: grompf at sublimeintervention.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] Assertion while compiling
+
+The following test case:
+
+using System;
+
+public delegate void Handler <T> (T t);
+
+public class T {
+        public void Foo <T> (Handler <T> handler) {
+                AsyncCallback d = delegate (IAsyncResult ar) {
+                        Response <T> (handler);
+                };
+        }
+
+        void Response <T> (Handler <T> handler) {}
+} 
+
+causes:
+
+** ERROR **: file metadata.c: line 3047 (mono_type_size): assertion failed: (!gclass-
+>generic_class.inst->is_open)
+aborting...
+Aborted  
+
+-kangaroo


More information about the mono-bugs mailing list