[Mono-list] Unref warnings at runtime

Ben Maurer bmaurer@users.sourceforge.net
22 Jun 2003 11:44:07 -0400


On Sun, 2003-06-22 at 03:51, Gert Driesen wrote:
> When executing NAnt on Mono/Linux I get the following warning message
> numerous times :
> 
> ** (build/lib/nant/NAnt.exe:3919): WARNING **: : unref on 37 calle when ref
> was already 0
> [...]
> I have not been able to locate the source of these warnings, does anyone
> have any idea where to look for?
The same errors are showing up in alot of other places, the best example
I can think of is the XML NUnit tests. It looks like this is a
heisenbug, as soon as I observe it it changes, sometimes it will show up
on one test, and the next run it won't.

I think I asked Paolo about this one day, and he said that it was
probably a bug in the io-layer.

Maybe one of the runtime people could expand on that?