Bug 890866
| Summary: | [abrt] system-config-samba-1.2.97-1.fc17: sambaParser.py:133:set_name:AssertionError | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | kazuno.shiranui | ||||||||||
| Component: | system-config-samba | Assignee: | Nils Philippsen <nphilipp> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 17 | CC: | nphilipp | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | i686 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:2b24bf3aefd0108c01cab801ea99f51d4490cd99 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-02-14 02:44:09 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 670495 [details]
File: executable
Created attachment 670496 [details]
File: environ
Created attachment 670497 [details]
File: smolt_data
Created attachment 670498 [details]
File: core_backtrace
fixed in git:
commit 825c407f41a2c2bea48d5bffc27aa93d6a498d80
Author: Nils Philippsen <nils>
AuthorDate: Fri Feb 1 15:43:41 2013 +0100
Commit: Nils Philippsen <nils>
CommitDate: Fri Feb 1 15:43:41 2013 +0100
learn to cope with special characters in section names (#890866)
system-config-samba-1.2.100-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/system-config-samba-1.2.100-1.fc17 system-config-samba-1.2.100-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/system-config-samba-1.2.100-1.fc18 Package system-config-samba-1.2.100-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing system-config-samba-1.2.100-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1854/system-config-samba-1.2.100-1.fc17 then log in and leave karma (feedback). system-config-samba-1.2.100-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. system-config-samba-1.2.100-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: system-config-samba-1.2.97-1.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: /usr/bin/python /usr/bin/system-config-samba kernel: 3.6.10-2.fc17.i686.PAE backtrace: :sambaParser.py:133:set_name:AssertionError : :Traceback (most recent call last): : File "/usr/share/system-config-samba/shareWindow.py", line 438, in onOkButtonClicked : section = sambaParser.SambaSection(self.samba_data, dir_header) : File "/usr/lib/python2.7/site-packages/scsamba/core/sambaParser.py", line 90, in __init__ : if not prototype and not self.set_name(name, literal): : File "/usr/lib/python2.7/site-packages/scsamba/core/sambaParser.py", line 133, in set_name : assert(newname[-1:] not in (' ', '\t', '[', ']')) :AssertionError : :Local variables in innermost frame: :newname: 'Los Sims 2 [4CDs] [Multilenguaje]' :self: <SambaSection instance preamble: : :> :newliteral: None