Re: GTK+ threaded program segfaults

2005-11-10 Thread Daniel Pekelharing
Strangely enough, it runs with no segfault on my system... ? I did not change a single line! by the way, GtkItemFactory has been deprecated.. On Thu, 2005-11-10 at 20:09 +0100, Luka Napotnik wrote: > Hi. > > I'm writing a multithreaded GTK+ program and have a problem. The program > segfaults at

Re: GTK+ threaded program segfaults

2005-11-10 Thread Kevin DeKorte
On Thu, 2005-11-10 at 20:09 +0100, Luka Napotnik wrote: > Hi. > > I'm writing a multithreaded GTK+ program and have a problem. The program > segfaults at line: > window_main->this = gtk_window_new(GTK_WINDOW_TOPLEVEL); > What's wrong here? > > Greets, > Luka Works fine on FC4 when I compil

GTK+ threaded program segfaults

2005-11-10 Thread Luka Napotnik
Hi. I'm writing a multithreaded GTK+ program and have a problem. The program segfaults at line: window_main->this = gtk_window_new(GTK_WINDOW_TOPLEVEL); What's wrong here? Greets, Luka The code: #include #include /* The main window's menu i