> Unfortunately the output from GStreamer debug isn't
> so useful. Most
> of the output seems related to GStreamer registry
> functions. I am
> guessing the problem is not with GStreamer directly.
Okay, I logged in remotely and then ran `truss -f' on my
GUI shell as root. sound-juicer behaved the same as when
I ran it from the audio disk icon. It reported that it could not
open the audio disk. However, the truss output tells a
different story:
$ grep c1t0d0s2 /tmp/1.truss
6266/2: open64("/dev/rdsk/c1t0d0s2", O_RDONLY|O_NONBLOCK) = 14
6266/1: access("/dev/rdsk/c1t0d0s2", R_OK) = 0
6266/1: open64("/dev/rdsk/c1t0d0s2", O_RDONLY|O_NONBLOCK) = 26
6266/11: open("/dev/rdsk/c1t0d0s2", O_RDONLY) = 14
6266/11: open("/dev/rdsk/c1t0d0s2", O_RDONLY) = 14
It also emitted this message in my gnome-terminal window:
** (sound-juicer:6266): WARNING **: Incomplete metadata for this CD
Here's the truss output before this message:
6266/11: recv(14, " H T T P / 1 . 1 2 0 0".., 2047, 0) = 935
6266/11: close(14) = 0
6266/11: stat64("/usr/sfw/lib/libexpat.so.1", 0xFA77DF9C) Err#2 ENOENT
6266/11: stat64("/lib/libexpat.so.1", 0xFA77DF9C) Err#2 ENOENT
6266/11: open("/dev/rdsk/c1t0d0s2", O_RDONLY) = 14
6266/11: ioctl(14, CDROMGBLKMODE, 0xFA77E3E4) = 0
6266/11: ioctl(14, CDROMREADTOCHDR, 0xFA77E3B2) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
/* This line repeated many times */
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/1: pollsys(0x083E1238, 12, 0x08047908, 0x00000000) = 0
6266/1: port_getn(25, 0x08047470, 64, 1, 0x08047468) = 0 [0]
6266/1: ioctl(4, FIONREAD, 0x08047870) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/11: ioctl(14, CDROMREADTOCENTRY, 0xFA77E3A4) = 0
6266/11: close(14) = 0
6266/11: getpid() = 6266 [1]
6266/11: write(2, "\n * * ( s o u n d - j".., 69) = 69
--
This message posted from opensolaris.org