[Mono-bugs] [Bug 70159][Nor] New - Error encoding valuetype local variable.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Dec 2004 17:36:40 -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 miguel@ximian.com.

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

--- shadow/70159	2004-12-02 17:36:40.000000000 -0500
+++ shadow/70159.tmp.18458	2004-12-02 17:36:40.000000000 -0500
@@ -0,0 +1,54 @@
+Bug#: 70159
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error encoding valuetype local variable.
+
+The following program produces a miss-encoded parameter, monodis
+crashes with:
+
+        // Method begins at RVA 0x2000
+Segmentation fault
+
+
+.assembly extern mscorlib
+{
+  .ver 1:0:5000:0
+  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
+}
+.assembly 'mcs'
+{
+  .hash algorithm 0x00008004
+  .ver  1:1:2:0
+}
+.module mcs.exe // GUID = {A0E9D43E-D28A-4362-8235-9FB5DCAF8379}
+
+
+.namespace Mono.CSharp.yydebug
+{
+  .class interface private auto ansi abstract yyDebug
+  {
+    // method line 1967
+    .method public hidebysig 
+           instance default void EmitMoveNext ()  cil managed 
+    {
+        // Method begins at RVA 0x46ba4
+	// Code size 441 (0x1b9)
+	.maxstack 65
+	.locals init (
+		valuetype [mscorlib]System.Reflection.Emit.Label[]	V_4)
+     }
+   }
+}