Created
May 22, 2009 15:31
-
-
Save yob/116195 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) backtrace | |
#0 0xb7eba8d5 in GooString::sanitizedName (this=0x0, psmode=1) at GooString.cc:762 | |
#1 0xb7ea32a6 in PSOutputDev::setupFont (this=0x8e6b310, font=0x8e6c2f8, parentResDict=0x8e6b9c8) at PSOutputDev.cc:1685 | |
#2 0xb7ea38d7 in PSOutputDev::setupFonts (this=0x8e6b310, resDict=0x8e6b9c8) at PSOutputDev.cc:1600 | |
#3 0xb7ea207b in PSOutputDev::setupResources (this=0x8e6b310, resDict=0x8e6b9c8) at PSOutputDev.cc:1485 | |
#4 0xb7ea3c15 in PSOutputDev::writeDocSetup (this=0x8e6b310, catalog=0x8e6ad28, firstPage=1, lastPage=1, duplexA=0) at PSOutputDev.cc:1405 | |
#5 0xb7ea401e in PSOutputDev::init (this=0x8e6b310, outputFuncA=0xb7e9b320 <outputToFile>, outputStreamA=0x8e6add8, fileTypeA=psFile, pstitle=0x0, xrefA=0x8e6acb8, catalog=0x8e6ad28, firstPage=1, lastPage=1, modeA=psModePS, imgLLXA=0, imgLLYA=0, imgURXA=0, imgURYA=0, manualCtrlA=0, paperWidthA=-1, paperHeightA=-1, duplexA=0) at PSOutputDev.cc:1181 | |
#6 0xb7ea4617 in PSOutputDev (this=0x8e6b310, fileName=0x8e6b918 "test.ps", xrefA=0x8e6acb8, catalog=0x8e6ad28, psTitle=0x0, firstPage=1, lastPage=1, modeA=psModePS, paperWidthA=-1, paperHeightA=-1, duplexA=0, imgLLXA=0, imgLLYA=0, imgURXA=0, imgURYA=0, forceRasterizeA=0, manualCtrlA=0) at PSOutputDev.cc:1028 | |
#7 0x0804965f in main (argc=Cannot access memory at address 0x0) at pdftops.cc:341 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment