[Poppler-bugs] [Bug 25751] New: A PDF file which crashes evince using poppler 0.12.2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 21 15:28:44 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=25751

           Summary: A PDF file which crashes evince using poppler 0.12.2
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: mariano.suarezalvarez at gmail.com


Created an attachment (id=32237)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=32237)
A pdf file which crashes evince

Attached is a pdf file which crashes evince using poppler 0.12.2, as provided
by Fedora 12 updated as of today.

The file was generated using latex and tikz, from the following code:

\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{patterns}

\pgfdeclarepatternformonly{tight vertical
lines}{\pgfpointorigin}{\pgfqpoint{1pt}{100pt}}{\pgfqpoint{1pt}{100pt}}%
{
  \pgfsetlinewidth{0.2pt}
  \pgfpathmoveto{\pgfqpoint{0.5pt}{0pt}}
  \pgfpathlineto{\pgfqpoint{0.5pt}{100pt}}
  \pgfusepath{stroke}
}

\begin{document}

  \begin{tikzpicture}
  \fill[pattern=tight vertical lines] (0,0) rectangle (4,4);
  \end{tikzpicture}

\end{document}


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list