[Mono-bugs] [Bug 74010][Blo] New - mono_marshal_get_stfld_wrapper lacks functionality for 2.0 profile
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Mar 2005 07:12:38 -0500 (EST)
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 willibald.krenn@gmx.at.
http://bugzilla.ximian.com/show_bug.cgi?id=74010
--- shadow/74010 2005-03-23 07:12:37.000000000 -0500
+++ shadow/74010.tmp.23175 2005-03-23 07:12:38.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 74010
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity: 001 One hour
+Priority: Blocker
+Component: JIT
+AssignedTo: martin@ximian.com
+ReportedBy: Willibald.Krenn@gmx.at
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono_marshal_get_stfld_wrapper lacks functionality for 2.0 profile
+
+No support for MONO_TYPE_GENERIC_INST in mono_marshal_get_stfld_wrapper.
+
+
+ public class Test03 : MarshalByRefObject
+ {
+ private Stack<String> state;
+
+ public Test03 () : base ()
+ {
+ state = new Stack<String>();
+ }
+
+ }
+
+
+** (Binaries/TestRunner.exe:30879): WARNING **: type 15 not implemented
+
+** ERROR **: file marshal.c: line 4046 (mono_marshal_get_stfld_wrapper):
+should not be reached