[Mono-bugs] [Bug 78862][Nor] New - nunit-gui2 fails to run

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 14 17:08:26 EDT 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 matt at use.net.

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

--- shadow/78862	2006-07-14 17:08:26.000000000 -0400
+++ shadow/78862.tmp.8384	2006-07-14 17:08:26.000000000 -0400
@@ -0,0 +1,86 @@
+Bug#: 78862
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: matt at use.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: nunit-gui2 fails to run
+
+Steps to reproduce the problem:
+1. get the csc 2.0 compiled version of nunit 2.2.8 from nunit.com
+2. run nunit-gui
+
+Actual Results:
+nunit-gui exits without displaying anything. This is due to it's 
+redirection of stdout/stderr. The underlying problem is exposed when 
+running nunit-gui.tests.dll .
+
+2) NUnit.Gui.Tests.ProjectEditorTests.CheckControls : 
+System.Runtime.Serialization.SerializationException : Field "m_name" not 
+found in class System.Globalization.CompareInfo
+TearDown : System.Reflection.TargetInvocationException : Exception has 
+been thrown by the target of an invocation.
+  ----> System.NullReferenceException : Object reference not set to an 
+instance of an object
+  at 
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadTypeMetadata 
+(System.IO.BinaryReader reader, Boolean isRuntimeObject, Boolean 
+hasTypeInfo) [0x00000]
+  at 
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectInstance 
+(System.IO.BinaryReader reader, Boolean isRuntimeObject, Boolean 
+hasTypeInfo, System.Int64 objectId, System.Object value, 
+System.Runtime.Serialization.SerializationInfo info) [0x00000]
+  at 
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObject 
+(BinaryElement element, System.IO.BinaryReader reader, System.Int64 
+objectId, System.Object value, 
+System.Runtime.Serialization.SerializationInfo info) [0x00000]
+  at 
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject 
+(System.IO.BinaryReader reader) [0x00000]
+  at 
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph 
+(System.IO.BinaryReader reader, Boolean readHeaders, System.Object 
+result, System.Runtime.Remoting.Messaging.Header[] headers) [0x00000]
+  at 
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize 
+(System.IO.Stream serializationStream, 
+System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000]
+  at 
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize 
+(System.IO.Stream serializationStream) [0x00000]
+  at System.Resources.ResourceReader.ReadNonPredefinedValue (System.Type 
+exp_type) [0x00000]
+  at System.Resources.ResourceReader.ReadValueVer2 (Int32 type_index) 
+[0x00000]
+  at System.Resources.ResourceReader.ResourceValue (Int32 index) 
+[0x00000]
+  at System.Resources.ResourceReader+ResourceEnumerator.get_Value () 
+[0x00000]
+  at System.Resources.ResourceSet.ReadResources () [0x00000]
+  at System.Resources.ResourceSet.GetObject (System.String name, Boolean 
+ignoreCase) [0x00000]
+  at System.Resources.ResourceSet.GetString (System.String name, Boolean 
+ignoreCase) [0x00000]
+  at System.Resources.ResourceManager.GetString (System.String name, 
+System.Globalization.CultureInfo culture) [0x00000]
+  at System.Resources.ResourceManager.GetString (System.String name) 
+[0x00000]
+
+
+Expected Results:
+Should run.
+
+Additional Information:
+getting this far requires the patch I sent to jackson be applied.


More information about the mono-bugs mailing list