Summary: | [pdftocairo] Segfault in CairoOutputDev.cc:1629 | ||
---|---|---|---|
Product: | poppler | Reporter: | MH <ravdune+bugzilla> |
Component: | utils | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
segfault-CairoOutputDev.cc:1629.pdf
fix crash |
Created attachment 108057 [details] [review] fix crash Comment on attachment 108057 [details] [review] fix crash Review of attachment 108057 [details] [review]: ----------------------------------------------------------------- Please push it, thanks! Pushed |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 107986 [details] segfault-CairoOutputDev.cc:1629.pdf OS: Fedora 20 (running in virtualbox) Dependencies installed with: yum-builddep poppler Version: GIT Master Command line: master/pdftocairo -svg <attached.pdf> /dev/null ############################################################################### GDB output: Reading symbols from /home/foobar/poppler/utils/.libs/lt-pdftocairo...done. Starting program: /home/foobar/poppler/utils/.libs/lt-pdftocairo -svg segfault-CairoOutputDev.cc-1629-411-pdftocairofuzz-7.pdf /dev/null [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Syntax Error: Couldn't find trailer dictionary Syntax Error: Invalid XRef entry Syntax Warning: Bad ICCBased color space (stream) Program received signal SIGSEGV, Segmentation fault. 0x000000000040ea71 in CairoOutputDev::setSoftMask (this=0x6528a0, state=<optimized out>, bbox=<optimized out>, alpha=false, transferFunc=0x0, backdropColor=0x7fffffffd900) at CairoOutputDev.cc:1629 1629 groupColorSpaceStack->cs->getRGB(backdropColor, &backdropColorRGB);