Comment 12 for bug 653194

Revision history for this message
Romano Giannetti (romano-giannetti) wrote :

Ok, it seems the problem is the EPS inclusion. Maybe ghostscript-related? The minimal file here (attached, all the file needed
 to test) triggers the bug:

(0)pern:~/software/bugs/evince% cat try.tex
\documentclass[12pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\begin{document}

Just this
\includegraphics{little}

\end{document}
(0)pern:~/software/bugs/evince% latex try > /dev/null
(0)pern:~/software/bugs/evince% evince try.dvi
fatal internal error -100[1] 27939 illegal hardware instruction evince try.dvi
(132)pern:~/software/bugs/evince%

Hope this helps...