[Mono-list] a different delegate problem...

Miguel de Icaza miguel@ximian.com
03 Jan 2003 19:55:07 -0500


Hello,

> ** (Net.Tetracite.IrcClient.exe:19930): WARNING **: _wapi_handle_new: Ran
> out of handles!
> ** (Net.Tetracite.IrcClient.exe:19930): WARNING **: _wapi_handle_new: Seeing
> if GC collection helps...
> ** (Net.Tetracite.IrcClient.exe:19999): WARNING **: _wapi_handle_new: Ran
> out of handles!
> ** (Net.Tetracite.IrcClient.exe:19999): WARNING **: _wapi_handle_new: Seeing
> if GC collection helps...

Does this code use multiple threads or processes?

We have a race condition on the Wapi code (the code that emulates the
Windows IO and threading abstractions) that we have not found, and this
*might* be related to it.

Miguel