Bugzilla – Bug 318152
monodis do not understand base ctor calls to generic class
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by nazgul@omega.pl 2005-06-02 17:07:51 MST ---- 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: ---- Additional Comments From bmaurer@users.sf.net 2005-06-02 17:11:57 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO74800 *** Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>mono svn</cf_op_sys_details> Unknown operating system unknown. Setting to default OS "Other". This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"