View Issue Details

IDProjectCategoryView StatusLast Update
0000332luatexluatex bugpublic2010-02-18 10:46
ReporterTaco Assigned ToTaco  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version0.40.3 
Summary0000332: lualatex segfault when run sample beamer document
Description
From Vladimir Lomov (on tex-live ml):

When I was digging out one problem with beamer and geometry package I found
a bug with lualatex.

Lets consider the attached example
and run it through lualatex engine (this file should give an error if
geometry package of ver. 5.0 is used, see another messages in list).
(just before update the TL I saw the same behavior.)

The first run of lualatex is ok. I get pdf file but the second run right
after the first one is ended with lualatex segfault.

I checked this with upstream lualatex (TL 2009 with today update) and
lualatex from my distro (Archlinux). System: x86_64.
Steps To Reproduce\documentclass{beamer}

\usepackage{beamerthemesplit}

\title{Example Presentation Created with the Beamer Package}
\author{Till Tantau}
\date{\today}

\begin{document}

\frame{\titlepage}

\section[Outline]{}
\frame{\tableofcontents}

\section{Introduction}
\subsection{Overview of the Beamer Class}
\frame
{
  \frametitle{Features of the Beamer Class}

  \begin{itemize}
  \item<1-> Normal LaTeX class.
  \item<2-> Easy overlays.
  \item<3-> No external programs needed.
  \end{itemize}
}
\end{document}
TagsNo tags attached.

Activities

Taco

2010-02-18 10:46

administrator   ~0000426

0.50 has no trouble with this document

Issue History

Date Modified Username Field Change
2010-02-17 07:58 Taco New Issue
2010-02-17 07:58 Taco Status new => assigned
2010-02-17 07:58 Taco Assigned To => Taco
2010-02-18 10:46 Taco Note Added: 0000426
2010-02-18 10:46 Taco Status assigned => closed
2010-02-18 10:46 Taco Resolution open => no change required