[Mono-bugs] [Bug 75681][Maj] New - [GMCS] Generic class and multidimensional array

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 1 15:00: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 roosmaa at gmail.com.

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

--- shadow/75681	2005-08-01 15:00:51.000000000 -0400
+++ shadow/75681.tmp.8651	2005-08-01 15:00:51.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 75681
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: Mono from svn head
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: C#
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: roosmaa at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] Generic class and multidimensional array
+
+Description of Problem:
+When using a multidimensional array in generic class, they just don't work.
+Reading the array doesn't work, writing does, I suppose.
+Testcase attached.
+
+Steps to reproduce the problem:
+1. Compile testcase
+2. Run it with Mono
+
+Actual Results (output):
+** ERROR **: file metadata.c: line 1810
+(mono_metadata_parse_generic_param): assertion failed: (generic_context)
+aborting...
+Trace/breakpoint trap
+
+Expected Results (output):
+Hi!
+
+
+How often does this happen? 
+Every time
+
+Additional Information:
+-


More information about the mono-bugs mailing list