[Mono-bugs] [Bug 82050][Wis] New - Memory leak when repeatedly causing the JIT to fail to compile a method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 9 12:30:50 EDT 2007
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 mark.probst at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82050
--- shadow/82050 2007-07-09 12:30:50.000000000 -0400
+++ shadow/82050.tmp.27408 2007-07-09 12:30:50.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 82050
+Product: Mono: Runtime
+Version: 1.2
+OS:
+OS Details: Fedora Core 6 on x86-64
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: mark.probst at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Memory leak when repeatedly causing the JIT to fail to compile a method
+
+Description of Problem:
+
+Memory leak if attempting to call a method, which fails to compile because
+it instantiates a class that doesn't propertly implement an interface (like
+in bug 81673).
+
+Steps to reproduce the problem:
+1. Download the test case (attached).
+2. Run App.exe with --optimize=-inline.
+
+Actual Results:
+
+The Mono process grows to gigabytes.
+
+Expected Results:
+
+No growth.
+
+How often does this happen?
+
+Always.
More information about the mono-bugs
mailing list