[Mono-bugs] [Bug 77874][Nor] New - nunit-gui: crash when opening
Help->About while a test is running
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 13:06:02 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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77874
--- shadow/77874 2006-03-22 13:06:02.000000000 -0500
+++ shadow/77874.tmp.10330 2006-03-22 13:06:02.000000000 -0500
@@ -0,0 +1,74 @@
+Bug#: 77874
+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-gui: crash when opening Help->About while a test is running
+
+Steps to reproduce the problem:
+1. run nunit-gui 2.2.7
+2. File->Open nunit.framework.tests.dll
+3. run the tests
+4. while tests are running, click Help->About
+
+Actual Results:
+crash:
+in (wrapper managed-to-native)
+System.Drawing.GDIPlus:GdipCreateFromXDrawable_linux
+(intptr,intptr,intptr&) <0xe>
+in (wrapper managed-to-native)
+System.Drawing.GDIPlus:GdipCreateFromXDrawable_linux
+(intptr,intptr,intptr&) <0xffffffffffffff99>
+in System.Drawing.Graphics:FromXDrawable (intptr,intptr)
+(at /home/matt/src/mono/mcs/class/System.Drawing/System.Drawing/Graphics.cs:1746)
+in System.Drawing.Graphics:FromHwnd (intptr)
+(at /home/matt/src/mono/mcs/class/System.Drawing/System.Drawing/Graphics.cs:1706)
+in System.Windows.Forms.XplatUIX11:PaintEventStart (intptr,bool)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:3465)
+in System.Windows.Forms.XplatUI:PaintEventStart (intptr,bool)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:581)
+in System.Windows.Forms.Control:WndProc (System.Windows.Forms.Message&)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3721)
+in System.Windows.Forms.ButtonBase:WndProc
+(System.Windows.Forms.Message&)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs:527)
+in System.Windows.Forms.Button:WndProc (System.Windows.Forms.Message&)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs:113)
+in ControlNativeWindow:WndProc (System.Windows.Forms.Message&)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:159)
+in System.Windows.Forms.NativeWindow:WndProc
+(intptr,System.Windows.Forms.Msg,intptr,intptr)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:146)
+in System.Windows.Forms.XplatUIX11:DispatchMessage
+(System.Windows.Forms.MSG&)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:2465)
+in System.Windows.Forms.XplatUI:DispatchMessage
+(System.Windows.Forms.MSG&)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:396)
+in System.Windows.Forms.Application:RunLoop
+(bool,System.Windows.Forms.ApplicationContext)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:395)
+in System.Windows.Forms.Application:Run (System.Windows.Forms.Form)
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:292)
+in NUnit.Gui.AppEntry:Main (string[]) <0x40c>
+in NUnit.Gui.Class1:Main (string[]) <0x19>
+in (wrapper runtime-invoke) System.Object:runtime_invoke_int_string[]
+(object,intptr,intptr,intptr) <0xffffffffc04414a1>
+
+
+Expected Results:
+shouldn't crash, since MS.NET doesn't
+
+How often does this happen?
+sometimes
More information about the mono-bugs
mailing list