On Fri, Sep 08, 2006 at 06:01:36PM +0200, Martin Wache wrote:
> Chris Elsworth schrieb:
> > On Fri, Sep 08, 2006 at 05:14:26PM +0200, Martin Wache wrote:
> >> Chris Elsworth schrieb:
> >>> I haven't got much information to hand at the moment but current CVS
> >>> breaks here; this is a pretty useless bug report I'm afraid, there's
> >>> no diagnostic information given:
> >>>
> >>>   
> >> Did you check the syslog for further information?
> > 
> > Hello,
> > 
> > Here's syslog output with -l 3:
> >
> 
> This is very strange:
> 
> 
> > Sep  8 16:42:10 media vdr: [12919] [XvVideoOut]: initialized OK
> 
> This line comes from video-xv.c line 1053 in the method Initialize().
> After that line the method _cannot_ return false. But as you posted before:
> 
> > [softdevice] Xv out failure !
> 
> which belongs to softdevice.c line 252. This line can only be reached if
> Initialize() returns false.
> 
> Or did I miss anything?
> 
> Are you sure that you properly recompiled the softdevice? Do those two
> logs really belong together?
> You can also try to go back in the CVS using the -D switch of cvs.
> Interessting dates can be found in the CHANGELOG. Please do a "make
> clean" in the softdevice directory, if you do this. Just to be sure...

Okay some progress :)

[EMAIL PROTECTED]:~/vdr-1.4.0/PLUGINS/src/softdevice# cvs up -D 2006-09-04
[EMAIL PROTECTED]:~/vdr-1.4.0/PLUGINS/src/softdevice# make clean all
[EMAIL PROTECTED]:~/vdr-1.4.0/PLUGINS/src/softdevice# cp libvdr-softdevice.so 
/usr/lib/vdr/plugins/libvdr-softdevice.so.1.4.0

This broke in the same way

[EMAIL PROTECTED]:~/vdr-1.4.0/PLUGINS/src/softdevice# cvs up -D 2006-08-05
[EMAIL PROTECTED]:~/vdr-1.4.0/PLUGINS/src/softdevice# make clean all
[EMAIL PROTECTED]:~/vdr-1.4.0/PLUGINS/src/softdevice# !cp
cp libvdr-softdevice.so /usr/lib/vdr/plugins/libvdr-softdevice.so.1.4.0

This worked.
So the breaking change is somewhere between those two dates.
I will examine diffs to see if I can find the exact change that causes
it

-- 
Chris
_______________________________________________
Softdevice-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to