FS#48874 - [gnome-music] crashed on startup

Attached to Project: Arch Linux
Opened by Ivan Grimaldi (ivangrimaldi) - Sunday, 10 April 2016, 18:55 GMT
Last edited by Jan de Groot (JGC) - Monday, 27 June 2016, 13:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After upgrade to gnome 3.20 "gnome-music" crashed on startup, below the crash log.

[ivan@tuco ~]$ gnome-music -d
20:52:04 DEBUG Grilo.__init__(<Grilo>)[grilo.py:68]
/usr/lib/python3.5/site-packages/gi/module.py:178: Warning: g_array_append_vals: assertion 'array' failed
g_type = info.get_g_type()
/usr/lib/python3.5/site-packages/gi/module.py:178: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed
g_type = info.get_g_type()
/usr/lib/python3.5/site-packages/gi/module.py:178: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
g_type = info.get_g_type()
20:52:04 DEBUG Playlists.__init__(<Playlists>)[playlists.py:118]
20:52:04 DEBUG |Query.__init__(<Query>)[query.py:45]
Traceback (most recent call last):
File "/usr/bin/gnome-music", line 82, in <module>
from gnomemusic.application import Application
File "/usr/lib/python3.5/site-packages/gnomemusic/application.py", line 37, in <module>
from gnomemusic.window import Window
File "/usr/lib/python3.5/site-packages/gnomemusic/window.py", line 39, in <module>
from gnomemusic.player import Player, SelectionToolbar
File "/usr/lib/python3.5/site-packages/gnomemusic/player.py", line 47, in <module>
playlists = Playlists.get_default()
File "/usr/lib/python3.5/site-packages/gnomemusic/playlists.py", line 115, in get_default
cls.instance = Playlists()
File "/usr/lib/python3.5/site-packages/gnomemusic/__init__.py", line 55, in wrapped
retval = fn(*v, **k)
File "/usr/lib/python3.5/site-packages/gnomemusic/playlists.py", line 122, in __init__
StaticPlaylists()
File "/usr/lib/python3.5/site-packages/gnomemusic/playlists.py", line 79, in __init__
Query()
File "/usr/lib/python3.5/site-packages/gnomemusic/__init__.py", line 55, in wrapped
retval = fn(*v, **k)
File "/usr/lib/python3.5/site-packages/gnomemusic/query.py", line 60, in __init__
i = len(next(os.walk(folder)))
StopIteration

Additional info:
Version : 3.20.0-1
Architecture : x86_64


Steps to reproduce:
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 27 June 2016, 13:17 GMT
Reason for closing:  Works for me
Comment by Samantha McVey (samcv) - Saturday, 11 June 2016, 19:12 GMT
I am not able to reproduce this crash using gnome-music 3.20.0-1, the program starts fine. I do not use the gnome desktop environment though, but the program launches properly and I am able to play music, all looks okay. Can you see if maybe an update to the depending libraries in the meantime maybe fixed this issue. Thanks!
Comment by mattia (nTia89) - Sunday, 26 June 2016, 11:47 GMT
I can't reproduce your bug using gnome-music-3.20.2-1 on my x86_64 system with latest gnome software

Loading...