I have the exact same setting -- Ubuntu 12.04 and TL-2012 installed from the DVD image. Running Dirk's sample.tex, I encounter the exact same output and segmentation fault.
Best regards,
Zvi




On 07/22/2012 07:00 AM, Dirk Laurie wrote:
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.

Reply via email to