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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
