[Mono-bugs] [Bug 29374][Nor] Changed - infinite loop with marshal2.cs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
23 Aug 2002 18:32:37 -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 Fri Aug 23 11:28:35 2002
+++ shadow/29374.tmp.18464 Fri Aug 23 14:32:37 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,14 @@
in <0x004f5> 00 Mono.CSharp.RootContext:EmitCode ()
in <0x00833> 00 Mono.CSharp.Driver:MainDriver (string[])
in <0x00019> 00 Mono.CSharp.Driver:Main (string[])
Though that may be a bug in reflection I'd prefer to debug it knowing mcs
can compile it fine.
+
+------- Additional Comments From martin@gnome.org 2002-08-23 14:32 -------
+Looks like the same than the test-120.cs crash. Can you please debug this, I already tried one or two weeks ago and found out that
+it crashes somewhere inside System.Reflection.Emit but I was unable to find out why.
+
+The crash seems to happen while encoding the attribute, but since I don't have any idea how an attribute is encoded it's very hard
+for me to know what goes wrong when debugging it.
+