[Mono-bugs] [Bug 69728][Blo] New - Problem with generic methods being called from generic classes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Nov 2004 20:50:03 -0500 (EST)


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 carlos@unixmexico.org.

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

--- shadow/69728	2004-11-19 20:50:03.000000000 -0500
+++ shadow/69728.tmp.5731	2004-11-19 20:50:03.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 69728
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: carlos@unixmexico.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem with generic methods being called from generic classes
+
+Description of Problem:
+
+When a generic method, which defines a parameterized type, such
+NonGenericClass.GenericMethod<T> (T value), calling it from a generic class
+or method will end the execution of the runtime with the next error message:
+
+** ERROR **: unknown type 0x1e in check_call_signature
+
+Steps to reproduce the problem:
+1. Get the file attached.
+2. Compile with gmcs
+3. Run with mono
+
+Actual Results:
+** ERROR **: unknown type 0x1e in check_call_signature
+
+Expected Results:
+Nothing
+
+How often does this happen? 
+Always