Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305529 - app-text/poppler-0.12.3-r5 causes pdflatex to segfault
Summary: app-text/poppler-0.12.3-r5 causes pdflatex to segfault
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-17 13:14 UTC by Bernd Feige
Modified: 2010-02-18 08:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,4.43 KB, text/plain)
2010-02-18 08:26 UTC, Bernd Feige
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Feige 2010-02-17 13:14:15 UTC
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
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-02-17 23:39:25 UTC
I assume pdflatex is a symlink to pdftex from texlive-core? Have you tried rebuilding it? 

And for good measure, please post emerge --info
Comment 2 Bernd Feige 2010-02-18 08:26:57 UTC
Created attachment 220143 [details]
emerge --info
Comment 3 Bernd Feige 2010-02-18 08:50:14 UTC
(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