[tex-live] luaotfload ending in TeX Output segmentation fault on updated TL2016 pretest
Akira Kakuto
kakuto at fuk.kindai.ac.jp
Mon Apr 11 11:51:19 CEST 2016
> TL2016 pretest still with luaotfload 2015/12/09 v2.6 OpenType layout system
> but on the other hand the LuaTeX seems newer. Perhaps this is the cause.
Does
luaotfload-tool -u -vvv
also crash?
Here (win32), I tested by eliminating font cache
luaotfload-tool -u -vvv
with success.
Next, lualatex test.tex
with
% test.tex
\documentclass{article}
\usepackage{fontspec}
\begin{document}
Hello
\end{document}
was ok.
However, lualatex test2.tex
with
% test2.tex
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Kozuka Mincho Pr6N}
\begin{document}
Hello
\end{document}
failed with
... ...
(c:/usr/local/share/texmf-dist/tex/latex/fontspec/fontspec.cfg)))(compiling luc
: c:/usr/local/share/ctxdir/luatex-cache/generic/fonts/otf/kozminpr6n-regular.l
uc)...xmf-dist/tex/luatex/luaotfload/fontloader-2016-02-12.lua:4136: bad argume
nt #2 to '__index' (invalid option 'orig_pos').
<to be read again>
\scan_stop:
l.3 \setmainfont{Kozuka Mincho Pr6N}
? x
Thus I also think that the present luaotfload is not compatible with the
new fontloader in luatex 0.95.0.
But I don't encounter the crash on win32.
Thanks,
Akira
More information about the tex-live
mailing list