SIGABRT - hpcups crashes at destructor
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HPLIP |
New
|
Undecided
|
Unassigned |
Bug Description
Hi!
Marek Kasik reported a bug https:/
It is reproducible even with file device printer. Setup:
1) enable FileDevice in /etc/cups/
2) restart cups
3) create a print queue:
$ sudo lpadmin -p test -v file:/tmp/ps -m drv:///
4) print something, e.g. /etc/fstab
$ lp -d test /etc/fstab
Now you can see in logs/journal:
Apr 04 09:08:26 host-10-0-136-26 cupsd[17313]: prnt/hpcups/
Apr 04 09:08:26 host-10-0-136-26 cupsd[17313]: PID 17319 (/usr/lib/
Apr 04 09:08:26 host-10-0-136-26 cupsd[17313]: Hint: Try setting the LogLevel to "debug" to find out more.
Apr 04 09:08:26 host-10-0-136-26 cupsd[17313]: Processing page 2...
Apr 04 09:08:26 host-10-0-136-26 cupsd[17313]: Rendering completed
Apr 04 09:08:26 host-10-0-136-26 cupsd[17313]: PID 17318 (/usr/lib/
The issue is similar like https:/
Would you mind adding the patch to the project?