[Gtk-sharp-list] TreeView causing GTK-Error

Peter Johanson latexer at gentoo.org
Sun Dec 31 00:24:44 EST 2006


On Sat, Dec 30, 2006 at 08:57:39PM -0700, Draek wrote:
> Hey all,
> 
> I'm creating a TreeView that contains a Instant Messenger style contact
> list, and the data model is synchronized to a list of items from a
> server, so the data is manipulated through threads.


Just to be sure, are you using one of the methods described in
http://www.mono-project.com/Responsive_Applications to safely modify the
TreeStore only from the Gtk+ mainloop thread? Based on your description
of the unpredictability of the crash, and the fact that you're using
threads, that'd be my first guess as to the source of your crasher.

-pete


More information about the Gtk-sharp-list mailing list