| Summary: | don't manipulate argv[0] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> |
| Component: | rpmlint | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | a.badger, jfilak, manuel.wolfshant, tcallawa, tmz, twoerner, ville.skytta |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rpmlint-1.5-5.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-16 07:09:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
rpmlint-1.5-5.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/rpmlint-1.5-5.fc19 rpmlint-1.5-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/rpmlint-1.5-5.fc18 rpmlint-1.5-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/rpmlint-1.5-5.fc20 Package rpmlint-1.5-5.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rpmlint-1.5-5.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-21092/rpmlint-1.5-5.fc18 then log in and leave karma (feedback). rpmlint-1.5-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. rpmlint-1.5-5.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. rpmlint-1.5-5.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Please don't manipulate argv[0]. This is included in /usr/bin/rpmlint: > sys.argv[0] = os.path.basename(sys.argv[0]) If you do this, abrt is not able to catch and report rpmlint crashes. Please avoid argv[0] manipulation. Thanks. Version-Release number of selected component (if applicable): rpmlint-1.5-4.fc20.noarch