[Mono-bugs] [Bug 76752][Nor] Changed - Loading DLL into AppDomain from a Delphi.NET assembly crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 21 07:20:23 EST 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 vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76752

--- shadow/76752	2005-11-18 12:29:42.000000000 -0500
+++ shadow/76752.tmp.16535	2005-11-21 07:20:23.000000000 -0500
@@ -86,6 +86,18 @@
 assembly).
 
 ------- Additional Comments From christiank at ict.om.org  2005-11-18 12:29 -------
 Created an attachment (id=16075)
 ZIP-file containing source code and binaries for Bug 76752
 
+
+------- Additional Comments From vargaz at gmail.com  2005-11-21 07:20 -------
+This caused by the following line in HelloWorld2.exe:
+
+ call       instance void
+[Helloworld2_loaded]Helloworld2_loaded.HelloWorld::SayHello()
+
+This calls the nonvirtual SayHello method using a nonvirtual call.
+On MS.NET, this call is routed through the remoting infrastructure, on
+mono, it doesn't.
+
+


More information about the mono-bugs mailing list