Re: Gtk3 segfault?
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Gtk3 segfault?
- Date: Sat, 07 Jul 2012 11:54:09 +0200
On 07.07.2012 04:06, Raf D [gtk-perl-list] wrote:
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?
Try using gdb first:
# gdb --args perl program.pl
(gdb) run
... segfault ...
(gdb) bt full
*
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
Gtk2 does have Gtk2::Widget::[gs]et_visible if your gtk+ >= 2.18.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]