> 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

_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to