GNOME Bugzilla – Bug 687872
Segfault when attempting to get character extents for GtkTextCellAccessible objects
Last modified: 2012-11-07 20:48:30 UTC
Created attachment 228405 [details] test script Steps to reproduce: 1. Launch gtk3-demo 2. Launch the attached test script in a terminal Expected results: gtk3-demo would not segfault Actual results: gtk3-demo segfaults (for me, 100% of the time)
+ Trace 231144
Thanks for the report, this was caused by a double unref of a GtkCellRenderer. I now pushed a fix to git master and gtk-3-6.