[Mono-dev] [Mono-gc-list] Mono memory problems!

Cedric Vivier cedricv at neonux.com
Wed Jul 18 12:37:19 EDT 2007


On 7/18/07, Robert Jordan <robertj at gmx.net> wrote:
> Alan McGovern wrote:
> > Drop a bug report to: bugzilla.ximian.com containing that testcase and put
> > it under the 'compilers' section. It sounds like a gmcs issue.
>
> That's rather a NET_2_0 issue. AutoResetEvent has a different
> implementation under 2.0.

Yeah!

Actually the culprit seems to be in native code function _wapi_handle_new
[mono/mono/io-layer/handles.c] (around line 397).

Looks like the _wapi_private_handles array expands indefinitely but
never shrinks.



More information about the Mono-devel-list mailing list