Bug 1204408
| Summary: | local variable 'app' referenced before assignment | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | amit.shah, awilliam, bugzilla, jberan, jfilak, mhabrnal, mikhail.v.gavrilov, robatino, zlynx |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | AcceptedBlocker | ||
| Fixed In Version: | gnome-abrt-1.1.0-2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-29 04:49:24 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: | |
| Embargoed: | |||
| Bug Depends On: | 1204524 | ||
| Bug Blocks: | 1043130 | ||
This is happening on launch in Fedora 22 Workstation Beta TC4. Proposed as a Blocker for 22-final by Fedora user chrismurphy using the blocker tracking app because: "All applications that can be launched using the standard graphical mechanism of a release-blocking desktop after a default installation of that desktop must start successfully and withstand a basic functionality test. " Discussed at 2015-03-23 blocker review meeting: http://meetbot.fedoraproject.org/fedora-blocker-review/2015-03-23/f22-blocker-review.2015-03-23-16.02.log.txt . Accepted as a Final blocker per criterion cited in #c2. Upstream commit https://github.com/abrt/gnome-abrt/commit/6b2ca4019c0c43e4e9ea6a5f59871b8286dc9818 fixes this bug. gnome-abrt-1.1.0-2.fc22, abrt-2.5.0-2.fc22, libreport-2.5.0-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/FEDORA-2015-4290/gnome-abrt-1.1.0-2.fc22,abrt-2.5.0-2.fc22,libreport-2.5.0-2.fc22 *** Bug 1205930 has been marked as a duplicate of this bug. *** *** Bug 1206136 has been marked as a duplicate of this bug. *** Package gnome-abrt-1.1.0-2.fc22, abrt-2.5.0-2.fc22, libreport-2.5.0-2.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-abrt-1.1.0-2.fc22 abrt-2.5.0-2.fc22 libreport-2.5.0-2.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-4290/gnome-abrt-1.1.0-2.fc22,abrt-2.5.0-2.fc22,libreport-2.5.0-2.fc22 then log in and leave karma (feedback). *** Bug 1206290 has been marked as a duplicate of this bug. *** gnome-abrt-1.1.0-2.fc22, abrt-2.5.0-2.fc22, libreport-2.5.0-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: $ gnome-abrt Namespace(expert=False, problem=None, verbose=None) /usr/lib64/python3.4/site-packages/gi/overrides/__init__.py:306: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version. return super_init_func(self, **new_kwargs) (gnome-abrt:8836): Gtk-CRITICAL **: gtk_header_bar_pack: assertion 'gtk_widget_get_parent (widget) == NULL' failed ERROR:root:local variable 'app' referenced before assignment Traceback (most recent call last): File "/usr/bin/gnome-abrt", line 275, in do_activate main_window = OopsWindow(self, self.all_sources, controller) File "/usr/lib64/python3.4/site-packages/gnome_abrt/views.py", line 469, in __init__ self._reload_problems(self._source) File "/usr/lib64/python3.4/site-packages/gnome_abrt/views.py", line 700, in _reload_problems storage_problems.append(problem_to_storage_values(p)) File "/usr/lib64/python3.4/site-packages/gnome_abrt/views.py", line 127, in problem_to_storage_values app = problem.get_application() File "/usr/lib64/python3.4/site-packages/gnome_abrt/problems.py", line 275, in get_application self['pid']) File "/usr/lib64/python3.4/site-packages/gnome_abrt/application.py", line 39, in find_application if not app: UnboundLocalError: local variable 'app' referenced before assignment Version-Release number of selected component (if applicable): gnome-abrt-1.1.0-1.fc22.x86_64 How reproducible: 100% Steps to Reproduce: 1.Start gnome-abrt