GNOME Bugzilla – Bug 684987
multiple-lined gtktooltips crashes application because of pango
Last modified: 2012-09-27 17:59:19 UTC
Testing a code like this: gtk_widget_set_tooltip_text (GTK_WIDGET (main_video), "hi\nworld"); The test application crashes with this backtrace:
+ Trace 230925
According to git-bisect, this commit is the responsible of the crash commit bbec7e8697907a922f80c00b94f54b9b8634d264 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 26 15:37:20 2012 -0400 Add pango_shape_full() Variant of pango_shape() that takes the full paragraph text as input. This is then passed in entirety to HarfBuzz, which would allow certain cross-run interactions (in Arabic for example). When combined with upcoming HarfBuzz 0.9.5+, this fixes: Red Hat Bug 858736 - [Spanish] Stray dotted circle rendered https://bugzilla.redhat.com/show_bug.cgi?id=858736 and partially: Bug 313181 - color changes break arabic shaping https://bugzilla.gnome.org/show_bug.cgi?id=313181
Working on it. *** This bug has been marked as a duplicate of bug 684959 ***