shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Closing Icarus throws exception #386

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Icarus
2. Close Icarus (using X or File | Exit)

What is the expected output? What do you see instead?
> Expected: Application closes.
> Actual: Unhandled exception

What version of the product are you using? On what operating system?
> Icarus v3.0.5 build 546, Windows Vista Business x64, SP1

Please provide any additional information below.
System.NullReferenceException: Object reference not set to an instance of
an object.
   at Gallio.Icarus.Mediator.Mediator.Cancel()
   at Gallio.Icarus.Main.Main_FormClosing(Object sender,
FormClosingEventArgs e)
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by fezguy@gmail.com on 2 Feb 2009 at 9:35

GoogleCodeExporter commented 8 years ago
Yeah, sorry, this has been fixed (just after 3.0.5!) but won't be with you until
3.0.6 is released.

Original comment by grahamr...@gmail.com on 3 Feb 2009 at 7:10