Bug 1204524 - gnome-abrt crash
Summary: gnome-abrt crash
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-abrt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Filak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1204408
TreeView+ depends on / blocked
 
Reported: 2015-03-22 22:11 UTC by Vít Ondruch
Modified: 2016-12-01 00:48 UTC (History)
3 users (show)

Fixed In Version: gnome-abrt-1.1.0-2.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-10 09:00:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vít Ondruch 2015-03-22 22:11:12 UTC
Description of problem:
$ gnome-abrt 
Namespace(expert=False, problem=None, verbose=None)
Traceback (most recent call last):
  File "/usr/bin/gnome-abrt", line 288, in do_startup
    menu.append(_("_Preferences"), "app.preferences")
TypeError: Must be string, not bytes
/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:3643): 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):
$ rpm -q gnome-abrt
gnome-abrt-1.1.0-1.fc23.x86_64



How reproducible:
Always



Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jakub Filak 2015-03-23 17:24:00 UTC
Upstream commit https://github.com/abrt/gnome-abrt/commit/6b2ca4019c0c43e4e9ea6a5f59871b8286dc9818 fixes this bug.


Note You need to log in before you can comment on or make changes to this bug.