[Mono-list] Strange Mono WARNING Output

JD Conley jconley@winfessor.com
Thu, 22 Jan 2004 16:23:19 -0800


Currently when running my application I get a lot of "WARNING **: :
unref on <integer> called when ref was already 0" warnings.  (<integer>
is, I assume, is an interal identifier for a reference variable?)  I'm
not sure where the warning are coming from.  Perhaps the GC?
Dereferencing something more than once doesn't seem like that big of a
deal.  Is there any way to silence the WARNING lines output by the Mono
runtime?

Thanks
JD