Hi list,

I am working on an application that can run either as a Gtk2 or a Gtk3 application (not that difficult to do, with some minor tuning*). However, I have noted that when using Gtk3 the application sometimes crashes with a segfault. When using Gtk2, the application is stable.

I have tried running it under valgrind, but that seems to generate a lot of output (and the same thing when running with Gtk2). What would be a good way to debug this problem?

I am using Gtk3 0.006. I will try with the recently released 0.007.

Thanks,

Raf.


*
I have different GtkBuilder UI definition files for each version. Further, Gtk3 does not have Gtk3::Widget::visible, or Gtk3::Widget::sensitive. And Gtk2 does not have get/set_visible or _______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to