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

Loïc Minier Loïc Minier , 296805@bugs.debian.org
Thu, 24 Feb 2005 22:06:02 +0100


--IrhDeMKUP4DT/M7F
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

        Hi,

On jeu, f=E9v 24, 2005, Daniel Silva wrote:
>=20
> 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>
   =20
    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,

--=20
Lo=EFc Minier <lool@dooz.org>
"Neutral President: I have no strong feelings one way or the other."

--IrhDeMKUP4DT/M7F
Content-Type: text/x-csrc; charset=us-ascii
Content-Disposition: attachment; filename="test.c"


#include <gtk/gtk.h>

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

--IrhDeMKUP4DT/M7F--