GNOME Bugzilla – Bug 726459
Crash on playlist tabs when new media has been scanned
Last modified: 2015-01-19 11:17:09 UTC
The problem is not exactly reproducible, but the crash happens always eventually... That's what I see on the console: (gnome-music:23635): Gtk-CRITICAL **: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed (gnome-music:23635): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 841 and height -29763680 Traceback (most recent call last):
+ Trace 233348
_iter = self._model.get_iter(child_path)
path = self._coerce_path(path)
return TreePath(path)
path = ":".join(str(val) for val in path)
Bump. It still happens, usually in the first 3 minutes of playing music.
Could you specify gnome-music version?
3.13.1, built from git yesterday
Seems like the requested information was provided.
Torsten, could you run 'gnome-music -d' and attach the output here when it crashes? There's not much chance that we fix this unless we find out the reason or the pattern here
*** Bug 728798 has been marked as a duplicate of this bug. ***
Created attachment 275892 [details] Debug log from gnome-music before crashing
(In reply to comment #7) > Created an attachment (id=275892) [details] > Debug log from gnome-music before crashing It looks like it happened during selection (the log also shows that new files were found), right? It looks like a duplicate of bug 726713 to me
(In reply to comment #8) > (In reply to comment #7) > > Created an attachment (id=275892) [details] [details] > > Debug log from gnome-music before crashing > > It looks like it happened during selection (the log also shows that new files > were found), right? It looks like a duplicate of bug 726713 to me No, I never use the selection feature. This crash is always triggered when I'm doing something else, such as starting new apps, or switching windows in Gnome. In this particular case, I was updating my mail buffer in Emacs when the crash happened.
it looks like 'shell triggers content-changed' case to me, we've fixed this in https://git.gnome.org/browse/gnome-music/commit/?id=45ecb1eb4823713530fc517407b70ac89ee89300. This should be fixed in 3.12.1 and 3.13.1, which version are you using?
(In reply to comment #10) > it looks like 'shell triggers content-changed' case to me, we've fixed this in > https://git.gnome.org/browse/gnome-music/commit/?id=45ecb1eb4823713530fc517407b70ac89ee89300. > This should be fixed in 3.12.1 and 3.13.1, which version are you using? I'm using 3.13.1 (git version 67a07ace1cd36d3c7cc28780ea9fb2649670011b, from April 20).
We seem to handle some paths in models incorrectly during update. Please reopen the issue if it still occurs. Pushed https://git.gnome.org/browse/gnome-music/commit/?id=17f594a to master and https://git.gnome.org/browse/gnome-music/commit/?id=b763cb4 to gnome-3-14