On Sun, 25 May 2025 20:49:57 +0200 Xavier wrote:
> (gdb) bt
> #0  pango_coverage_get (coverage=0x0, index=84) at 
> ../pango/pango-coverage.c:183
> #1  0x00007ffff6db44fc in pango_font_default_has_char (font=<optimized out>, 
> wc=84) at ../pango/fonts.c:1795

it would be helpful to show the complete un-edited back-trace - that incomplete
back-trace suggests that pango is not the problem - pango (stack frame #0 and
#1) has received a NULL from its caller (not shown) - more likely, the NULL
originates from the client (dino?) and may be evident in the lower stack frames

the fact that it is choking on a font definition may suggest that the client
expects some specific font to be installed that is not installed (ie: the
client package has an undeclared dependency on some font package)
_______________________________________________
Trisquel-devel mailing list
[email protected]
https://listas.trisquel.info/mailman/listinfo/trisquel-devel

Reply via email to