[Mono-bugs] [Bug 78859][Maj] New - ConstructorBuilder.GetILGenerator always creates a new ILGenerator
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 14 12:10:46 EDT 2006
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 ladislav.prosek at matfyz.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=78859
--- shadow/78859 2006-07-14 12:10:46.000000000 -0400
+++ shadow/78859.tmp.4481 2006-07-14 12:10:46.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 78859
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: ladislav.prosek at matfyz.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ConstructorBuilder.GetILGenerator always creates a new ILGenerator
+
+Description of Problem:
+When System.Reflection.Emit.ConstructorBuilder.GetILGenerator is called
+repeatedly, it always returns a fresh new instance of ILGenerator. As a
+consequence, all IL emitted so far is forgotten. Note that this problem is
+only related to ConstructorBuilder, MethodBuilder.GetILGenerator seems to
+be OK.How often does this happen?
More information about the mono-bugs
mailing list