Hi,
after running tlmgr update --all, typesetting (all my documents!) the
following the document with lualatex:
\documentclass{article}
\usepackage{luatextra}
\begin{document}
Hello, world.
\end{document}
takes ages here. :(
real 0m53.85s
user 0m50.92s
sys 0m2.24s
Adding the following line
\setmainfont{Helvetica Neue}
makes it crawl even more:
real 11m35.54s
user 11m6.48s
sys 0m22.06s
The lualatex process spins on 1 CPU with ~ 100 % user. Any idea what could
cause this?
PS: xelatex and pdflatex are fine
Regards,
Stefan