Any idea how to fix these?  I&#39;m getting these &quot;randomly&quot; a third or fourth time I run my program on some systems:<br><br>Pango-WARNING **: failed to create cairo scaled font, expect ugly output. the offending font is &#39;DejaVu Sans Mono 18&#39;<br>
**<br>Pango:ERROR:/build/buildd/pango1.0-1.28.0/pango/pango-ot-buffer.c:346:pango_ot_buffer_output: assertion failed: (face)<br><br>(rtEyeTracker:1899): Pango-WARNING **: font_face status is: invalid matrix (not invertible)<br>
<br>(rtEyeTracker:1899): Pango-WARNING **: scaled_font status is: invalid matrix (not invertible)<br>Aborted<br><br>I&#39;m using three gsttimeoverly elements and setting some static text labels using the &quot;text&quot; properties of the elements. I&#39;m using default fonts and sizes.<br>
<br>It seems pretty random as usually when  restarting the program it doesn&#39;t happen next time.  Is there something I need to do when shutting down my pipeline to prevent this the next time the program runs?<br><br>