Bug#296805: libgtk2.0-0: Segfault in gdk_event_apply_filters

Sjoerd Simons sjoerd@spring.luon.net (Sjoerd Simons), 296805@bugs.debian.org
Thu, 24 Feb 2005 21:14:14 +0100


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