[Mono-bugs] [Bug 81627][Nor] Changed - FileSystemWatcher RaiseEvent Causes Huge Heap

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 11 13:43:54 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 juraj at hotfeet.ch.

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

--- shadow/81627	2007-07-06 14:14:45.000000000 -0400
+++ shadow/81627.tmp.28283	2007-07-11 13:43:54.000000000 -0400
@@ -42,6 +42,16 @@
 fsw.EnableRaisingEvents = true
 
 print "Running"
 
 Application.Init()
 Application.Run()
+
+------- Additional Comments From juraj at hotfeet.ch  2007-07-11 13:43 -------
+I'm attaching a patch that should eliminate two unnecessary
+MulticastDelegate.Clone invocations for those cases where only a
+single delegate was added to an event.
+
+This might bring some relief. Could you apply the patch and run your
+script and heap-buddy again?
+
+


More information about the mono-bugs mailing list