[Mono-bugs] [Bug 77397][Nor] New - Compiler asserts in
ves_icall_MonoType_get_DeclaringMethod on generic method compilation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 28 16:11:19 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 michiel at guerrilla-games.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77397
--- shadow/77397 2006-01-28 16:11:19.000000000 -0500
+++ shadow/77397.tmp.27185 2006-01-28 16:11:19.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 77397
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details: Tiger 10.4.4
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: michiel at guerrilla-games.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Compiler asserts in ves_icall_MonoType_get_DeclaringMethod on generic method compilation
+
+Description of Problem:
+ While compiling a generic method with a reference to a generic argument, the compiler asserts.
+
+Steps to reproduce the problem:
+ Compile the following fragment with mono 1.1.13 (2.0):
+
+ abstract public class a
+ {
+ public abstract void fun<T>(ref T arg);
+ }
+ public class b : a
+ {
+ public override void func<T>(ref T arg)
+ {
+ }
+ }
+
+Actual Results:
+Compiler asserts:
+** ERROR **: file icall.c: line 2378 (ves_icall_MonoType_get_DeclaringMethod): assertion failed:
+(method)
+
+Expected Results:
+Program is compiled
+
+How often does this happen?
+100%
+
+Additional Information:
+None that I can think of. Happy to assist if more information is required.
More information about the mono-bugs
mailing list