[Mono-bugs] [Bug 588228] System.Drawing.Graphics.CopyFromScreenX11 crash on 64 bit

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 16 19:30:44 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=588228

http://bugzilla.novell.com/show_bug.cgi?id=588228#c1


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |spouliot at novell.com
       InfoProvider|                            |mdfederici at yahoo.com

--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2010-07-16 23:30:43 UTC ---
Bitmap bmpScreenshot = new
Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height,
PixelFormat.Format32bppArgb);

what does this call print for you ?


Here it prints 5120,800 where my laptop screen is 1280x800 (with four
horizontal workspace). Changing this value to 1280 makes the screenshot work as
expected.

Now it's still a bug because we should not crash... (I'll fix this) but the
real issue seems to be in SWF (unless my interpretation of bounds is
incorrect).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list