[Mono-bugs] [Bug 63360][Wis] Changed - FillPie hangs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 11:09:51 -0400 (EDT)
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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=63360
--- shadow/63360 2004-08-18 16:22:38.000000000 -0400
+++ shadow/63360.tmp.28753 2004-09-08 11:09:51.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 63360
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: rkumar@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -65,6 +65,27 @@
Always.
Additional Information:
When the difference between width and height of rectangle is 1 and angles
sum is close to 360, then cairo_fill operation seems to be hanging. It
might be a cairo problem.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-09-08 11:09 -------
+I still get the same results with cairo cvs.
+
+When I interrupt the process, the following exception is reported :
+
+Unhandled Exception: System.ExecutionEngineException: Interrupted
+(SIGINT).
+in <0x66af8d> (wrapper managed-to-native)
+System.Drawing.GDIPlus:GdipFillPie
+(intptr,intptr,single,single,single,single,single,single)
+in <0x00004> (wrapper managed-to-native)
+System.Drawing.GDIPlus:GdipFillPie
+(intptr,intptr,single,single,single,single,single,single)
+in <0x000fc> System.Drawing.Graphics:FillPie
+(System.Drawing.Brush,System.Drawing.Rectangle,single,single)
+in <0x00105> (wrapper remoting-invoke-with-check)
+System.Drawing.Graphics:FillPie
+(System.Drawing.Brush,System.Drawing.Rectangle,single,single)
+in <0x00108> Test:Main ()
+