On 7/18/07, Robert Jordan <[EMAIL PROTECTED]> 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.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to