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 2005-06-11 01:22:35.000000000 -0400 +++ shadow/75215.tmp.5278 2005-06-11 01:24:54.000000000 -0400 @@ -11,13 +11,13 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Error when using Image encoders with mod_mono in multiple applications +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. @@ -85,6 +85,28 @@ case. ------- Additional Comments From [EMAIL PROTECTED] 2005-06-11 01:22 ------- Created an attachment (id=15305) Test case. + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-11 01:24 ------- +Expected results: +root domain: 5 +appd.exe domain: 5 +otherdomain domain: 5 + +Actual results: [EMAIL PROTECTED]:/tmp $ mono appd.exe +root domain: 5 +appd.exe domain: 5 + +Unhandled Exception: System.NullReferenceException: Object reference +not set to an instance of an object + +Server stack trace: +Exception rethrown at [0]: +in (wrapper xdomain-invoke) System.AppDomain:DoCallBack +(System.CrossAppDomainDelegate) +in (wrapper remoting-invoke-with-check) System.AppDomain:DoCallBack +(System.CrossAppDomainDelegate) +in <0x0009b> TestAppDomain:Main () _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
