[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Regression introduced in 5f18d867c0 causing mpv to segfault
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Regression introduced in 5f18d867c0 causing mpv to segfault |
Date: |
Thu, 27 Apr 2017 19:55:31 +0200 (CEST) |
> When testing freetype2 I found commit
> 5f18d867c0bf075153c8d6abb7e8d248a ([truetype] Do linear scaling for
> FT_LOAD_NO_HINTING (#50470)) resulted in segmentation faults when
> using the mpv media player and attempting to display its OSC
> (OnScreen Controller). As I don't believe this is an issue with mpv
> (or the libass library) I'm posting this here.
Thanks.
> Here is a backtrace from the affected software: [...]
Please recompile FreeType without optimization and debugging symbols,
./configure CFLAGS="-O0 -g3"
make
to get more a more useful backtrace.
Werner