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 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
