-
Notifications
You must be signed in to change notification settings - Fork 467
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
cupsd crashes with SIGSEGV in ippCopyAttribute() #5258
Comments
Here are the stack traces as displayed by Ubuntu's internal bug tracking system:
|
There are around 5 reports on each work day. The oldest CUPS version showing this bug is 2.2.4. |
Hmm, seems like cupsd is crashing when adding an IPP Everywhere printer... Will see if I can reproduce locally... |
Sigh, copy_printer_attributes never locked the printer object, so it never waited for the background update to complete first... :/ |
We frequently get bug reports like this at Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1750514
The scheduler crashes in the ippCopyAttribute() with a segfault. The Ubuntu report contains stack traces attached to the comments #4 and #5.
Due to the license change of CUPS we are still using version 2.2.6.
The text was updated successfully, but these errors were encountered: