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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 20 12:31:21 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 kumpera at gmail.com.

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

--- shadow/81627	2007-07-20 09:29:03.000000000 -0400
+++ shadow/81627.tmp.4893	2007-07-20 12:31:21.000000000 -0400
@@ -304,6 +304,15 @@
 venture into the mono runtime...
 
 ------- Additional Comments From juraj at hotfeet.ch  2007-07-20 09:29 -------
 Created an attachment (id=19587)
 Buggy patch implementing MS.net-style MulticastDelegate chaining
 
+
+------- Additional Comments From kumpera at gmail.com  2007-07-20 12:31 -------
+Juraj, you can try your patch without Zoltan's delegate optimization,
+il will help to first get things right. You should set
+MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE to zero for your plataform
+mini-?.h (mine is x86 - mini-x86.h).
+
+After that is fixed, you can proceed to change the delegate trampoline
+optimization. I'll take a closer look at your code later today.


More information about the mono-bugs mailing list