[Mono-bugs] [Bug 75215][Maj] Changed - Error calling GetImageEncoders from different AppDomains

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 11 01:24:54 EDT 2005


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 gonzalo at ximian.com.

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: mono-bugs at ximian.com                            
 ReportedBy: m at pernecky.sk               
 QAContact: mono-bugs at ximian.com
 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 gonzalo at ximian.com  2005-06-11 01:22 -------
 Created an attachment (id=15305)
 Test case.
 
+
+------- Additional Comments From gonzalo at ximian.com  2005-06-11 01:24 -------
+Expected results:
+root domain: 5
+appd.exe domain: 5
+otherdomain domain: 5
+
+Actual results:
+gonzalo at lalo:/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 ()


More information about the mono-bugs mailing list