[Mono-bugs] [Bug 81475][Maj] New - nunit-gui 2.4: crash when running the nunit.framework.tests.dll

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 27 15:14:30 EDT 2007


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=81475

--- shadow/81475	2007-04-27 15:14:30.000000000 -0400
+++ shadow/81475.tmp.15234	2007-04-27 15:14:30.000000000 -0400
@@ -0,0 +1,122 @@
+Bug#: 81475
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: matt at use.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: nunit-gui 2.4: crash when running the nunit.framework.tests.dll
+
+on Ubuntu 6.06 on x86:
+
+Steps to reproduce the problem:
+1. start up nunit-gui 2.4 (compiled with .NET 2.0)
+2. load the nunit.framework.tests.dll assembly
+3. run the tests
+
+Actual Results:
+crash.
+System.Configuration.ConfigurationErrorsException: Type
+'System.Configuration.NameValueSectionHandler' not found. () ()
+
+Server stack trace:
+  at System.Configuration.InternalConfigurationHost.GetConfigType
+(System.String typeName, Boolean throwOnError) [0x0002c] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/InternalConfigurationHost.cs:76
+  at System.Configuration.ConfigInfo.CreateInstance () [0x0000c] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/ConfigInfo.cs:50
+  at System.Configuration.SectionInfo.CreateInstance () [0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/SectionInfo.cs:63
+  at System.Configuration.Configuration.GetSectionInstance
+(System.Configuration.SectionInfo config, Boolean createDefaultInstance)
+[0x00023] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/Configuration.cs:236
+  at System.Configuration.ConfigurationSectionCollection.get_Item
+(System.String name) [0x00034] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/ConfigurationSectionCollection.cs:68
+  at System.Configuration.Configuration.GetSection (System.String path)
+[0x0006c] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/Configuration.cs:216
+  at
+System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection
+(System.String configKey) [0x00026] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/ClientConfigurationSystem.cs:46
+  at System.Configuration.ConfigurationManager.GetSection (System.String
+sectionName) [0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System.Configuration/System.Configuration/ConfigurationManager.cs:161
+  at System.Configuration.ConfigurationSettings.GetConfig (System.String
+sectionName) [0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/System/System.Configuration/ConfigurationSettings.cs:87
+  at NUnit.Core.TestRunnerThread..ctor (TestRunner runner) [0x00000]
+  at NUnit.Core.ThreadedTestRunner.BeginRun (EventListener listener,
+ITestFilter filter) [0x00000]
+  at NUnit.Core.DelegatingTestRunner.BeginRun (EventListener listener,
+ITestFilter filter) [0x00000]
+  at NUnit.Core.RemoteTestRunner.BeginRun (EventListener listener,
+ITestFilter filter) [0x00000]
+  at (wrapper xdomain-dispatch) NUnit.Core.RemoteTestRunner:BeginRun
+(object,byte[]&,byte[]&)
+
+Exception rethrown at [0]:
+
+  at (wrapper xdomain-invoke) NUnit.Core.RemoteTestRunner:BeginRun
+(NUnit.Core.EventListener,NUnit.Core.ITestFilter)
+  at NUnit.Util.ProxyTestRunner.BeginRun (EventListener listener,
+ITestFilter filter) [0x00000]
+  at NUnit.Util.TestLoader.RunTests (ITestFilter filter) [0x00000]
+  at NUnit.UiKit.TestSuiteTreeView.RunTests (NUnit.Core.ITest[] tests,
+Boolean ignoreCategories) [0x00000]
+  at NUnit.UiKit.TestSuiteTreeView.RunSelectedTests () [0x00000]
+  at (wrapper remoting-invoke-with-check)
+NUnit.UiKit.TestSuiteTreeView:RunSelectedTests ()
+  at NUnit.UiKit.TestTree.RunSelectedTests () [0x00000]
+  at (wrapper remoting-invoke-with-check)
+NUnit.UiKit.TestTree:RunSelectedTests ()
+  at NUnit.Gui.NUnitForm.runButton_Click (System.Object sender,
+System.EventArgs e) [0x00000]
+  at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x0001c] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5185
+  at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00025] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs:131
+  at System.Windows.Forms.ButtonBase.OnMouseUp
+(System.Windows.Forms.MouseEventArgs mevent) [0x000ad] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs:528
+  at System.Windows.Forms.Button.OnMouseUp
+(System.Windows.Forms.MouseEventArgs e) [0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs:135
+  at System.Windows.Forms.Control.WmLButtonUp
+(System.Windows.Forms.Message& m) [0x0005c] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4834
+  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
+[0x00166] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4604
+  at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message&
+m) [0x00055] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs:582
+  at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m)
+[0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs:148
+  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
+(System.Windows.Forms.Message& m) [0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:222
+  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+(System.Windows.Forms.Message& m) [0x00000] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:203
+  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam) [0x0006b] in
+/tmp/scratch/BUILD/mono-1.2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:183
+
+
+Expected Results:
+shouldn't crash, as on MS.NET


More information about the mono-bugs mailing list