Re: Possible bug walking a GTK2.TreeModel in 7.9

2011-09-22 Thread Lance Dillon
> > I believe I see the problem. In 7.9, in gtktreemodel.pre, function > iter_next, > > it was changed to push the iter onto the stack, to return it. This way you >can > > possibly do things like iter2=tm->iter_next(iter). The problem is that iter > gets modified in place by gtk_tree_

Re: Possible bug walking a GTK2.TreeModel in 7.9

2011-09-22 Thread Lance Dillon
- Original Message > From: larcky > To: p...@roxen.com > Sent: Thu, September 22, 2011 3:17:33 AM > Subject: Possible bug walking a GTK2.TreeModel in 7.9 > > Hi > This works fine in Pike 7.8 but 7.9 crashes with a Segmentation Fault. I > think the problem's with GTK2.TreeModel->iter_ne