When I use fontspec to set the main font to "Linux Libertine O", the smashoperator command (and also mathclap and friends) produce a black line above the smashed subscript (with luatex).

\documentclass{minimal}
\usepackage{mathtools}
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\begin{document}
\[
\smashoperator{\sum_{i \in \mathrm{longidentifier}}} f(i)
\]
\end{document}
The problem does not occur with other fonts like Times New Roman or Linux Biolinum O. Is there a workaround?