[Mono-bugs] [Bug 79996][Blo] New - mdi crash in paint.net

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 20 22:32:55 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 toshok at ximian.com.

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

--- shadow/79996	2006-11-20 22:32:55.000000000 -0500
+++ shadow/79996.tmp.28207	2006-11-20 22:32:55.000000000 -0500
@@ -0,0 +1,72 @@
+Bug#: 79996
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: toshok at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mdi crash in paint.net
+
+happens just starting the app:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+  at System.Windows.Forms.InternalWindowManager.FormSizeChangedHandler
+(System.Object sender, System.EventArgs e) [0x00054] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs:347
+  at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+  at System.Windows.Forms.Control.OnSizeChanged (System.EventArgs e)
+[0x00018] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4723
+  at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, Int32
+width, Int32 height, Int32 clientWidth, Int32 clientHeight) [0x000c1] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3916
+  at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, Int32
+width, Int32 height) [0x0002e] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3882
+  at System.Windows.Forms.Control.SetBoundsCore (Int32 x, Int32 y, Int32
+width, Int32 height, BoundsSpecified specified) [0x0001b] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3767
+  at System.Windows.Forms.Form.SetBoundsCore (Int32 x, Int32 y, Int32
+width, Int32 height, BoundsSpecified specified) [0x00000] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:1730
+  at System.Windows.Forms.Control.SetBounds (Int32 x, Int32 y, Int32 width,
+Int32 height, BoundsSpecified specified) [0x00048] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3325
+  at System.Windows.Forms.Form.SetClientSizeCore (Int32 x, Int32 y)
+[0x00101] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:1754
+  at System.Windows.Forms.Control.set_ClientSize (Size value) [0x00000] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:1804
+  at System.Windows.Forms.Form.set_ClientSize (Size value) [0x00000] in
+/home/toshok/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:322
+  at PaintDotNet.MainToolBarForm.InitializeComponent () [0x00076] in
+/home/toshok/demo/pdn/src/MainToolBarForm.cs:96
+  at PaintDotNet.MainToolBarForm..ctor () [0x00006] in
+/home/toshok/demo/pdn/src/MainToolBarForm.cs:56
+  at (wrapper remoting-invoke-with-check) PaintDotNet.MainToolBarForm:.ctor ()
+  at PaintDotNet.DocumentWorkspace.InitializeFloatingForms () [0x00000] in
+/home/toshok/demo/pdn/src/DocumentWorkspace.cs:1199
+  at PaintDotNet.DocumentWorkspace..ctor () [0x00050] in
+/home/toshok/demo/pdn/src/DocumentWorkspace.cs:608
+  at (wrapper remoting-invoke-with-check)
+PaintDotNet.DocumentWorkspace:.ctor ()
+  at PaintDotNet.MainForm.InitializeComponent () [0x0046d] in
+/home/toshok/demo/pdn/src/MainForm.cs:779
+  at PaintDotNet.MainForm..ctor (System.String[] args) [0x00179] in
+/home/toshok/demo/pdn/src/MainForm.cs:254
+  at (wrapper remoting-invoke-with-check) PaintDotNet.MainForm:.ctor (string[])
+  at PaintDotNet.Startup.Start () [0x00000] in
+/home/toshok/demo/pdn/src/Startup.cs:88
+  at PaintDotNet.Startup.Main (System.String[] args) [0x00000] in
+/home/toshok/demo/pdn/src/Startup.cs:148


More information about the mono-bugs mailing list