I'm running into a crash with the latest Windows build of GTK and pyGTK on XPSP2: Gtk-Error **: file gtkstreestore.c: line 583 (gtk_tree_store_get_path): assertion failed: (G_NODE (iter->user_data)->parent!=NULL)

This happens off and on, but hard to reliably reproduce. I'm doing it with CANVAS, which uses a single-threaded gui queue (posted on this list a while back).

Is this a known bug?

Version info follows.

$ /cygdrive/c/Python24/python.exe versioninfo.py
[+] Python v2.4.0 (MSC v.1310 32 bit (Intel))
[.] platform.py v1.0.2
[.] libc:
[-] uname: Windows XP (5.1.2600) -
[.] <module 'site' from 'c:\Python24\lib\site.pyc'>
[.] gobject: glib v2.8.3
[.] gobject: pygtk v2.6.3
[.] gtk: gtk v2.8.6
[.] gtk: pygtk v2.6.3
[.] gtk.ListStore supports: ['reorder', 'swap', 'iter_is_valid', 'move_before',
'move_after']
[.] gtk.TreeModel supports: ['get_string_from_iter', 'get', 'filter_new', 'get_s
tring_from_iter']
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to