[Mono-bugs] [Bug 77061][Maj] Changed - [GMCS] Mono compiled code fails under VS 2005

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 4 13:58:16 EST 2006


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 at ximian.com.

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

--- shadow/77061	2005-12-22 13:54:30.000000000 -0500
+++ shadow/77061.tmp.32429	2006-01-04 13:58:16.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: Fedora Core 4 & Debian
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: C#
-AssignedTo: rharinath at novell.com                            
+AssignedTo: martin at ximian.com                            
 ReportedBy: perryresearch at zoot.net.nz               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [GMCS] Mono compiled code fails under VS 2005
@@ -58,6 +58,32 @@
       public IEnumerator<T> GetEnumerator()
       { foreach(T item in Left) yield return item;
       }
     }
 }
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+------- Additional Comments From miguel at ximian.com  2006-01-04 13:58 -------
+Zoltan's test case works, but the original still fails. 
+
+This is what PEverify reports:
+
+
+Microsoft (R) .NET Framework PE Verifier.  Version  2.0.50727.42
+Copyright (c) Microsoft Corporation.  All rights reserved.
+
+[MD]: Warning: MemberRef has a duplicate, token=0x0a000054.
+[token:0x0A000024]
+[MD]: Warning: MemberRef has a duplicate, token=0x0a000024.
+[token:0x0A000054]
+[MD]: Warning: MemberRef has a duplicate, token=0x0a000024.
+[token:0x0A000055]
+[IL]: Error: [C:\cygwin\home\miguel\NamesDB.exe :
+AnnotationSupport.Tree`1+<nullEnumerator>__0[T]::.ctor] Type load failed.
+[IL]: Error: [C:\cygwin\home\miguel\NamesDB.exe :
+AnnotationSupport.Tree`1+Node+<GetEnumerator>__1[T]::MoveNext] Type
+load failed.
+[IL]: Error: [C:\cygwin\home\miguel\NamesDB.exe :
+AnnotationSupport.Tree`1+Node+<GetEnumerator>__1[T]::.ctor] Type load
+failed.
+3 Errors Verifying NamesDB.exe(3 Warnings)
+


More information about the mono-bugs mailing list