[Mono-bugs] [Bug 29374][Nor] Changed - infinite loop with marshal2.cs on ms runtime
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 22:58:09 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=29374
--- shadow/29374 2003-12-24 22:56:35.000000000 -0500
+++ shadow/29374.tmp.28930 2003-12-24 22:58:09.000000000 -0500
@@ -95,6 +95,15 @@
ms runtime, you'll have to debug it and find out what really happens.
------- Additional Comments From bmaurer@users.sf.net 2003-12-24 22:56 -------
Created an attachment (id=6324)
Now it works -- finally ;-)
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-24 22:58 -------
+This patch does two things:
+
+1) set the attribute directly for MarshalAs
+Microsoft seems to hang when we set it via the custom attribute builder
+
+2) complete the todo for handling all the cases of this attribute.
+This prevents regressions.