After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728798 - Crashing regularly
Crashing regularly
Status: RESOLVED DUPLICATE of bug 726459
Product: gnome-music
Classification: Applications
Component: general
3.13.x
Other Linux
: Normal critical
: 3.14
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2014-04-23 14:53 UTC by Simen Heggestøyl
Modified: 2014-04-23 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simen Heggestøyl 2014-04-23 14:53:16 UTC
GNOME Music (both version 3.13 and 3.12) crashes regularly. I haven't been able to find steps to invoke the bug, but it seems to happen when I'm switching windows, or starting a new app in GNOME.

The traceback is the same every time. I've reproduced it below, hoping it will be of help.

Traceback (most recent call last):
  • File "/home/simen/src/gnome-music/gnomemusic/__init__.py", line 44 in wrapped
    retval = fn(*v, **k)
  • File "/home/simen/src/gnome-music/gnomemusic/view.py", line 661 in _on_item_activated
    _iter = self._model.get_iter(child_path)
  • File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 786 in get_iter
    path = self._coerce_path(path)
  • File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 761 in _coerce_path
    return TreePath(path)
  • File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1109 in __new__
    path = ":".join(str(val) for val in path)
TypeError: 'NoneType' object is not iterable

Comment 1 Vadim Rutkovsky 2014-04-23 15:12:10 UTC
Please specify more information, see https://bugzilla.gnome.org/show_bug.cgi?id=726459#c5

*** This bug has been marked as a duplicate of bug 726459 ***