[Mono-bugs] [Bug 82134][Maj] Changed - SafeHandle causes memory leak (this consequently impacts AutoResetEvent, ManualResetEvent and others)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 18 19:04:06 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 cedricv at neonux.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82134
--- shadow/82134 2007-07-18 18:11:19.000000000 -0400
+++ shadow/82134.tmp.3023 2007-07-18 19:04:06.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: davidiw at ufl.edu
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: AutoResetEvent causes memory leak when compiled with gmcs
+Summary: SafeHandle causes memory leak (this consequently impacts AutoResetEvent, ManualResetEvent and others)
Description of Problem:
When using AutoResetEvent and compiling with gmcs, memory is leaked;
however, this does not occur when using mcs.
@@ -106,6 +106,11 @@
You're welcome! Actually I've noticed the same problem some time ago
on the application I'm developing but has not had taken the time to
investigate before because it is far from being in production yet.
Changed the bug to the correct component.
+
+------- Additional Comments From cedricv at neonux.com 2007-07-18 19:04 -------
+Changed summary since the leak is not constrained only to AutoResetEvent.
+All classes using SafeHandle are impacted.
+
More information about the mono-bugs
mailing list