[Mono-bugs] [Bug 76946][Maj] New - Method not found: 'System.Guid.Equals'

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 8 14:40:07 EST 2005


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 joannes.vermorel at ens.fr.

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

--- shadow/76946	2005-12-08 14:40:07.000000000 -0500
+++ shadow/76946.tmp.15159	2005-12-08 14:40:07.000000000 -0500
@@ -0,0 +1,77 @@
+Bug#: 76946
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: joannes.vermorel at ens.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary:  Method not found: 'System.Guid.Equals'
+
+===== Description of Problem =======
+A testing suite that succeeds against .Net 2.0 under WinXP fails with mono.
+The problem seems related a missing method (error: Method not found:
+'System.Guid.Equals').
+
+Steps to reproduce the problem:
+1. Download NGrid.Core-v0.6.zip at
+https://sourceforge.net/project/showfiles.php?group_id=108410&package_id=117204
+
+2. Run the testing suite with
+$ mono nunit-console-exe NGrid.Core.dll
+
+================ Actual Results ================
+================================================
+
+NUnit version 2.2.3
+Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A.
+Vorontsov, Charlie Poole.
+Copyright (C) 2000-2003 Philip Craig.
+All Rights Reserved.
+
+OS Version: Unix 2.4.21.20    Mono Version: 1.1.4322.2032
+
+...........
+Unhandled Exception: System.MissingMethodException: Method not found:
+'System.Guid.Equals'.
+in <0x00000> <unknown method>
+in <0x00030> System.Collections.Hashtable:KeyEquals (System.Object item,
+System.Object key)
+in <0x00154> System.Collections.Hashtable:Find (System.Object key)
+in <0x0001c> System.Collections.Hashtable:Contains (System.Object key)
+in <0x00033>
+NGrid.Infrastructure.PartialFormatter+GraphWriteProcessor:Schedule
+(System.Object what)
+in <0x00061>
+NGrid.Infrastructure.PartialFormatter+GraphWriteProcessor:WriteMember
+(System.IO.BinaryWriter writer, System.Object member)
+in <0x00191>
+NGrid.Infrastructure.PartialFormatter+GraphWriteProcessor:WriteObjectMembers
+(System.IO.BinaryWriter writer, System.Object obj)
+
+Unhandled Exception:
+System.NullReferenceException: Object reference not set to an instance of
+an object
+in <0x00044> NUnit.Util.ResultSummarizer:.ctor (NUnit.Core.TestResult result)
+in <0x0003f> NUnit.Util.XmlResultVisitor:Initialize (NUnit.Core.TestResult
+result)
+in <0x000a3> NUnit.Util.XmlResultVisitor:.ctor (System.IO.TextWriter
+writer, NUnit.Core.TestResult result)
+in <0x00080> NUnit.ConsoleRunner.ConsoleUi:CreateXmlOutput
+(NUnit.Core.TestResult result)
+in <0x0053b> NUnit.ConsoleRunner.ConsoleUi:Execute
+(NUnit.ConsoleRunner.ConsoleOptions options)
+in <0x00426> NUnit.ConsoleRunner.ConsoleUi:Main (System.String[] args)
+
+================ Expected Results ===============
+=================================================
+
+The whole testing suite should succeeds.


More information about the mono-bugs mailing list