Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gtk.ListStore.append == segfault #27

Open
jjl opened this issue Dec 1, 2015 · 3 comments
Open

Gtk.ListStore.append == segfault #27

jjl opened this issue Dec 1, 2015 · 3 comments
Labels

Comments

@jjl
Copy link
Contributor

jjl commented Dec 1, 2015

Minimal repro:

from pgi.repository import Gtk

ls = Gtk.ListStore(str)
ls.append(["Test"])
@jjl
Copy link
Contributor Author

jjl commented Dec 1, 2015

sidenote: When adding empty strings, it gives errors before segfaulting

(__main__.py:19174): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed

(__main__.py:19174): Gtk-WARNING **: /var/tmp/portage/x11-libs/gtk+-3.16.6/work/gtk+-3.16.6/gtk/gtkliststore.c:836: Unable to convert from (null) to gchararray


(__main__.py:19174): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed

(__main__.py:19174): Gtk-WARNING **: /var/tmp/portage/x11-libs/gtk+-3.16.6/work/gtk+-3.16.6/gtk/gtkliststore.c:836: Unable to convert from (null) to gchararray


(__main__.py:19174): Gtk-WARNING **: /var/tmp/portage/x11-libs/gtk+-3.16.6/work/gtk+-3.16.6/gtk/gtkliststore.c:836: Unable to convert from glong to gchararray

@lazka lazka added the bug label Dec 1, 2015
@refi64
Copy link

refi64 commented Mar 29, 2016

Any update on this? It just bit me about 10 seconds ago.

@thilomaurer
Copy link

Any update on this? It just bit me also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants