Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prettyprint bug #2158

Closed
michaelrsweet opened this issue Dec 17, 2006 · 3 comments
Closed

prettyprint bug #2158

michaelrsweet opened this issue Dec 17, 2006 · 3 comments
Labels
priority-low question General usage question
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.2.7
CUPS.org User: Ivar

If the CUPS version is 1.2.6 or 1.2.7 but not 1.1.23
and if the "prettyprint" option is used
and if the first two characters in the file being printed are "/*",
then printing fails.

The state of the job is "stopped". The printers page show messages like "Missing %%EndProlog!", "TurboPrint: printing page 1, 99% complete", and "/usr/libexec/cups/filter/texttops failed".

The problem occurs in two different computers, one with the turboprint 1.94-4 driver and the other with the "Canon BJC-7004/bjc800 (recommended)" driver. Both operating systems are Gentoo linux, one with a 2.6.19 kernel and the other with a 2.6.18 kernel. Both computers are connected to a Canon i860 printer, one with a parallel connection and the other with a usb connection. The compiler is GNU 4.1.1.

Printing otherwise appears normal.

Ivar

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

What operating system are you using?

Can you provide your error_log file (with debug logging enabled) showing a sample print job that fails?

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: Ivar

ivar@JNCS ~ $ uname -a
Linux JNCS 2.6.19-gentoo-r2 #35 SMP PREEMPT Sat Dec 30 03:03:54 EST 2006 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux

Two files:

ivar@JNCS ~ $ more myPrintTest
/*
Note that first character is a slash.
*/

ivar@JNCS ~ $ more myPrintTest2
/*
Note that first character is a space.
*/

Print commands:

ivar@JNCS ~ $ lpr myPrintTest
ivar@JNCS ~ $ lpr myPrintTest2
ivar@JNCS ~ $ lpr -o prettyprint myPrintTest2
ivar@JNCS ~ $ lpr -o prettyprint myPrintTest

The first three of these worked. The last failed.

Here is the error log for the last two print jobs. Note that the job that worked is first.

D [04/Jan/2007:02:34:09 -0500] cupsdAcceptClient: 7 from localhost (Domain)
D [04/Jan/2007:02:34:09 -0500] cupsdReadClient: 7 POST / HTTP/1.1
D [04/Jan/2007:02:34:09 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:09 -0500] CUPS-Get-Printers
D [04/Jan/2007:02:34:09 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:09 -0500] cupsdReadClient: 7 POST / HTTP/1.1
D [04/Jan/2007:02:34:09 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:09 -0500] CUPS-Get-Classes
D [04/Jan/2007:02:34:09 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:09 -0500] cupsdReadClient: 7 POST / HTTP/1.1
D [04/Jan/2007:02:34:09 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:09 -0500] CUPS-Get-Default
D [04/Jan/2007:02:34:09 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:09 -0500] cupsdCloseClient: 7
D [04/Jan/2007:02:34:09 -0500] cupsdAcceptClient: 7 from localhost (Domain)
D [04/Jan/2007:02:34:09 -0500] cupsdReadClient: 7 POST /printers/tp0 HTTP/1.1
D [04/Jan/2007:02:34:09 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:09 -0500] Print-Job ipp://localhost/printers/tp0
D [04/Jan/2007:02:34:09 -0500] print_job: auto-typing file...
D [04/Jan/2007:02:34:09 -0500] print_job: request file type is text/plain.
D [04/Jan/2007:02:34:09 -0500] add_job: requesting-user-name="ivar"
I [04/Jan/2007:02:34:09 -0500] Adding start banner page "none" to job 638.
D [04/Jan/2007:02:34:09 -0500] Discarding unused job-created event...
I [04/Jan/2007:02:34:09 -0500] Adding end banner page "none" to job 638.
I [04/Jan/2007:02:34:09 -0500] Job 638 queued on "tp0" by "ivar".
D [04/Jan/2007:02:34:09 -0500] Job 638 hold_until = 0
D [04/Jan/2007:02:34:09 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:09 -0500] job-sheets=none,none
D [04/Jan/2007:02:34:09 -0500] banner_page = 0
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[0]="tp0"
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[1]="638"
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[2]="ivar"
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[3]="myPrintTest2"
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[4]="1"
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[5]="prettyprint cpi=10 lpi=6 media=Letter PageSize=Letter Resolution=600x600dpi zedoColorModel=RGB job-uuid=urn:uuid:267406ab-aac2-3594-5627-0fcd66372232"
D [04/Jan/2007:02:34:09 -0500] [Job 638] argv[6]="/var/spool/cups/d00638-001"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[2]="CUPS_DOCROOT=/usr/share/cups/html"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[5]="CUPS_SERVERBIN=/usr/libexec/cups"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[8]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[9]="SERVER_ADMIN=root@JNCS"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[10]="SOFTWARE=CUPS/1.2.7"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[12]="USER=root"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[13]="CUPS_SERVER=/var/run/cups/cups.sock"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[14]="CUPS_ENCRYPTION=IfRequested"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[15]="IPP_PORT=631"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[16]="CHARSET=utf-8"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[17]="LANG=en_US"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[18]="PPD=/etc/cups/ppd/tp0.ppd"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[19]="RIP_MAX_CACHE=8m"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[20]="CONTENT_TYPE=text/plain"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[21]="DEVICE_URI=parallel:/dev/lp0"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[22]="PRINTER=tp0"
D [04/Jan/2007:02:34:09 -0500] [Job 638] envp[23]="FINAL_CONTENT_TYPE=printer/tp0"
I [04/Jan/2007:02:34:09 -0500] Started filter /usr/libexec/cups/filter/texttops (PID 8625) for job 638.
I [04/Jan/2007:02:34:09 -0500] Started filter /usr/libexec/cups/filter/pstops (PID 8626) for job 638.
I [04/Jan/2007:02:34:09 -0500] Started filter /usr/libexec/cups/filter/pstoturboprint (PID 8627) for job 638.
I [04/Jan/2007:02:34:09 -0500] Started backend /usr/libexec/cups/backend/parallel (PID 8629) for job 638.
D [04/Jan/2007:02:34:09 -0500] Discarding unused job-state event...
D [04/Jan/2007:02:34:09 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:09 -0500] [Job 638] Page = 612x792; 18,20 to 594,784
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->num_fonts = 35
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:09 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:09 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:09 -0500] [Job 638] backendRunLoop(print_fd=0, device_fd=4, use_bc=0)
D [04/Jan/2007:02:34:09 -0500] cupsdCloseClient: 7
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[9] = Courier-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[10] = Courier-BoldOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[11] = Courier-Oblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[12] = Helvetica
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[13] = Helvetica-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[14] = Helvetica-BoldOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[15] = Helvetica-Narrow
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[16] = Helvetica-Narrow-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[17] = Helvetica-Narrow-BoldOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[18] = Helvetica-Narrow-Oblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[19] = Helvetica-Oblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[20] = NewCenturySchlbk-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[21] = NewCenturySchlbk-BoldItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[22] = NewCenturySchlbk-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[23] = NewCenturySchlbk-Roman
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[24] = Palatino-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[25] = Palatino-BoldItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[26] = Palatino-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[27] = Palatino-Roman
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[28] = Symbol
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[29] = Times-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[30] = Times-BoldItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[31] = Times-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[32] = Times-Roman
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[33] = ZapfChancery-MediumItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[34] = ZapfDingbats
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->num_fonts = 35
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[9] = Courier-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->num_fonts = 35
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->num_fonts = 35
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[9] = Courier-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[10] = Courier-BoldOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[11] = Courier-Oblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[12] = Helvetica
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[13] = Helvetica-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[14] = Helvetica-BoldOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[15] = Helvetica-Narrow
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[16] = Helvetica-Narrow-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[17] = Helvetica-Narrow-BoldOblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[18] = Helvetica-Narrow-Oblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[19] = Helvetica-Oblique
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[20] = NewCenturySchlbk-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[21] = NewCenturySchlbk-BoldItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[22] = NewCenturySchlbk-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[23] = NewCenturySchlbk-Roman
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[24] = Palatino-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[25] = Palatino-BoldItalic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[26] = Palatino-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[27] = Palatino-Roman
D [04/Jan/2007:02:34:09 -0500] [Job 638] ppd->fonts[28] = Symbol
D [04/Jan/2007:02:34:09 -0500] [Job 638] Page = 612x792; 18,20 to 594,784
D [04/Jan/2007:02:34:09 -0500] [Job 638] slow_collate=0, slow_duplex=0, slow_order=0
D [04/Jan/2007:02:34:09 -0500] [Job 638] Before copy_comments - %!PS-Adobe-3.0
D [04/Jan/2007:02:34:09 -0500] [Job 638] %!PS-Adobe-3.0
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%BoundingBox: 0 0 612 792
D [04/Jan/2007:02:34:09 -0500] [Job 638] %cupsRotation: 0
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%Creator: texttops/CUPS v1.2.7
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%CreationDate: Thu 04 Jan 2007 02:34:09 AM EST
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%Title: (myPrintTest2)
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%For: (ivar)
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%Pages: (atend)
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%DocumentNeededResources: font Courier-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Courier-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Courier
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Symbol
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%DocumentSuppliedResources: procset texttops 1.1 0
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Courier-Italic
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Courier-Bold
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Courier
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%+ font Symbol
D [04/Jan/2007:02:34:09 -0500] [Job 638] %%EndComments
D [04/Jan/2007:02:34:09 -0500] [Job 638] Before copy_prolog - %%BeginProlog
D [04/Jan/2007:02:34:09 -0500] [Job 638] Before copy_setup - %%Page: 1 1
D [04/Jan/2007:02:34:09 -0500] [Job 638] Before page loop - %%Page: 1 1
D [04/Jan/2007:02:34:09 -0500] [Job 638] Copying page 1...
D [04/Jan/2007:02:34:09 -0500] [Job 638] pagew = 576.0, pagel = 763.7
D [04/Jan/2007:02:34:09 -0500] [Job 638] bboxw = 612, bboxl = 792
D [04/Jan/2007:02:34:09 -0500] [Job 638] PageLeft = 18.0, PageRight = 594.0
D [04/Jan/2007:02:34:09 -0500] [Job 638] PageTop = 783.5, PageBottom = 19.8
D [04/Jan/2007:02:34:09 -0500] [Job 638] PageWidth = 612.0, PageLength = 792.0
D [04/Jan/2007:02:34:09 -0500] [Job 638] Wrote 1 pages...
D [04/Jan/2007:02:34:09 -0500] PID 8625 (/usr/libexec/cups/filter/texttops) exited with no errors.
D [04/Jan/2007:02:34:09 -0500] PID 8626 (/usr/libexec/cups/filter/pstops) exited with no errors.
D [04/Jan/2007:02:34:10 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:10 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:10 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:10 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:11 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:12 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Read 8192 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Wrote 8192 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Read 2067 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] [Job 638] Wrote 2067 bytes of print data...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:13 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:14 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:15 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:15 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:15 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:15 -0500] [Job 638] Read 6145 bytes of print data...
D [04/Jan/2007:02:34:15 -0500] PID 8627 (/usr/libexec/cups/filter/pstoturboprint) exited with no errors.
D [04/Jan/2007:02:34:15 -0500] [Job 638] Wrote 6145 bytes of print data...
D [04/Jan/2007:02:34:15 -0500] PID 8629 (/usr/libexec/cups/backend/parallel) exited with no errors.
D [04/Jan/2007:02:34:15 -0500] [Job 638] File 0 is complete.
D [04/Jan/2007:02:34:15 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:15 -0500] Discarding unused job-completed event...
D [04/Jan/2007:02:34:16 -0500] Unloading job 638...

D [04/Jan/2007:02:34:25 -0500] cupsdAcceptClient: 7 from localhost (Domain)
D [04/Jan/2007:02:34:25 -0500] cupsdReadClient: 7 POST / HTTP/1.1
D [04/Jan/2007:02:34:25 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:25 -0500] CUPS-Get-Printers
D [04/Jan/2007:02:34:25 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:25 -0500] cupsdReadClient: 7 POST / HTTP/1.1
D [04/Jan/2007:02:34:25 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:25 -0500] CUPS-Get-Classes
D [04/Jan/2007:02:34:25 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:25 -0500] cupsdReadClient: 7 POST / HTTP/1.1
D [04/Jan/2007:02:34:25 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:25 -0500] CUPS-Get-Default
D [04/Jan/2007:02:34:25 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:25 -0500] cupsdCloseClient: 7
D [04/Jan/2007:02:34:25 -0500] cupsdAcceptClient: 7 from localhost (Domain)
D [04/Jan/2007:02:34:25 -0500] cupsdReadClient: 7 POST /printers/tp0 HTTP/1.1
D [04/Jan/2007:02:34:25 -0500] cupsdAuthorize: No authentication data provided.
D [04/Jan/2007:02:34:25 -0500] Print-Job ipp://localhost/printers/tp0
D [04/Jan/2007:02:34:25 -0500] print_job: auto-typing file...
D [04/Jan/2007:02:34:25 -0500] print_job: request file type is application/x-csource.
D [04/Jan/2007:02:34:25 -0500] add_job: requesting-user-name="ivar"
I [04/Jan/2007:02:34:25 -0500] Adding start banner page "none" to job 639.
D [04/Jan/2007:02:34:25 -0500] Discarding unused job-created event...
I [04/Jan/2007:02:34:25 -0500] Adding end banner page "none" to job 639.
I [04/Jan/2007:02:34:25 -0500] Job 639 queued on "tp0" by "ivar".
D [04/Jan/2007:02:34:25 -0500] Job 639 hold_until = 0
D [04/Jan/2007:02:34:25 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:25 -0500] job-sheets=none,none
D [04/Jan/2007:02:34:25 -0500] banner_page = 0
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[0]="tp0"
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[1]="639"
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[2]="ivar"
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[3]="myPrintTest"
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[4]="1"
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[5]="prettyprint cpi=10 lpi=6 media=Letter PageSize=Letter Resolution=600x600dpi zedoColorModel=RGB job-uuid=urn:uuid:41371479-6297-31c3-6d08-20c344f1d870"
D [04/Jan/2007:02:34:25 -0500] [Job 639] argv[6]="/var/spool/cups/d00639-001"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[2]="CUPS_DOCROOT=/usr/share/cups/html"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[5]="CUPS_SERVERBIN=/usr/libexec/cups"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[8]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[9]="SERVER_ADMIN=root@JNCS"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[10]="SOFTWARE=CUPS/1.2.7"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[12]="USER=root"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[13]="CUPS_SERVER=/var/run/cups/cups.sock"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[14]="CUPS_ENCRYPTION=IfRequested"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[15]="IPP_PORT=631"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[16]="CHARSET=utf-8"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[17]="LANG=en_US"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[18]="PPD=/etc/cups/ppd/tp0.ppd"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[19]="RIP_MAX_CACHE=8m"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[20]="CONTENT_TYPE=application/x-csource"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[21]="DEVICE_URI=parallel:/dev/lp0"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[22]="PRINTER=tp0"
D [04/Jan/2007:02:34:25 -0500] [Job 639] envp[23]="FINAL_CONTENT_TYPE=printer/tp0"
I [04/Jan/2007:02:34:25 -0500] Started filter /usr/libexec/cups/filter/texttops (PID 8652) for job 639.
I [04/Jan/2007:02:34:25 -0500] Started filter /usr/libexec/cups/filter/pstops (PID 8653) for job 639.
I [04/Jan/2007:02:34:25 -0500] Started filter /usr/libexec/cups/filter/pstoturboprint (PID 8654) for job 639.
I [04/Jan/2007:02:34:25 -0500] Started backend /usr/libexec/cups/backend/parallel (PID 8655) for job 639.
D [04/Jan/2007:02:34:25 -0500] Discarding unused job-state event...
D [04/Jan/2007:02:34:25 -0500] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [04/Jan/2007:02:34:25 -0500] cupsdCloseClient: 7
D [04/Jan/2007:02:34:25 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:25 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:25 -0500] [Job 639] backendRunLoop(print_fd=0, device_fd=4, use_bc=0)
D [04/Jan/2007:02:34:25 -0500] [Job 639] Page = 612x792; 18,20 to 594,784
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->num_fonts = 35
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[9] = Courier-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[10] = Courier-BoldOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[11] = Courier-Oblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[12] = Helvetica
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[13] = Helvetica-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[14] = Helvetica-BoldOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[15] = Helvetica-Narrow
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[16] = Helvetica-Narrow-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[17] = Helvetica-Narrow-BoldOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[18] = Helvetica-Narrow-Oblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[19] = Helvetica-Oblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[20] = NewCenturySchlbk-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[21] = NewCenturySchlbk-BoldItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[22] = NewCenturySchlbk-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[23] = NewCenturySchlbk-Roman
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[24] = Palatino-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[25] = Palatino-BoldItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[26] = Palatino-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[27] = Palatino-Roman
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[28] = Symbol
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[29] = Times-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[30] = Times-BoldItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[31] = Times-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[32] = Times-Roman
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[33] = ZapfChancery-MediumItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[34] = ZapfDingbats
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->num_fonts = 35
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[9] = Courier-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->num_fonts = 35
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->num_fonts = 35
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[0] = AvantGarde-Book
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[1] = AvantGarde-BookOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[2] = AvantGarde-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[3] = AvantGarde-DemiOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[4] = Bookman-Demi
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[5] = Bookman-DemiItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[6] = Bookman-Light
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[7] = Bookman-LightItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[8] = Courier
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[9] = Courier-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[10] = Courier-BoldOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[11] = Courier-Oblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[12] = Helvetica
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[13] = Helvetica-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[14] = Helvetica-BoldOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[15] = Helvetica-Narrow
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[16] = Helvetica-Narrow-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[17] = Helvetica-Narrow-BoldOblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[18] = Helvetica-Narrow-Oblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[19] = Helvetica-Oblique
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[20] = NewCenturySchlbk-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[21] = NewCenturySchlbk-BoldItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[22] = NewCenturySchlbk-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[23] = NewCenturySchlbk-Roman
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[24] = Palatino-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[25] = Palatino-BoldItalic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[26] = Palatino-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[27] = Palatino-Roman
D [04/Jan/2007:02:34:25 -0500] [Job 639] ppd->fonts[28] = Symbol
D [04/Jan/2007:02:34:25 -0500] [Job 639] Page = 612x792; 18,20 to 594,784
D [04/Jan/2007:02:34:25 -0500] [Job 639] slow_collate=0, slow_duplex=0, slow_order=0
D [04/Jan/2007:02:34:25 -0500] [Job 639] Before copy_comments - %!PS-Adobe-3.0
D [04/Jan/2007:02:34:25 -0500] [Job 639] %!PS-Adobe-3.0
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%BoundingBox: 0 0 612 792
D [04/Jan/2007:02:34:25 -0500] [Job 639] %cupsRotation: 0
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%Creator: texttops/CUPS v1.2.7
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%CreationDate: Thu 04 Jan 2007 02:34:25 AM EST
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%Title: (myPrintTest)
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%For: (ivar)
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%Pages: (atend)
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%DocumentNeededResources: font Courier-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Courier-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Courier
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Symbol
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%DocumentSuppliedResources: procset texttops 1.1 0
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Courier-Italic
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Courier-Bold
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Courier
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%+ font Symbol
D [04/Jan/2007:02:34:25 -0500] [Job 639] %%EndComments
D [04/Jan/2007:02:34:25 -0500] [Job 639] Before copy_prolog - %%BeginProlog
E [04/Jan/2007:02:34:25 -0500] PID 8652 (/usr/libexec/cups/filter/texttops) crashed on signal 11!
E [04/Jan/2007:02:34:25 -0500] [Job 639] Missing %%EndProlog!
D [04/Jan/2007:02:34:25 -0500] Discarding unused printer-state-changed event...
D [04/Jan/2007:02:34:25 -0500] [Job 639] Before copy_setup - DEBUG: Before page loop - DEBUG: Wrote 0 pages...
D [04/Jan/2007:02:34:25 -0500] PID 8653 (/usr/libexec/cups/filter/pstops) exited with no errors.
D [04/Jan/2007:02:34:25 -0500] [Job 639] mkfifo: cannot create fifo `/tmp/pstoturboprint8654.fifo': File exists
D [04/Jan/2007:02:34:25 -0500] PID 8654 (/usr/libexec/cups/filter/pstoturboprint) exited with no errors.

Ivar

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Sorry, I am unable to reproduce this problem on any of our systems. Even valgrind doesn't show any problems...

Perhaps you are running into a compiler bug on Gentoo?

@michaelrsweet michaelrsweet added priority-low question General usage question labels Mar 17, 2016
@michaelrsweet michaelrsweet added this to the Stable milestone Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-low question General usage question
Projects
None yet
Development

No branches or pull requests

1 participant