Skip to content

[allowframebreaks] causes memory leak  #4

Description

@OliverFaust

Dear Experts,

The following code:

\documentclass[10pt]{beamer}
\usetheme{glasgow}
\begin{document}
\begin{frame}[allowframebreaks]{Summary}
\end{frame}
\end{document}

causes a memory leak. That means the process will not stop until all system memory is exhausted. Without [allowframebreaks] the document is produced as expected.
The code was executed with:
lualatex -synctex=1 -interaction=nonstopmode --shell-escape "demoAllowFrameBreaks".tex

Any pointers on how to solve the problem would be greatly appreciated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions