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

treeModelSortConvertIterToChildIter produces invalid iterators #159

Open
glguy opened this issue Mar 17, 2016 · 1 comment
Open

treeModelSortConvertIterToChildIter produces invalid iterators #159

glguy opened this issue Mar 17, 2016 · 1 comment

Comments

@glguy
Copy link

glguy commented Mar 17, 2016

It seems that treeModelSortConvertIterToChildIter produces iterators that fail this check treeModelSortIterIsValid and result in segmentation faults when being used.

I've been unable to successfully sort a TreeView using code from the demo directory or examples I've found online.

I'm using GTK+ version 3.18.9 installed via homebrew on OS X 10.11.3, GHC 7.10.3 with current versions of the gtk3 package dependencies.

~/Desktop/gtk3-0.14.2/demo/treelist
$ ./treesort
2016-03-17 09:10:20.271 treesort[74430:16499702] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. 
Segmentation fault: 11
@glguy
Copy link
Author

glguy commented Mar 17, 2016

This problem might be OS X specific. I found that the demo worked when I tried it on an Ubuntu machine.

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

No branches or pull requests

1 participant