Changes between Initial Version and Version 1 of Ticket #37129


Ignore:
Timestamp:
Nov 25, 2012, 7:19:13 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks for the report! Of course I want to update pango to 1.32 but that is delayed for now, so I'll see if I can cherry-pick this fix until then.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37129

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port pango added
  • Ticket #37129 – Description

    initial v1  
    33The current MacPorts pango version seems to be 1.30.1 which probably contains the coretext bug.
    44
    5 ---------------------------------------------------------------------
    6 
    7  GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)'
     5{{{
     6GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)'
    87
    98GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)'
    109
    1110Pango-CRITICAL **: _pango_cairo_font_map_get_renderer: assertion `PANGO_IS_CAIRO_FONT_MAP (fontmap)' failed
    12 
    13 -----------------------------------------------------------------------------------
     11}}}
    1412
    1513pango 1.30.0 doesn't have the coretext bug and is ok.
     
    1917Introduced bug from pango 1.30.1 ChangeLog
    2018
    21 ------------------------------------------------------------------------------
    22 
     19{{{
    2320commit f5135453d26e68f9f2fbe8f0ddb01e437df41384
    2421Author: Kristian Rietveld <kris@loopnest.org>
     
    3734    Last but not least, output a sensible error message if all fallbacks
    3835    fail instead of simply crashing on a NULL pointer somewhere.
    39 
    40 -------------------------------------------------------------------------------------
     36}}}
    4137
    4238and fixed in the pango later than 1.30.1 ChangeLog
    4339
    44 -------------------------------------------------------------------------------------
    45 
    46 
     40{{{
    4741commit 70a85d441d973883af4afb57599bc570eeea4c83
    4842Author: Kristian Rietveld <kris@loopnest.org>
     
    5650 pango/pangocoretext-fontmap.c | 25 ++++++++++++++-----------
    5751 1 file changed, 14 insertions(+), 11 deletions(-)
     52}}}