[Mono-bugs] [Bug 81093][Wis] New - X11 Error while running tests.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 9 13:20:37 EST 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 rolfkvinge at ya.com.

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

--- shadow/81093	2007-03-09 13:20:37.000000000 -0500
+++ shadow/81093.tmp.27215	2007-03-09 13:20:37.000000000 -0500
@@ -0,0 +1,233 @@
+Bug#: 81093
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: rolfkvinge at ya.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: X11 Error while running tests.
+
+This command gives the X11 Error:
+
+rolf at linux:/mono/head/mcs/class/Managed.Windows.Forms> MONO_XSYNC=1  
+TEST_HARNESS_VERBOSE=1 make run-test
+
+Output:
+
+ok=:; make run-test-recursive || ok=false; make run-test-local || 
+ok=false; $ok
+make[1]: Entering directory `/mono/head/mcs/class/Managed.Windows.Forms'
+make[1]: Leaving directory `/mono/head/mcs/class/Managed.Windows.Forms'
+make[1]: Entering directory `/mono/head/mcs/class/Managed.Windows.Forms'
+ok=:; \
+        MONO_REGISTRY_PATH="/home/rolf/.mono/registry" MONO_PATH="../../
+class/lib/default::$MONO_PATH" /mono/head/mono/runtime/mono-wrapper --
+debug  ../../class/lib/default/nunit-console.exe   /
+exclude:Interactive,NotWorking,ValueAdd,CAS,InetAccess /labels /
+xml:TestResult-default.xml  System.Windows.Forms_test_default.dll || 
+ok=false; \
+        : ; $ok
+NUnit version 2.2.0
+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.6.18.2    Mono Version: 1.1.4322.2032
+
+Excluded categories: Interactive,NotWorking,ValueAdd,CAS,InetAccess
+***** MonoTests.System.Windows.Forms.ApplicationTest.ContextMainFormTest
+X11 Error encountered:
+  Error: BadWindow (invalid Window parameter)
+  Request:     10 (X_UnmapWindow)
+  Resource ID: 0x3A00003
+  Serial:      173
+  Hwnd:        Hwnd, Mapped:True ClientWindow:0x3A00003, 
+WholeWindow:0x3A00002, Parent:[<null>]
+  Control:     System.Windows.Forms.Form, Text:
+   at System.Windows.Forms.XplatUIX11.HandleError () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line 1676
+   at System.Windows.Forms.XplatUIX11.HandleError ()
+   at System.Windows.Forms.XplatUIX11.XUnmapWindow ()
+   at System.Windows.Forms.XplatUIX11.XUnmapWindow ()
+   at System.Windows.Forms.XplatUIX11.UnmapWindow () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line 1322
+   at System.Windows.Forms.XplatUIX11.SetVisible () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line 4882
+   at System.Windows.Forms.XplatUI.SetVisible () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line 872
+   at System.Windows.Forms.Control.CreateHandle () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 3763
+   at System.Windows.Forms.Form.CreateHandle () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Form.cs:line 1617
+   at System.Windows.Forms.Control.CreateControl () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 3238
+   at System.Windows.Forms.Control.SetVisibleCore () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 4204
+   at System.Windows.Forms.Form.SetVisibleCore () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Form.cs:line 2019
+   at System.Windows.Forms.Control.set_Visible () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 2963
+   at System.Windows.Forms.Application.RunLoop () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Application.cs:line 527
+   at System.Windows.Forms.Application.Run () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Application.cs:line 503
+   at MonoTests.System.Windows.Forms.ApplicationTest.ContextMainFormTest 
+() in /mono/head/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/
+ApplicationTest.cs:line 39
+   at System.Reflection.MonoMethod.InternalInvoke ()
+   at System.Reflection.MonoMethod.InternalInvoke ()
+   at System.Reflection.MonoMethod.Invoke () in /mono/head/mcs/class/
+corlib/System.Reflection/MonoMethod.cs:line 143
+   at System.Reflection.MethodBase.Invoke () in /mono/head/mcs/class/
+corlib/System.Reflection/MethodBase.cs:line 92
+   at NUnit.Core.Reflect.InvokeMethod () in /mono/head/mcs/nunit20/core/
+Reflect.cs:line 373
+   at NUnit.Core.TemplateTestCase.doTestCase () in /mono/head/mcs/nunit20/
+core/TemplateTestCase.cs:line 155
+   at NUnit.Core.TemplateTestCase.doRun () in /mono/head/mcs/nunit20/core/
+TemplateTestCase.cs:line 113
+   at NUnit.Core.TemplateTestCase.Run () in /mono/head/mcs/nunit20/core/
+TemplateTestCase.cs:line 76
+   at NUnit.Core.TestCase.Run () in /mono/head/mcs/nunit20/core/
+TestCase.cs:line 68
+   at NUnit.Core.TestCase.Run () in /mono/head/mcs/nunit20/core/
+TestCase.cs:line 58
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.AssemblyTestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestAssembly.cs:line 67
+   at NUnit.Core.RemoteTestRunner.Run () in /mono/head/mcs/nunit20/core/
+RemoteTestRunner.cs:line 411
+   at NUnit.Core.RemoteTestRunner.Run () in /mono/head/mcs/nunit20/core/
+RemoteTestRunner.cs:line 355
+   at NUnit.Core.RemoteTestRunner.Run () in /mono/head/mcs/nunit20/core/
+RemoteTestRunner.cs:line 292
+   at NUnit.Util.TestDomain.Run ()
+   at NUnit.Console.ConsoleUi.Execute ()
+   at NUnit.Console.ConsoleUi.Main ()
+
+X11 Error encountered:
+  Error: BadWindow (invalid Window parameter)
+  Request:     10 (X_UnmapWindow)
+  Resource ID: 0x3A00002
+  Serial:      175
+  Hwnd:        Hwnd, Mapped:True ClientWindow:0x3A00003, 
+WholeWindow:0x3A00002, Parent:[<null>]
+  Control:     System.Windows.Forms.Form, Text:
+   at System.Windows.Forms.XplatUIX11.HandleError () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line 1676
+   at System.Windows.Forms.XplatUIX11.HandleError ()
+   at System.Windows.Forms.XplatUIX11.XUnmapWindow ()
+   at System.Windows.Forms.XplatUIX11.XUnmapWindow ()
+   at System.Windows.Forms.XplatUIX11.UnmapWindow () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line 1327
+   at System.Windows.Forms.XplatUIX11.SetVisible () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line 4882
+   at System.Windows.Forms.XplatUI.SetVisible () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line 872
+   at System.Windows.Forms.Control.CreateHandle () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 3763
+   at System.Windows.Forms.Form.CreateHandle () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Form.cs:line 1617
+   at System.Windows.Forms.Control.CreateControl () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 3238
+   at System.Windows.Forms.Control.SetVisibleCore () in /mono/head/mcs/
+class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 4204
+   at System.Windows.Forms.Form.SetVisibleCore () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Form.cs:line 2019
+   at System.Windows.Forms.Control.set_Visible () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Control.cs:line 2963
+   at System.Windows.Forms.Application.RunLoop () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Application.cs:line 527
+   at System.Windows.Forms.Application.Run () in /mono/head/mcs/class/
+Managed.Windows.Forms/System.Windows.Forms/Application.cs:line 503
+   at MonoTests.System.Windows.Forms.ApplicationTest.ContextMainFormTest 
+() in /mono/head/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/
+ApplicationTest.cs:line 39
+   at System.Reflection.MonoMethod.InternalInvoke ()
+   at System.Reflection.MonoMethod.InternalInvoke ()
+   at System.Reflection.MonoMethod.Invoke () in /mono/head/mcs/class/
+corlib/System.Reflection/MonoMethod.cs:line 143
+   at System.Reflection.MethodBase.Invoke () in /mono/head/mcs/class/
+corlib/System.Reflection/MethodBase.cs:line 92
+   at NUnit.Core.Reflect.InvokeMethod () in /mono/head/mcs/nunit20/core/
+Reflect.cs:line 373
+   at NUnit.Core.TemplateTestCase.doTestCase () in /mono/head/mcs/nunit20/
+core/TemplateTestCase.cs:line 155
+   at NUnit.Core.TemplateTestCase.doRun () in /mono/head/mcs/nunit20/core/
+TemplateTestCase.cs:line 113
+   at NUnit.Core.TemplateTestCase.Run () in /mono/head/mcs/nunit20/core/
+TemplateTestCase.cs:line 76
+   at NUnit.Core.TestCase.Run () in /mono/head/mcs/nunit20/core/
+TestCase.cs:line 68
+   at NUnit.Core.TestCase.Run () in /mono/head/mcs/nunit20/core/
+TestCase.cs:line 58
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.TestSuite.RunAllTests () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 259
+   at NUnit.Core.TestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestSuite.cs:line 213
+   at NUnit.Core.AssemblyTestSuite.Run () in /mono/head/mcs/nunit20/core/
+TestAssembly.cs:line 67
+   at NUnit.Core.RemoteTestRunner.Run () in /mono/head/mcs/nunit20/core/
+RemoteTestRunner.cs:line 411
+   at NUnit.Core.RemoteTestRunner.Run () in /mono/head/mcs/nunit20/core/
+RemoteTestRunner.cs:line 355
+   at NUnit.Core.RemoteTestRunner.Run () in /mono/head/mcs/nunit20/core/
+RemoteTestRunner.cs:line 292
+   at NUnit.Util.TestDomain.Run ()
+   at NUnit.Console.ConsoleUi.Execute ()
+   at NUnit.Console.ConsoleUi.Main ()
+^[[Amake[1]: *** [run-test-lib] Interrupt
+make: *** [do-run-test] Interrupt


More information about the mono-bugs mailing list