[Mono-bugs] [Bug 75378][Nor] Changed - Cross-AppDomain delegate
remoting bug
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 25 20:34:43 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75378
--- shadow/75378 2005-06-25 19:16:36.000000000 -0400
+++ shadow/75378.tmp.21944 2005-06-25 20:34:43.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75378
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: remoting
AssignedTo: mono-bugs at ximian.com
ReportedBy: kornelpal at hotmail.com
QAContact: mono-bugs at ximian.com
@@ -100,6 +100,16 @@
by-ref using proxies but the code is executed in the original
AppDomain
by-val using serialization in this case a new instance is created
that is independent of the original one
There is no "in place" remoting across AppDomains.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-25 20:34 -------
+Uh, you lose static data when you serialize things ;-).
+
+Anyways, you are wishing everything was an MBRO. That's not how it is.
+There are some test cases that might expect delegates to be by-value
+objects (ie, serialize a delegate and seriealize the object it gets
+called on). Anyways, unless something happens with the bug you filed
+with msft (which you should put a link to), this should probably
+remain notabug
More information about the mono-bugs
mailing list