Bug 318152 (MONO75129) - monodis do not understand base ctor calls to generic class
Summary: monodis do not understand base ctor calls to generic class
Status: RESOLVED MOVED
Alias: MONO75129
Product: Mono: Compilers
Classification: Mono
Component: Other. (show other bugs)
Version: 1.0
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-03 00:07 UTC by Kamil Skalski
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:19:36 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"