Hi,

I just came up with an error using microtype and the fourier font package. Robert Schlicht (maintainer of microtype) adviced me to send the bug report here, since he cannot not reproduce the bug in LuaTeX 0.95; my version is 0.98.4 from MikTeX NEXT.
MWE:

\documentclass{article}
 
\usepackage{fourier, microtype}
 
\begin{document}
   particle $\infty$
\end{document}


This will compile fine with pdfLaTeX and apparently older LuaLaTeX versions, but the most recent will give the error (complete log is attached)
 
! error:  (linebreak): invalid list tail, probably missing glue
!  ==> Fatal error occurred, no output PDF file produced!
 
The error seems to critically depend on the word before the math symbol – if I change it to “Test”, everything works. I also tried inverting the order of loading.
In my documents, I use Fourier only for text mode; if instead of loading the package, I just say \renewcommand{\rmdefault}{futs}, the error still persists. And even if I turn out everything [activate=false], it still is there.

Benjamin