abrt 1.1.1 detected a crash. architecture: i686 cmdline: python /usr/share/system-config-printer/system-config-printer.py component: system-config-printer executable: /usr/share/system-config-printer/system-config-printer.py kernel: 2.6.33.5-124.fc13.i686.PAE package: system-config-printer-1.2.2-4.fc13 reason: system-config-printer.py:6213:fillDownloadableDrivers:AttributeError: NewPrinterGUI instance has no attribute 'downloadable_drivers' release: Fedora release 13 (Goddard) backtrace ----- system-config-printer.py:6213:fillDownloadableDrivers:AttributeError: NewPrinterGUI instance has no attribute 'downloadable_drivers' Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 4311, in on_btnNPForward_clicked self.nextNPTab() File "/usr/share/system-config-printer/system-config-printer.py", line 4560, in nextNPTab self.fillDownloadableDrivers() File "/usr/share/system-config-printer/system-config-printer.py", line 6213, in fillDownloadableDrivers drivers = self.downloadable_drivers AttributeError: NewPrinterGUI instance has no attribute 'downloadable_drivers' Local variables in innermost frame: self: <__main__.NewPrinterGUI instance at 0x90118ac>
Created attachment 427471 [details] File: backtrace
Looks like regression (bug #574562).
or an incomplete fix perhaps. The original fix was to set self.downloadable_drivers in the error return from openprinting_drivers_found(). Looking at that again now I see that it doesn't release the drivers_lock so that probably isn't how we ended up in this situation. Maybe commit f2b33e043b8ca1cc59dd6cda15cbd94859a33d01 will fix it.
system-config-printer-1.2.4-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/system-config-printer-1.2.4-1.fc13
system-config-printer-1.2.4-1.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/system-config-printer-1.2.4-1.fc14
system-config-printer-1.2.4-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update system-config-printer'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/system-config-printer-1.2.4-1.fc14
system-config-printer-1.2.4-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/system-config-printer-1.2.4-2.fc14
system-config-printer-1.2.4-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
system-config-printer-1.2.4-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.