[Mono-bugs] [Bug 77524][Nor] New - AsAny marshalling is not working
correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 10 14:21:27 EST 2006
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 jonathan.chambers at ansys.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77524
--- shadow/77524 2006-02-10 14:21:27.000000000 -0500
+++ shadow/77524.tmp.335 2006-02-10 14:21:27.000000000 -0500
@@ -0,0 +1,54 @@
+Bug#: 77524
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: interop
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: jonathan.chambers at ansys.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AsAny marshalling is not working correctly
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: AsAny marshalling of objects is not working.
+
+
+Steps to reproduce the problem:
+1. Run test case.
+
+Actual Results:
+$ mono AsAnyTester.exe
+i = 1
+j = 2
+k = 3
+
+This application has requested the Runtime to terminate it in an unusual way.
+Please contact the application's support team for more information.
+
+
+Expected Results:
+
+$ ./AsAnyTester.exe
+i = 1
+j = 2
+k = 3
+i = 1
+j = 2
+k = 3
+
+
+
+How often does this happen?
+
+every time
+
+
+Additional Information:
More information about the mono-bugs
mailing list