[Mono-devel-list] unref called?

Dick Porter dick at ximian.com
Wed Jul 14 10:57:27 EDT 2004


On Wed, 2004-07-14 at 01:34, Michi Henning wrote:
> Hi, I'm getting the following when I run some of my code
> under RedHat 8, with Mono built from CVS sources yesterday:
> 
> ** (./test/Ice/operations/server.exe:21774): WARNING **: : unref on 475 called when ref was already 0
> 
> These messages appear intermittently (not on every run). The
> code otherwise behaves as expected, that is, the message appears
> not affect anything else, as far as I can see.

It's warning about an internal runtime bug - something is calling
CloseHandle() on a handle too many times.

> 
> Anything I should do about it?

If you can narrow it down to a small test sample, please report a bug.

- Dick





More information about the Mono-devel-list mailing list