[Mono-bugs] [Bug 78739][Nor] Changed - leaking tls data
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 30 12:13:11 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78739
--- shadow/78739 2006-06-30 10:43:52.000000000 -0400
+++ shadow/78739.tmp.19360 2006-06-30 12:13:11.000000000 -0400
@@ -349,6 +349,14 @@
------- Additional Comments From joe at otee.dk 2006-06-30 10:43 -------
We are using mono in a web plugin which needs to be able to unload.
Not leaking a lot of memory/threads / tls data matters a lot in this case.
I don't know the mono source code enough to know how you solve the clenup_iolayer_error
issue, but i am sure you can find a way to do that.
+
+------- Additional Comments From vargaz at gmail.com 2006-06-30 12:13 -------
+It would be _very_ useful to add some kind of io_layer_init () /
+io_layer_shutdown () calls which could be called from mono using
+#ifndef PLATFORM_WIN32. That would take care of all the shutdown leaks
+and having a definite init () function could possibly simplify some
+code as well.
+
More information about the mono-bugs
mailing list