GNOME Bugzilla – Bug 701934
Crash on upload to empty server
Last modified: 2018-05-22 12:38:09 UTC
Steps to reproduce: rygel -oMediaExport:uris: gupnp-upload -c DLNA.ORG_AnyContainer -i "Test" uuid:.... some_file.mp3 It'll crash in https://git.gnome.org/browse/rygel/tree/src/plugins/media-export/rygel-media-export-media-cache.vala#n810 then because the factory returns null because the query-container factory returns null.
Also happens with virtual folders disabled.
*** Bug 705280 has been marked as a duplicate of this bug. ***
Created attachment 251978 [details] [review] media-export: Properly clean-up database on start-up
Mark, can you check whether this fixes your crash as well?
This patch fixes the issue for me.
mhm, the patch also removes server-side playlists :-/
the whole virtual-folder disabling seems to be meddling with server-side playlists
Comment on attachment 251978 [details] [review] media-export: Properly clean-up database on start-up For the freeze, just fix the crasher and live with the regression of losing server-side playlists as they keep being persisted and reappear after reenabling virtual folders Attachment 251978 [details] pushed as c35b659 - media-export: Properly clean-up database on start-up
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rygel/issues/38.