[Gtk-sharp-list] General Question

Todd Berman tberman@gentoo.org
27 Jul 2003 17:26:58 -0400


On Sun, 2003-07-27 at 14:24, John Luke wrote:
> Would it be possible to extract out a small test case from your code
> that causes this to happen, that way we can get some context of what is
> going on.  By the way, I just added a small example to Monodoc for
> CheckButton, but my guess is the error is coming from somewhere else.
I will attempt to, however, on further testing, the error seems to only
occur when the checkbutton is set Active.

When I start it up and the web service says the checkbutton should be
inactive, it is fine, when I click the checkbutton to activate it, it
dies AFTER letting the web service know, and the web service retains
record of the succesful state change.

However, If i start it up with the checkbox set to Active, it dies with
that same error.

This is not the only place I have been receiving this error. It is also
possible to get it from clicking around. I can't seem to find any
rational explanation other than the mono GC is disposing of the object
before g_object_unref gets to it.

--Todd