Hi,

On jeu, fév 24, 2005, Daniel Silva wrote:
> 
> GTK2 is segfaulting all the time for some reason.

 Please try to pass "--sync" to some gtk program that crashes, or please
 try the following code (attached):

    #include <gtk/gtk.h>
    
    int main(int argc, char **argv)
    {
        gtk_init(&argc, &argv);
        gtk_window_new(0);
        gtk_main();
        return 0;
    }

 Please try to run the program and run it with the "--sync" parameter.

   Thanks,

-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."
#include <gtk/gtk.h>

int main(int argc, char **argv)
{
    gtk_init(&argc, &argv);
    gtk_window_new(0);
    gtk_main();
    return 0;
}

Reply via email to