Thanks for the links. I'm gonna try parasite and will compile gtk from
source with debugging enabled.
What made me think that maybe there was a mess with events is that I have
one dialog in the app to setup preferences. This dialog have a lot of entries
and extra buttons. And I have another dialo
I'm using gcc (v4.4.1) on ubuntu (linux kernel 2.6.31-18.)
By the way, I was just reading the gtk doc on events when I found
something saying that it was a common mistake to forget to use
gtk_widget_set_events(). well, I've actually never used this function.
Could this be the reason of the mess?
I don't know the answer, but I do know that, since gtk is a
cross-platform library, the answer will require knowing what platform,
and probably what compiler you're using. You might want to repost with
that information.
-Original Message-
From: gtk-app-devel-list-boun...@gnome.org
[mailto:
Hi,
This may be a not specific enough question but what's the best way to
debug a gtk app? I've been debugging one without much success for about
2 weeks now and I think there are problems related to callbacks and gdk
events handlers because I always get segfaults from gkd_events_dispatch().
And