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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 Jan 2005 15:54:11 -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=71376

--- shadow/71376	2005-01-18 03:23:18.000000000 -0500
+++ shadow/71376.tmp.2844	2005-01-23 15:54:11.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 71376
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,15 @@
 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.
+
+------- Additional Comments From miguel@ximian.com  2005-01-23 15:54 -------
+Gert, I tried this, but for some reason peverify is loading the
+assembly specified from the Windows GAC.
+
+So the errors are actually on MS assemblies, not on Mono assemblies.
+
+If I disassemble, rename and reassemble the assembly, no errors are
+flagged (well, the missing signature is reported)