sporadically disappearing fonts in rstudio server on CentOS 7.4

I'm noticing that on my CentOS 7.4 server the hosted RStudio Server IDE will render plots correctly initially, but eventually they will almost always become corrupted (at least in Chrome).

For example, when I first execute the code block, the fonts look fine:

After some seemingly random period of time (but consistently), the plot starts becoming displayed as:

This happens for all plots. I was thinking this was a direct problem with RStudio Server, but upon upgrading to the preview version I still see the same issue. Either it hasn't gotten resolved yet, or there is a problem in some dependent package. Does anyone have any suggestions for what might be the culprit?

This post seems to be describing a similar problem:

https://support.rstudio.com/hc/en-us/community/posts/200662453-font-error-in-plots

I discovered that this issues also appears when knitting reports to HTML.

Thanks to the new Jobs feature, I was able to see a more interesting error message:

(process:8815): Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
'/data/serv/anaconda/envs/_build/etc/pango/pango.modules'
You should create this file by running:
pango-querymodules > '/data/serv/anaconda/envs/_build/etc/pango/pango.modules'

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.