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 730910 - Criticals when g_get_user_special_dir returns NULL
Criticals when g_get_user_special_dir returns NULL
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-core
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2014-05-29 05:55 UTC by Jens Georg
Modified: 2016-08-24 19:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core,tracker: Fix criticals on empty XDG_*_HOME variables (6.87 KB, patch)
2016-08-24 19:38 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2014-05-29 05:55:40 UTC
(rygel:4177): Rygel-CRITICAL **: string_replace: assertion 'replacement != NULL' failed
Rygel-Tracker-Message: rygel-tracker-item-factory.vala:66: Using none as upload directory for object.item.audioItem.musicTrack

(rygel:4177): GLib-CRITICAL **: g_filename_to_uri: assertion 'filename != NULL' failed

(rygel:4177): Rygel-CRITICAL **: string_replace: assertion 'replacement != NULL' failed
Rygel-Tracker-Message: rygel-tracker-item-factory.vala:66: Using none as upload directory for object.item.videoItem

(rygel:4177): GLib-CRITICAL **: g_filename_to_uri: assertion 'filename != NULL' failed

(rygel:4177): Rygel-CRITICAL **: string_replace: assertion 'replacement != NULL' failed
Rygel-Tracker-Message: rygel-tracker-item-factory.vala:66: Using none as upload directory for object.item.imageItem.photo

(rygel:4177): GLib-CRITICAL **: g_filename_to_uri: assertion 'filename != NULL' failed
Comment 1 Jens Georg 2016-08-24 19:38:09 UTC
Created attachment 334099 [details] [review]
core,tracker: Fix criticals on empty XDG_*_HOME variables

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2016-08-24 19:41:51 UTC
Attachment 334099 [details] pushed as 7902579 - core,tracker: Fix criticals on empty XDG_*_HOME variables