[Poppler-bugs] [Bug 104354] poppler-0.62.0 - crash while parsing GfxRadialShape

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 20 18:54:29 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=104354

--- Comment #4 from LE GARREC Vincent <legarrec.vincent at gmail.com> ---
Output:

Syntax Warning: May not be a PDF file (continuing anyway)
Syntax Error: End of file inside dictionary
Syntax Warning: No valid XRef size in trailer
Syntax Error (216): Dictionary key must be a name object
Syntax Error (222): Dictionary key must be a name object
Syntax Error: End of file inside dictionary
Syntax Error (216): Dictionary key must be a name object
Syntax Error (222): Dictionary key must be a name object
Syntax Error: End of file inside dictionary
Syntax Error: Pages top-level is a single Page. The document is malformed,
trying to recover...
Syntax Error (120): Dictionary key must be a name object
Syntax Error (124): Dictionary key must be a name object
Syntax Error (125): Dictionary key must be a name object
Syntax Error (134): Dictionary key must be a name object
Syntax Error (171): Illegal character '>'
Syntax Error (190): Dictionary key must be a name object
Syntax Error (194): Dictionary key must be a name object
Syntax Error (195): Dictionary key must be a name object
Syntax Error (202): Dictionary key must be a name object
Syntax Error (216): Dictionary key must be a name object
Syntax Error (222): Dictionary key must be a name object
Syntax Error: End of file inside dictionary
Syntax Error: End of file inside dictionary
Syntax Error (216): Dictionary key must be a name object
Syntax Error (222): Dictionary key must be a name object
Syntax Error: End of file inside dictionary
Syntax Error (216): Dictionary key must be a name object
Syntax Error (222): Dictionary key must be a name object
Syntax Error: End of file inside dictionary
Syntax Error (69): Bad 'Length' attribute in stream
Syntax Error: Invalid XRef entry
Syntax Error (90): Missing 'endstream' or incorrect stream length
Syntax Error (171): Illegal character '>'
Syntax Error (190): Dictionary key must be a name object
Syntax Error (194): Dictionary key must be a name object
Syntax Error (195): Dictionary key must be a name object
Syntax Error (202): Dictionary key must be a name object
Syntax Error (216): Dictionary key must be a name object
Syntax Error (222): Dictionary key must be a name object
Syntax Error: End of file inside dictionary
Internal Error (0): Call to Object where the object was type 10, not the
expected type 1, 14 or 2

Program received signal SIGABRT, Aborted.



Backtrace:
#0  __GI_raise (sig=sig at entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007ffff6d62caf in __GI_abort () at abort.c:90
#2  0x00007ffff77ff470 in Object::getNum (this=<optimized out>) at
/home/legarrec/info/programmation/poppler/poppler/Object.h:222
#3  GfxRadialShading::parse (res=res at entry=0x5555557d5c40,
dict=dict at entry=0x5555557da710, out=out at entry=0x5555557d6e70,
state=state at entry=0x5555557da130)
    at /home/legarrec/info/programmation/poppler/poppler/GfxState.cc:4248
#4  0x00007ffff780a483 in GfxShading::parse (res=res at entry=0x5555557d5c40,
obj=obj at entry=0x7fffffffcee0, out=out at entry=0x5555557d6e70, 
    state=state at entry=0x5555557da130) at
/home/legarrec/info/programmation/poppler/poppler/GfxState.cc:3582
#5  0x00007ffff780a784 in GfxShadingPattern::parse
(res=res at entry=0x5555557d5c40, patObj=patObj at entry=0x7fffffffd010,
out=out at entry=0x5555557d6e70, 
    state=state at entry=0x5555557da130, patternRefNum=patternRefNum at entry=5) at
/home/legarrec/info/programmation/poppler/poppler/GfxState.cc:3482
#6  0x00007ffff780b2de in GfxPattern::parse (res=res at entry=0x5555557d5c40,
obj=obj at entry=0x7fffffffd010, out=out at entry=0x5555557d6e70, 
    state=state at entry=0x5555557da130, patternRefNum=5) at
/home/legarrec/info/programmation/poppler/poppler/GfxState.cc:3350
#7  0x00007ffff772f3ad in GfxResources::lookupPattern (this=<optimized out>,
name=<optimized out>, out=0x5555557d6e70, state=0x5555557da130)
    at /home/legarrec/info/programmation/poppler/poppler/Gfx.cc:462
#8  0x00007ffff7736565 in Gfx::opSetFillColorN (this=0x5555557d9270,
args=<optimized out>, numArgs=<optimized out>)
    at /home/legarrec/info/programmation/poppler/poppler/Gfx.cc:1603
#9  0x00007ffff7752e41 in Gfx::go (this=this at entry=0x5555557d9270,
topLevel=topLevel at entry=true)
    at /home/legarrec/info/programmation/poppler/poppler/Gfx.cc:738
#10 0x00007ffff7754d94 in Gfx::display (this=this at entry=0x5555557d9270,
obj=obj at entry=0x7fffffffd4b0, topLevel=topLevel at entry=true)
    at /home/legarrec/info/programmation/poppler/poppler/Gfx.cc:700
#11 0x00007ffff78aa931 in Page::displaySlice (this=0x5555557d6d00,
out=0x5555557d6e70, hDPI=108, vDPI=108, rotate=0, useMediaBox=<optimized out>, 
    crop=<optimized out>, sliceX=sliceX at entry=-1, sliceY=-1, sliceW=-1,
sliceH=-1, printing=false, abortCheckCbk=0x0, abortCheckCbkData=0x0, 
    annotDisplayDecideCbk=0x0, annotDisplayDecideCbkData=0x0, copyXRef=false)
at /home/legarrec/info/programmation/poppler/poppler/Page.cc:560
#12 0x00007ffff78ab19f in Page::display (this=<optimized out>, out=<optimized
out>, hDPI=<optimized out>, vDPI=<optimized out>, rotate=<optimized out>, 
    useMediaBox=<optimized out>, crop=<optimized out>, printing=<optimized
out>, abortCheckCbk=0x0, abortCheckCbkData=0x0, annotDisplayDecideCbk=0x0, 
    annotDisplayDecideCbkData=0x0, copyXRef=false) at
/home/legarrec/info/programmation/poppler/poppler/Page.cc:481
#13 0x00007ffff78c08c5 in PDFDoc::displayPages (this=0x5555557d56c0,
out=0x5555557d6e70, firstPage=<optimized out>, lastPage=1, hDPI=108, vDPI=108,
rotate=0, 
    useMediaBox=true, crop=false, printing=false, abortCheckCbk=0x0,
abortCheckCbkData=0x0, annotDisplayDecideCbk=0x0,
annotDisplayDecideCbkData=0x0)
    at /home/legarrec/info/programmation/poppler/poppler/PDFDoc.cc:513
#14 0x00005555555611c8 in main (argc=<optimized out>, argv=<optimized out>) at
/home/legarrec/info/programmation/poppler/utils/pdftohtml.cc:392

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20171220/50d28cb7/attachment-0001.html>


More information about the Poppler-bugs mailing list