[luatex] TexLive 2012 LuaLaTeX segmentation fault

Dirk Laurie dirk.laurie at gmail.com
Sun Jul 22 13:00:20 CEST 2012


I have Ubuntu 12.04 without any TeX package.  All my TeX is off the DVD
image downloaded from tug,org, installed by tl-install with default settings.
The binaries are i386-linux.


This is the input file 'sample.tex':

\documentclass{article}
\begin{document}
\directlua{
  mp=mplib.new{}
  mp:execute[[
beginfig(1);
fill fullcircle scaled 5cm withcolor green;
draw fullcircle scaled 4.5cm;
endfig;
]]}
\end{document}

This is what happens:

$ lualatex sample.tex
This is LuaTeX, Version beta-0.70.2-2012062812 (TeX Live 2012)
 restricted \write18 enabled.
(./sample.tex
LaTeX2e <2011/06/27>
LuaTeX adaptation of babel <v3.8m-luatex-1.5> and hyphenation patterns for engl
ish, dumylang, nohyphenation, loaded.
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/size10.clo))
(./sample.auxSegmentation fault (core dumped)

There is no output: sample.aux and sample.log are empty.


More information about the luatex mailing list