GTK Thread init problem

2007-04-16 Thread prabahar k
hi i am trying to use a threaded GTK program. While running the program it gives segmentation fault and it seem to be an thread init problem. is there any thing i am missing? Please give u r comments. the code is: /***gtk19.c**/ #include stdio.h

Re: GTK Thread init problem

2007-04-16 Thread Tristan Van Berkom
On Mon, 2007-04-16 at 18:09 +0530, prabahar k wrote: hi i am trying to use a threaded GTK program. While running the program it gives segmentation fault and it seem to be an thread init problem. is there any thing i am missing? Please give u r comments. I dont understand why it would

Re: GTK Thread init problem

2007-04-16 Thread James Scott Jr
On Mon, 2007-04-16 at 18:09 +0530, prabahar k wrote: hi i am trying to use a threaded GTK program. While running the program it gives segmentation fault and it seem to be an thread init problem. is there any thing i am missing? Please give u r comments. the code is: