[Mono-bugs] [Bug 71376][Min] New - peverify errors in Mono System assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 03:23:18 -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 gert.driesen@pandora.be.

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

--- shadow/71376	2005-01-18 03:23:18.000000000 -0500
+++ shadow/71376.tmp.12628	2005-01-18 03:23:18.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 71376
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: peverify errors in Mono System assemblies
+
+when running peverify (from .NET 1.1) on the mono System.Web (1.0 
+profile) assembly (built from SVN), the following error is reported 
+
+[IL]: Error: [c:\cygwin\usr\local\lib\mono\1.0\system.web.dll : 
+System.Web.Configuration.CompilationConfiguration::Init] [offset 
+0x000000A8] [opcode stloc.1] [found objref 'System.Object'] [expected 
+objref 'System.Collections.ICollection']
+Unexpected type on the stack.
+
+when running peverify on the mono System.Xml (1.0 profile) I get more 
+than 17000 errors, similar to this one:
+
+[IL]: Error: [c:\cygwin\usr\local\lib\mono\1.0\system.xml.dll : 
+System.Xml.XmlValidatingReader::ReadTypedValue] [offset 0x00000062] 
+[opcode ldloc.2] initlocals must be set for verifiable methods with one 
+or more local variables.