Comment 5 for bug 1108719

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Can you install the cups-dbg package and then run

ulimit -c unlimited
sudo /usr/lib/cups/backend/usb

"usb" will crash and produce a core file.

Run

sudo gdb -c core /usr/lib/cups/backend/usb

and at the prompt of gdb run

bt

and after that

quit

Please post all the screen output here.