Downgrading to poppler-0.12.3-r3 fixes this. gdb /usr/bin/pdflatex and running the tex file yields: #0 0xb7b6d48b in strlen () from /lib/libc.so.6 #1 0xb7e72ba4 in GlobalParams::scanEncodingDirs() () from /usr/lib/libpoppler.so.5 #2 0xb7e72b3e in GlobalParams::GlobalParams(char const*) () from /usr/lib/libpoppler.so.5 Regards, Bernd
I assume pdflatex is a symlink to pdftex from texlive-core? Have you tried rebuilding it? And for good measure, please post emerge --info
Created attachment 220143 [details] emerge --info
(In reply to comment #1) Thanks for the response! > I assume pdflatex is a symlink to pdftex from texlive-core? Yes, lrwxrwxrwx 1 root root 6 17. Feb 13:28 /usr/bin/pdflatex -> pdftex > Have you tried rebuilding it? Oops, I did rebuild dev-texlive/texlive-latex-2009 since pdflatex belongs to that but not texlive-core... When rebuilding that, the crash is fixed. Thanks again and best regards, Bernd