[Mono-bugs] [Bug 77824][Nor] Changed - im: crash when calling
PaintEventArgs.Graphics.Transform in OnPaint()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 20 14:59:39 EDT 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=77824
--- shadow/77824 2006-05-20 14:38:34.000000000 -0400
+++ shadow/77824.tmp.16213 2006-05-20 14:59:39.000000000 -0400
@@ -3,13 +3,13 @@
Version: 1.1
OS: unknown
OS Details:
Status: REOPENED
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: matt at use.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -184,6 +184,35 @@
in [0x00006]
(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:380)
System.Windows.Forms.Application:Run ()
in <0x00169> et:c ()
in <0x00397> o7:b (System.String[] A_0)
+
+------- Additional Comments From matt at use.net 2006-05-20 14:59 -------
+I just ran the SWF unit tests and noticed that some of the tests get
+the same assert. Maybe making the errors go away in the tests will
+fix the error in the context of the application?
+
+***** MonoTests.System.Windows.Forms.PaintEventArgsTest.Dispose
+
+** (/home/matt/lib/mono/1.0/nunit-console.exe:24530): CRITICAL **:
+GdipGetWorldTransform: assertion `graphics != NULL' failed
+*****
+MonoTests.System.Windows.Forms.PaintEventArgsTest.IDisposable_IDispose
+
+** (/home/matt/lib/mono/1.0/nunit-console.exe:24530): CRITICAL **:
+GdipGetWorldTransform: assertion `graphics != NULL' failed
+*****
+MonoTests.System.Windows.Forms.PaintEventArgsTest.GraphicsDispose
+
+** (/home/matt/lib/mono/1.0/nunit-console.exe:24530): CRITICAL **:
+GdipGetWorldTransform: assertion `graphics != NULL' failed
+***** MonoTests.System.Windows.Forms.PaintEventArgsTest.Dispose_True
+
+** (/home/matt/lib/mono/1.0/nunit-console.exe:24530): CRITICAL **:
+GdipGetWorldTransform: assertion `graphics != NULL' failed
+***** MonoTests.System.Windows.Forms.PaintEventArgsTest.Dispose_False
+
+** (/home/matt/lib/mono/1.0/nunit-console.exe:24530): CRITICAL **:
+GdipGetWorldTransform: assertion `graphics != NULL' failed
+
More information about the mono-bugs
mailing list