[Mono-bugs] [Bug 82839][Nor] New - InvalidOperationException in SWF

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 13 11:41:10 EDT 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 walker_643 at yahoo.com.

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

--- shadow/82839	2007-09-13 11:41:10.000000000 -0400
+++ shadow/82839.tmp.16574	2007-09-13 11:41:10.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 82839
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: slackware 12, kernel 2.6.22.6
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: walker_643 at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: InvalidOperationException in SWF
+
+I saw a small glitch in the drawing of a MessageBox window, so I was
+dragging the window around to reproduce the glitch. As I was dragging, the
+following exception occurred. Afterwards, my program was completely
+unresponsive - would not even repaint - but the MessageBox window could
+still be moved around (though it would not repaint either).
+
+Unhandled Exception: System.InvalidOperationException: List has changed.
+  at System.Collections.ArrayList+SimpleEnumerator.MoveNext () [0x00068] in
+/usr/src/mono-1.2.5/mcs/class/corlib/System.Collections/ArrayList.cs:142 
+  at System.Windows.Forms.Hwnd.AddInvalidArea (Rectangle rect) [0x00042] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs:681
+
+  at System.Windows.Forms.Hwnd.AddInvalidArea (Int32 x, Int32 y, Int32
+width, Int32 height) [0x00000] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs:672
+
+  at System.Windows.Forms.XplatUIX11.AddExpose (System.Windows.Forms.Hwnd
+hwnd, Boolean client, Int32 x, Int32 y, Int32 width, Int32 height)
+[0x00070] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:1243
+
+  at System.Windows.Forms.XplatUIX11.UpdateMessageQueue
+(System.Windows.Forms.XEventQueue queue) [0x002b9] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:1574
+
+  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id,
+System.Windows.Forms.MSG& msg, IntPtr handle, Int32 wFilterMin, Int32
+wFilterMax) [0x00022] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:3577
+
+  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
+System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32
+wFilterMax) [0x00000] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:660
+
+  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x003d1] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:759
+
+  at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32)
+[0x000fd] in
+/usr/src/mono-1.2.5/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:1704


More information about the mono-bugs mailing list