[Mono-bugs] [Bug 77870][Nor] New - nunit-gui: crash after pressing
alt+R and enter after loading an assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 01:58:28 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=77870
--- shadow/77870 2006-03-22 01:58:28.000000000 -0500
+++ shadow/77870.tmp.1623 2006-03-22 01:58:28.000000000 -0500
@@ -0,0 +1,83 @@
+Bug#: 77870
+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 after pressing alt+R and enter after loading an assembly
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. run nunit-gui
+2. File->Open nunit.mocks.tests.dll
+3. press alt+R
+4. press enter
+
+Actual Results:
+crash.
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x00020> System.Windows.Forms.MenuTracker:ExecFocusedItem
+(System.Windows.Forms.Menu menu, System.Windows.Forms.MenuItem item)
+in [0x000e2]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs:643)
+System.Windows.Forms.MenuTracker:ProcessKeys
+(System.Windows.Forms.Message msg, Keys keyData)
+in [0x00016]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Menu.cs:258)
+System.Windows.Forms.Menu:ProcessCmdKey (System.Windows.Forms.Message
+msg, Keys keyData)
+in (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Menu:ProcessCmdKey
+(System.Windows.Forms.Message&,System.Windows.Forms.Keys)
+in [0x00023]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:1491)
+System.Windows.Forms.Form:ProcessCmdKey (System.Windows.Forms.Message
+msg, Keys keyData)
+in [0x00034]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3221)
+System.Windows.Forms.Control:ProcessCmdKey (System.Windows.Forms.Message
+msg, Keys keyData)
+in [0x00034]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3221)
+System.Windows.Forms.Control:ProcessCmdKey (System.Windows.Forms.Message
+msg, Keys keyData)
+in [0x00034]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3221)
+System.Windows.Forms.Control:ProcessCmdKey (System.Windows.Forms.Message
+msg, Keys keyData)
+in [0x0003b]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:2900)
+System.Windows.Forms.Control:PreProcessMessage
+(System.Windows.Forms.Message msg)
+in [0x00221]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:388)
+System.Windows.Forms.Application:RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context)
+in [0x00007]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:292)
+System.Windows.Forms.Application:Run (System.Windows.Forms.Form mainForm)
+in <0x0040c> NUnit.Gui.AppEntry:Main (System.String[] args)
+in <0x00019> NUnit.Gui.Class1:Main (System.String[] args)
+
+Expected Results:
+pressing alt+R after loading an assembly should run all the tests.
+
+How often does this happen?
+ every time
+
+Additional Information:
More information about the mono-bugs
mailing list