tag 296805 +unreproducible
thanks,

On Thu, Feb 24, 2005 at 02:41:06PM -0500, Daniel Silva wrote:
> GTK2 is segfaulting all the time for some reason.  Here's a test
> program:
> 
> $cat test.c
> 
> #include <gtk/gtk.h>
> 
> int main()
> {
>   gtk_init(0, 0);
>   gtk_window_new(0);
>   gtk_main();
>   return 0;
> }

That program works fine here. Btw you should use NULL instead of 0, if your 
passing pointers..

  Sjoerd
-- 
If a man has a strong faith he can indulge in the luxury of skepticism.
                -- Friedrich Nietzsche


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to