From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040809 Description of problem: Gnome-cd segfaults when trying to play an audio cd. Upon inserting an audio cd, gnome-cd appears. The cddb information is correctly retrieved. However, the cd never actually plays, and soon gnome-cd segfaults. When run from the command line, I see the following message: (gnome-cd:4352): GLib-CRITICAL **: file gstrfuncs.c: line 1743 (g_ascii_strcasecmp): assertion `s1 != NULL' failed Segmentation fault Version-Release number of selected component (if applicable): gnome-media-2.7.92-7 How reproducible: Always Steps to Reproduce: 1. Insert audio cd. 2. Wait. Actual Results: segfault Expected Results: audio cd should play Additional info: like i said above, the cddb information is correctly retrieved. And, sound juicer works.
The GLib-CRITICAL warning seem to originate from priv->cd_device being NULL in this call to g_object_set in gst-cdrom-paranoia.c below: [Except of a gdb session] 214 g_object_set (G_OBJECT (priv->cdparanoia), "location", 215 priv->cd_device, NULL); (gdb) where #0 build_pipeline (lcd=0x9b12f58) at gst-cdparanoia-cdrom.c:214 ... (gdb) print priv->cd_device $13 = 0x0 (gdb) next (gnome-cd:28242): GLib-CRITICAL **: file gstrfuncs.c: line 1727 (g_ascii_strcasecmp): assertion `s1 != NULL' failed
This one should be fixed in gnome-media 2.8.0.