Re: dvd::rip on FC5 (was: Re: Fedora Core 5 freshrpms packages)
Motor <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 23 Mar 2006 13:41:39 +0100, Matthias Saou wrote:
> Matthias Saou wrote :
>
>> Now, with my ~/.dvdrip* files removed and the workaround disabled, I've
>> got dvd::rip stalling on startup when it scans transcode's module
>> path... time to investigate this issue now! ;-)
>
> With strace, it appears that I have two transcode modules making the
> scan hang : filter_compare.so and filter_logo.so. Moving them away makes
> dvd::rip complete the scan properly.
Yeah, the tcmodinfo command seems to be hanging. So:
>strace tcmodinfo -i logo
[snip]
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7d1e000
read(0, <unfinished ...>
and
strace tcmodinfo -i compare
[snip]
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 5), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7ce7000
read(0, <unfinished ...>
Both of those filters seem to use ImageMagick.