Summary: | Crash attempting to modify a printer | ||
---|---|---|---|
Product: | [Frameworks and Libraries] print-manager | Reporter: | Stephen Gallagher <sgallagh> |
Component: | general | Assignee: | Daniel Nicoletti <dantti12> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/print-manager/08a74431ee04cb21e1fb87f3715cd5874d65c82d | Version Fixed In: | 4.10.2 |
Sentry Crash Report: |
Description
Stephen Gallagher
2013-02-04 16:33:15 UTC
can you reproduce it every time? Is it a fresh/default install? I only got it to crash once more, with lots of clicking. This is more or less a default install: it's Fedora 18, fully updated as of this morning plus the contents of the kde-unstable repository. Ok, the crash is because you used kcmshell4 which allowed you to close it easly, I can fix the crash, the password loop is what I'm unsure about... Can you compile print-manager from master or KDE4.10 branch? Thanks Git commit 08a74431ee04cb21e1fb87f3715cd5874d65c82d by Daniel Nicoletti. Committed on 20/03/2013 at 16:46. Pushed by dantti into branch 'KDE/4.10'. Make sure we don't crash if the application is closed before we process a CUPS request M +13 -12 add-printer/AddPrinterInterface.cpp M +14 -13 add-printer/PageAddPrinter.cpp M +6 -1 configure-printer/ConfigureDialog.cpp M +4 -1 configure-printer/ConfigurePrinterInterface.cpp M +20 -19 configure-printer/ModifyPrinter.cpp M +10 -8 configure-printer/PrinterBehavior.cpp M +31 -23 configure-printer/PrinterOptions.cpp M +11 -3 print-manager-kded/NewPrinterNotification.cpp M +4 -2 printer-manager-kcm/PrintKCM.cpp M +27 -15 printer-manager-kcm/PrinterDescription.cpp M +4 -1 printqueue/PrintQueueInterface.cpp M +15 -12 printqueue/PrintQueueModel.cpp M +8 -3 printqueue/PrintQueueUi.cpp http://commits.kde.org/print-manager/08a74431ee04cb21e1fb87f3715cd5874d65c82d Regarding the auth issue, please make sure you are in the lpadmin group, and use the kde 4.10 version. What package is supposed to have created the lpadmin group on the system? It does not exist in my Fedora 18 install. |