Re: GtkListStore and Threads problems

2005-06-21 Thread Lorena Salinas
You're right!! I made what you told me and now it all works fine !! thanks a lot all of you!! Lorena On Fri, 2005-06-17 at 10:48 -0400, Owen Taylor wrote: > On Fri, 2005-06-17 at 11:56 -0300, Lorena Salinas wrote: > > > gdk_threads_leave(); /* release GTK thread lock */ > &g

Re: GtkListStore and Threads problems

2005-06-17 Thread Lorena Salinas
Here is a test that I've run using gdb and had the following error: Gtk-ERROR **: file gtksequence.c: line 760 (_gtk_sequence_node_find_by_pos): assertion failed: (node->parent != NULL) aborting... any help? Regards, Lorena #include #include #include #include #include #define STATUS_NO

Re: GtkListStore and Threads problems

2005-06-16 Thread Lorena Salinas
(_gtk_sequence_node_find_by_pos): assertion failed: (node->parent != NULL) aborting... Program received signal SIGABRT, Aborted. [Switching to Thread -1216235072 (LWP 13483)] 0xe410 in __kernel_vsyscall () On Thu, 2005-06-16 at 12:47 +, Peter Bloomfield wrote: > On 06/15/2005 07:55:45 PM Wed, Lorena S

Re: GtkListStore and Threads problems

2005-06-15 Thread Lorena Salinas
;updated" model (using gtk_tree_model_get()) and it complains because the iter has changed!!! Regards, Lorena - Original Message - From: "Peter Bloomfield" <[EMAIL PROTECTED]> To: "Lorena Salinas" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, June 1

Re: GtkListStore and Threads problems

2005-06-15 Thread Lorena Salinas
s it valid to assume that iter is the same, that it hasn't changed? Regards, Lorena On Tue, 2005-06-14 at 16:01, Peter Bloomfield wrote: > On 06/14/2005 02:20:16 PM Tue, Lorena Salinas wrote: > > Hi, > > > > This is what I do inside the worker_thread function > > (cre

Re: GtkListStore and Threads problems

2005-06-14 Thread Lorena Salinas
hat model . Regards, Lorena On Tue, 2005-06-14 at 14:58, Owen Taylor wrote: > On Tue, 2005-06-14 at 14:40 -0300, Lorena Salinas wrote: > > Hi, > > > > This is my app's main function: > > > > int main (int argc, char **argv) > > > > {

Re: GtkListStore and Threads problems

2005-06-14 Thread Lorena Salinas
te: > On Tue, 2005-06-14 at 09:59 -0300, Lorena Salinas wrote: > > Hello, > > > > I'm having problems with threads and a gtkliststore model. > > > > My working thread updates a column value of a gtkliststore model using > > gtk_list

GtkListStore and Threads problems

2005-06-14 Thread Lorena Salinas
Hello, I'm having problems with threads and a gtkliststore model. My working thread updates a column value of a gtkliststore model using gtk_list_store_set() (every call surrounded by gdk_threads_enter() and gdk_threads_leave ()). That seems to be working right. The problem is, when the main t