Bug 1023449

Summary: [abrt] system-config-printer-libs-1.4.3-1.fc20: decorators.py:330:decorator:ValueError: Corrupt type signature
Product: [Fedora] Fedora Reporter: Arik Kfir <arik.kfir>
Component: system-config-printerAssignee: Tim Waugh <twaugh>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: fnord, jpopelka, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:ab39b51b3115885a3fd43d35bac84cb559ee92bb
Fixed In Version: system-config-printer-1.4.3-2.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-06 07:39:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Arik Kfir 2013-10-25 12:59:27 UTC
Version-Release number of selected component:
system-config-printer-libs-1.4.3-1.fc20

Additional info:
reporter:       libreport-2.1.8
cmdline:        /usr/bin/python /usr/share/system-config-printer/scp-dbus-service.py
dso_list:       dbus-python-1.1.1-6.fc20.x86_64
executable:     /usr/share/system-config-printer/scp-dbus-service.py
kernel:         3.11.0-300.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
decorators.py:330:decorator:ValueError: Corrupt type signature

Traceback (most recent call last):
  File "/usr/share/system-config-printer/scp-dbus-service.py", line 297, in <module>
    class ConfigPrintingNewPrinterDialog(dbus.service.Object):
  File "/usr/share/system-config-printer/scp-dbus-service.py", line 370, in ConfigPrintingNewPrinterDialog
    signature='a{s}')
  File "/usr/lib/python2.7/site-packages/dbus/decorators.py", line 330, in decorator
    sig = tuple(Signature(signature))
ValueError: Corrupt type signature

Local variables in innermost frame:
member_name: 'DriverDownloadChecked'
emit_signal: <function emit_signal at 0x2073b18>
dbus_interface: 'org.fedoraproject.Config.Printing.NewPrinterDialog'
path_keyword: None
keyword: None
args: ['installed_files']
func: <function DriverDownloadChecked at 0x2073aa0>
signature: 'a{s}'
rel_path_keyword: None

Comment 1 Arik Kfir 2013-10-25 12:59:33 UTC
Created attachment 816131 [details]
File: backtrace

Comment 2 Arik Kfir 2013-10-25 12:59:37 UTC
Created attachment 816132 [details]
File: environ

Comment 3 Tim Waugh 2013-10-25 14:14:01 UTC
This just needs "a{s}" changing to "a(s)".

Comment 4 Fedora Update System 2013-10-25 16:06:27 UTC
system-config-printer-1.4.3-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/FEDORA-2013-19710/system-config-printer-1.4.3-2.fc20

Comment 5 Fedora Update System 2013-10-25 16:07:02 UTC
system-config-printer-1.4.3-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/FEDORA-2013-19726/system-config-printer-1.4.3-2.fc19

Comment 6 Fedora Update System 2013-10-26 00:58:29 UTC
Package system-config-printer-1.4.3-2.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing system-config-printer-1.4.3-2.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-19726/system-config-printer-1.4.3-2.fc19
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2013-11-06 07:39:31 UTC
system-config-printer-1.4.3-2.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2013-11-10 07:44:27 UTC
system-config-printer-1.4.3-2.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Jiri Popelka 2013-11-13 08:59:46 UTC
*** Bug 1029689 has been marked as a duplicate of this bug. ***