[Mono-bugs] [Bug 29374][Nor] Changed - infinite loop with marshal2.cs on ms runtime
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 13:05:54 -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-07-23 11:47:54.000000000 -0400
+++ shadow/29374.tmp.17016 2004-01-03 13:05:54.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 29374
-Product: Mono/MCS
+Product: Mono/Compilers
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: Misc
+Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: infinite loop with marshal2.cs on ms runtime
@@ -90,6 +90,25 @@
------- Additional Comments From lupus@ximian.com 2002-11-17 05:38 -------
The instructions are above: compile marshal2.cs with the ms runtime
and you'll get a hang. I don't know if it's a mcs bug or a bug in the
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.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-01-03 13:05 -------
+Fixed in CVS!
+
+(about time :).