Skip to content

segfault with version 2.4.0 #172

@miguelsousa

Description

@miguelsousa

Font Bakery has freetype-py as a dependency which is used on one of its checks.

We've received a report of that check failing with a segfault for variable TrueType fonts when freetype-py version 2.4.0 is installed. The crash doesn't happen with version 2.3.0.

I've ran the freetype-py code (snippet below) in isolation but couldn't get it to segfault.

import freetype

face = freetype.Face("SourceSerif4Variable-Italic.ttf")
face.set_char_size(48 * 64)
face.load_char("✅")

Could this be related with #169 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issuegood for first-time contributors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions