The crash occurs in the call to get_text_width_height_descent(self, s, prop,
ismath) due to the fact that
family = prop.get_family() previously returned a list of strings, while now it
returns a list of unicode strings. The backend then fails to find the font, and
crashes over a NULL pointer. I
You may want to look at or comment on the pull request I made yesterday
to fix this:
https://github.com/matplotlib/matplotlib/pull/2433
Mike
On 09/19/2013 06:52 AM, Michiel de Hoon wrote:
The crash occurs in the call to get_text_width_height_descent(self, s,
prop, ismath) due to the fact that