freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Freetype stuck in loop over emoji fonts?


From: Werner LEMBERG
Subject: Re: [ft] Freetype stuck in loop over emoji fonts?
Date: Mon, 22 Apr 2019 22:06:53 +0200 (CEST)

> So, unfortunately I have not been able to build cairo with debug
> symbols, but with freetype, this is the result (see attachments).
> There are 3 attachements because being stopped in a loop, the bt
> depends on where it's interrupted, so I've included 3 samples in
> case it helps.

Thanks.  Alas, it doesn't help much, since I don't see the name of the
font that gets used.

Please compile and install a special version of the FreeType library
with debugging symbols enabled (see file
`include/freetype/config/ftoption.h')

  #define FT_DEBUG_LEVEL_ERROR
  #define FT_DEBUG_LEVEL_TRACE

After doing this, rerun your program from the console with something
like

  FT2_DEBUG=any:7 your_program &> freetype.log

Expect *huge* output.  Please send this file (heavily compressed) – in
case it's too large please send it to me privately.

>> Try the programs from the `ft2demos' [...]
> 
> I'll try this out when I get some time and if the backtraces are not
> sufficient.

Try this out :-)


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]