[Mono-bugs] [Bug 75215][Nor] Changed - Error calling GetImageEncoders from different AppDomains
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 7 09:09: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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75215
--- shadow/75215 2006-08-07 08:51:57.000000000 -0400
+++ shadow/75215.tmp.8985 2006-08-07 09:09:39.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 75215
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs at ximian.com
ReportedBy: m at pernecky.sk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Error calling GetImageEncoders from different AppDomains
When accessing image manipulation functionality (Image.Save,
ImageCodecInfo:GetImageEncoders etc.) in multiple mono applications in
Apache/mod_mono, the second application that invokes the function "crashes"
the drawing functions for all other applications.
@@ -119,6 +118,16 @@
I'm getting this (bad) result on SLED10 with SVN r63427.
root domain: 5
75215.exe domain: 5
otherdomain domain: 10
+
+------- Additional Comments From sebastien at ximian.com 2006-08-07 09:09 -------
+The last case is fixed in r63428. Each appdomain was calling
+GdiplusStartup, which was adding codecs to it's internal list.
+
+root domain: 5
+75215.exe domain: 5
+otherdomain domain: 5
+
+I'm closing since there doesn't seem to be any more issues using SVN.
More information about the mono-bugs
mailing list