Re: BUG: Gtk3::Application->id_is_valid stringifies the object it's called on



On 20.09.2016 11:21, Thierry Vignaud wrote:
Another issue is that if we pass undef as application id to
Gtk3::Application->new,
we got the following error:
GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL'
failed at /usr/lib64/perl5/vendor_perl/Glib/Object/Introspection.pm
line 67.

Weird, works for me:

# perl -MGtk3 -E'say Gtk3::Application->new (undef, [])'
Gtk3::Application=HASH(0x26361a8)

Do you still get a critical error with this?  If so, please try to
obtain a backtrace:

# G_DEBUG=fatal-criticals gdb --args perl -MGtk3 -E'say
Gtk3::Application->new (undef, [])'
...
(gdb) r
...
(gdb) bt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]