[Mono-bugs] [Bug 58569][Nor] New - ilasm can't handle some multi-dimensional arrays

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 May 2004 06:44:22 -0400 (EDT)


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 vargaz@freemail.hu.

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

--- shadow/58569	2004-05-16 06:44:22.000000000 -0400
+++ shadow/58569.tmp.29286	2004-05-16 06:44:22.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 58569
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ilasm can't handle some multi-dimensional arrays
+
+When compiling the attached testcase, ilasm aborts with the
+following exception:
+
+Assembling 'bug.il' , no listing file, to exe --> 'bug.exe'
+Error at: line (27) column (12)
+System.NullReferenceException: A null value was found where an object
+instance was required.
+in <0x000bd> Mono.ILASM.ModifiableType:MakeBoundArray
+(System.Collections.ArrayList)
+in <0x0000d> Mono.ILASM.PrimitiveTypeRef:ITypeRef.MakeBoundArray
+(System.Collections.ArrayList)
+in <0x0312c> Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in <0x000cd> Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput,object)
+in <0x00248> DriverMain:ProcessFile (string)