[Mono-bugs] [Bug 38522][Nor] New - mcs.exe compiled with itself has verification errors
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 21 Feb 2003 22:53:34 -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 mathpup@mylinuxisp.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38522
--- shadow/38522 Fri Feb 21 22:53:34 2003
+++ shadow/38522.tmp.7019 Fri Feb 21 22:53:34 2003
@@ -0,0 +1,52 @@
+Bug#: 38522
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mathpup@mylinuxisp.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs.exe compiled with itself has verification errors
+
+Description of Problem:
+
+The mcs.exe produced by compiling mcs with itself contains verification errors,
+according to MS's peverify:
+
+[MD]: Error: TypeRef has a duplicate, token=0x40a17cec. [token:0x01000003]
+[MD]: Error: TypeRef has a duplicate, token=0x40a17cec. [token:0x0100008E]
+2 Errors Verifying mcs.exe
+
+
+
+Steps to reproduce the problem:
+1. Build the mcs CVS module
+2. Run peverify: peverify mcs.exe
+
+
+Actual Results:
+
+[MD]: Error: TypeRef has a duplicate, token=0x40a17cec. [token:0x01000003]
+[MD]: Error: TypeRef has a duplicate, token=0x40a17cec. [token:0x0100008E]
+2 Errors Verifying mcs.exe
+
+
+Expected Results:
+
+Successful verification
+
+
+How often does this happen?
+
+Always
+
+
+Additional Information: