Changes between Initial Version and Version 1 of Ticket #37129
- Timestamp:
- Nov 25, 2012, 7:19:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37129
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Port pango added
-
Ticket #37129 – Description
initial v1 3 3 The current MacPorts pango version seems to be 1.30.1 which probably contains the coretext bug. 4 4 5 --------------------------------------------------------------------- 6 7 GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' 5 {{{ 6 GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' 8 7 9 8 GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 10 9 11 10 Pango-CRITICAL **: _pango_cairo_font_map_get_renderer: assertion `PANGO_IS_CAIRO_FONT_MAP (fontmap)' failed 12 13 ----------------------------------------------------------------------------------- 11 }}} 14 12 15 13 pango 1.30.0 doesn't have the coretext bug and is ok. … … 19 17 Introduced bug from pango 1.30.1 ChangeLog 20 18 21 ------------------------------------------------------------------------------ 22 19 {{{ 23 20 commit f5135453d26e68f9f2fbe8f0ddb01e437df41384 24 21 Author: Kristian Rietveld <kris@loopnest.org> … … 37 34 Last but not least, output a sensible error message if all fallbacks 38 35 fail instead of simply crashing on a NULL pointer somewhere. 39 40 ------------------------------------------------------------------------------------- 36 }}} 41 37 42 38 and fixed in the pango later than 1.30.1 ChangeLog 43 39 44 ------------------------------------------------------------------------------------- 45 46 40 {{{ 47 41 commit 70a85d441d973883af4afb57599bc570eeea4c83 48 42 Author: Kristian Rietveld <kris@loopnest.org> … … 56 50 pango/pangocoretext-fontmap.c | 25 ++++++++++++++----------- 57 51 1 file changed, 14 insertions(+), 11 deletions(-) 52 }}}