[Mono-bugs] [Bug 75129][Wis] New - monodis do not understand base ctor calls to generic class

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 17:07:51 EDT 2005


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 nazgul at omega.pl.

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

--- shadow/75129	2005-06-02 17:07:51.000000000 -0400
+++ shadow/75129.tmp.14923	2005-06-02 17:07:51.000000000 -0400
@@ -0,0 +1,61 @@
+Bug#: 75129
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: mono svn
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Other.
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: nazgul at omega.pl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: monodis do not understand base ctor calls to generic class
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+monodis fails with assertion
+
+Steps to reproduce the problem:
+1. Compile following program:
+
+
+class AA {
+  static void Main () { 
+  }
+}
+
+class B <T> {
+  public B (T x) { }
+}
+
+
+class C : B <int> {
+ 
+  public C() : base (1) {
+  }
+  
+}
+
+
+2. monodis t.exe
+
+Actual Results:
+....
+** ERROR **: file metadata.c: line 1790
+(mono_metadata_parse_generic_param): assertion failed: (generic_context)
+aborting...
+
+
+Expected Results:
+pretty printed IL
+
+How often does this happen? 
+Always
+
+Additional Information:


More information about the mono-bugs mailing list