https://bugzilla.novell.com/show_bug.cgi?id=467202
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=467202#c2 Sebastien Pouliot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|Major |Minor --- Comment #2 from Sebastien Pouliot <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
