[Mono-bugs] [Bug 467202] Bitmap creating from other bitmap not thread safe.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 27 21:28:49 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=467202

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=467202#c2


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spouliot at novell.com
           Severity|Major                       |Minor




--- Comment #2 from Sebastien Pouliot <spouliot at novell.com>  2009-01-27 19:28:46 MST ---
Like Kornél said you're depending on a specific behavior than neither GDI+ nor
(MS) System.Drawing.dll guarantees (i.e. you're *lucky* it works on Windows and
it could break, without being a "bug", with any update).

I'm lowering the severity because even if we can shorten (or remove) the window
where this crash can occur (the one in GdipDeleteGraphics), you'll hit another
one soon afterward (believe me I tried ;-).

Neither SD, libgdiplus nor cairo is built to handle this. The "real" best
solution would be to throw in the current thread != original thread (but that
would not solve your issue).

-- 
Configure bugmail: https://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