Filter Error

Michael Sweet msweet at apple.com
Tue Jun 21 15:23:52 PDT 2011


On Jun 21, 2011, at 6:31 AM, Ganesh wrote:
> Hi,
> 
> I am developing driver for Zebra Card Printer.
> My filter is not responding in the following line.
> ras = cupsRasterOpen(0, CUPS_RASTER_READ);
> It will terminate with signal 15
> I am using Ubuntu 10.10, cups version 1.4.4


Signal 15 is SIGTERM - this will normally be sent when a job is canceled or held.

The CUPS error_log file (/var/log/cups/error_log) usually has information to help you - enable debug logging with the following command:

	cupsctl --debug-logging

or use the web interface:

	http://localhost:631/admin

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair





More information about the cups-devel mailing list