Working on a personal itch-scratching project, I found myself wanting a sortable treeview. So I stuffed my treemodel into a TreeModelSort and set up my sort functions, and everything was happy. Except, when running my application, I kept getting strange segfaults within glib’s qsort implementation. I had set the following function as my sort_func (yes, [...]
Tag Archives: work
How to waste an evening debugging the internals of glib’s qsort implementation
December 8, 2009 – 3:49 am