https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519

--- Comment #14 from Ruslan Makhmatkhanov <r...@freebsd.org> ---
Here is standalone chunk. Just run this in python3.5 interpreter:

>>> import gi
>>> gi.require_version('Gtk', '3.0')
>>> from gi.repository import Gtk
>>> 
>>> tree = Gtk.Builder()
>>> tree.add_from_file('/usr/local/share/alacarte/alacarte.ui')
__main__:1: Warning: invalid (NULL) pointer instance
__main__:1: Warning: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE
(instance)' failed
__main__:1: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to