GNOME Bugzilla – Bug 300732
Problem ripping CD with full paranoia (255)
Last modified: 2006-12-17 18:35:15 UTC
Please describe the problem: I'm having trouble ripping a CD (Orchid by Opeth if it matters) using full paranoia mode (255) with gstreamer-cdparanoia. The CD is clean, not scratched and has no copy protection as far as I know. Using Sound-Juicer, I can't rip track seven (of eight). Using the sample cdparanoia pipeline from the gst-launch manpage I seem to run into problems even earlier (I don't know how to rip individual tracks). Neither s-j or the pipeline gives up reading the CD, but after leaving it over night, not a single more bit has been read of the CD. (Using mode 0 or 4, the CD is read OK.) I am however able to rip this CD fine using either Grip (built-in cdparanoia) or the normal stand alone cdparanoia program. (I get some Uncorrected error/skip on all tracks, and lots of jitter correction on the last, but all the tracks still get ripped ok). Is there some way I can go on debugging this? Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Hi Sven, Can you try reproducing this with the new version of sound-juicer that uses GStreamer 0.10? Thanks!
Tried with Sound Juicer 2.13.4 and Gstreamer 0.10.2, same problem.
Could you run this on a command line: % GST_DEBUG_NO_COLOR=1 GST_DEBUG=cddabasesrc:5,cdparanoiasrc:5 gst-launch-0.10 cdparanoiasrc device=/dev/cdrom track=7 paranoia-mode=full ! progressreport ! fakesink 2> dbg.log and then run % bzip2 dbg.log or % gzip -9 dbg.log and attach the file to the bug report here? If it stalls at some point, just hit Control-C once or twice to stop it.
Created attachment 59009 [details] Gstreamer log Done, it stalls after a while, even if the CD never spins down.
Hrm, doesn't have a lot of useful information unfortunately. Could you attach a full log please? (bzip2'ed again) % GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:5 gst-launch-0.10 cdparanoiasrc device=/dev/cdrom track=7 paranoia-mode=full ! progressreport ! fakesink 2> dbg.log
Of course, hope this helps. http://www.whiz.se/temp/dbg.log.bz2
Hangs in a call to cdparanoia. Not much more to say... LOG (0x81af920 - 0:00:24.536275000) cddabasesrc(18067) gstcddabasesrc.c(1539):gst_cdda_base_src_create:<cdpara
Not sure what has changed, but using version 0.10.10 of gst-plugins-base0.10 and version 3.10+debian~pre0-4 of cdparanoia I no longer have any trouble extracting the track with full paranoia mode.