Menu

#2410 bibtex buffer size exceeded

fixed
None
2015-12-13
2015-11-16
U_Fischer
No

Imho this is more a pgfplots bug, but as it works with texlive and with bibtex8 I'm reporting it anyway.

In the following document pgfplots writes a very long line to the aux-file (26.825 chars) and when one calls bibtex (miktex 32bit + 64bit) on this aux-file it fails:

G:\Z-Test>bibtex test-utf8
This is BibTeX, Version 0.99d (MiKTeX 2.9)
The top-level auxiliary file: test-utf8.aux
Buffer size exceeded!
\documentclass{book}
\usepackage{pgfplots}
\begin{document}
\cite{doody}

\pgfplotsset{footnotesize,width=6.5cm,compat=1.8}
\begin{tikzpicture}
\begin{axis}[
legend entries={$o = 1n$,$o = 1{,}1n$,$o = 1{,}2n$,$o = 1{,}3n$,$o = 1{,}4n$,$o = 1{,}5n$,$o = 1{,}6n$,$o = 1{,}8n$,$o = 2n$,$o=2{,}2n$,$o=2{,}4n$,$o=2{,}6n$,$o=2{,}8n$,$o=3n$,$o=3{,}5n$,$o=4n$,$o=4{,}5n$,$o=5n$},
legend to name=named,
]
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\addplot {x^2 + 4};
\end{axis}
\end{tikzpicture}

\ref{named}
\bibliographystyle{plain}
\bibliography{biblatex-examples}
\end{document}

Discussion

  • Christian Schenk

    • status: open --> in-the-works
    • assigned_to: Christian Schenk
     
  • Christian Schenk

    • status: in-the-works --> fixed
     
  • Christian Schenk

    The buffer size has been increased.

     
MongoDB Logo MongoDB