On Mon 05.04.2004 at 03:41:59PM +0200, Zeratul wrote: > Matthieu Weber wrote: > >I'll try to find the workaround. The freevo-XXX mailing lists don't seem > >to be archived in SourceForge, though, it's a bit annoying.
If found one: it seems that when libdvdread access the DVD and freevo crashes, the IdentifyMedia thread (in rom_drives.py) freezes. Then, all other programs using libdvdread fail. The fix fr freevo is to close the filehandler on the DVD device (e.g. /dev/hdc) and reopen it after the call to mmpython that uses libdvdread (so that the remainder of the function can use that file handler if needed). I haven't tried this with a new version of freevo, but it seems to work with my December 2003 freevo (and that's why I don't send a patch, but rather a workaround description). Matthieu -- (~._.~) Matthieu Weber - Universit� de Jyv�skyl� (~._.~) ( ? ) email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) "Humor ist, wenn man trotzdem lacht (Germain Muller)" (_)-(_) ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
