Summary: | Okular PDF backend crashes with "Bogus memory allocation size" | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Andreas Kuhl <mail> |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | PDF that causes Okular to crash |
Description
Andreas Kuhl
2010-01-08 18:12:36 UTC
What is the version of your Poppler library? Can you attach the smallest public document that shows the behaviour? My poppler versions: http://pastebin.ca/1742975 I attached a public document which causes Okular to crash. Maybe the PDF generator is the criteria? All ghostscript generated PDFs seem to work fine, the Adobe Distiller ones crash reliably. Created attachment 39697 [details]
PDF that causes Okular to crash
Old poppler, which most probably is the source of your issues. Ask your distribution to update it (eg to 0.12.x). I opened an upstream bug in the Novell bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=569318 Just to be sure: If the old libpoppler4 was the problem, wouldn't the crashes happen before on KDE 4.3.x? But they did not, the same PDF worked fine there... Ok, I can confirm the RESOLVED UPSTRAM. I saw that libpoppler4 0.10.1 recieved a patch fromthe openSUSE repositories which caused the trouble. Removing the patch fixed the issue. But since this was a patch with backported security fixes, I cloned the latest version of poppler from GIT, built and installed it. All PDFs work fine now again. |