[Mono-bugs] [Bug 29374][Nor] Changed - infinite loop with marshal2.cs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Aug 2002 23:58:31 -0000


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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=29374

--- shadow/29374	Tue Aug 27 11:01:58 2002
+++ shadow/29374.tmp.13257	Tue Aug 27 19:58:31 2002
@@ -67,6 +67,16 @@
 
 ------- Additional Comments From lupus@ximian.com  2002-08-27 11:01 -------
 I fixed the bug in our runtime, now both marshal2.cs and test-120.cs
 gets compiled correctly by mcs while running on the mono runtime.
 It still loops somewhere when running on the ms runtime so the bug
 goes back to Mono/MCS.
+
+------- Additional Comments From martin@gnome.org  2002-08-27 19:58 -------
+Did you fix it in our runtime or did you add a workaround for it ?
+If you actually fixed it, then what should I do in MCS - in this case, the ms runtime has a bug and is unable to encode this 
+attribute, right ? Now the question is what we should do.
+Maybe we need to check whether we're using the mono runtime and not create the attribute otherwise or what do you think ?  IMO we 
+should'nt attempt to emit the attribute if it's yielding a stack overflow on the ms runtime, that'd make mcs unusable with it.
+
+
+