Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Problems with exit-states (VDR-1.2.2)



Am Dienstag, 2. September 2003 23:25 schrieb Klaus Schmidinger:
> Steffen Barszus wrote:
> > Am Samstag, 30. August 2003 16:03 schrieb Klaus Schmidinger:
> > > I did see one thing that's not correct: if the command line for a
> > > plugin contains trailing blanks, each of those results in an
> > > additional, empty argv[] entry. However, I don't believe that
> > > this could be what's causing your problem.
> > >
> > > Klaus
> >
> > [... patch ....]
> >
> > Ok here we go.
> >

[ .. some output ... ]
> > Hope that helps to find the problem. Any test i can do ??
>
> My guess would be that the plugin initialization fails and
> doesn't return, but rather causes some unexpected exit.
>
> You could try adding a debug output after
>
>   if (!PluginManager.InitializePlugins())
>      return 2;
>
> something like
>
>   fprintf(stderr, "initialized\n");
>
> in vdr.c. If you get the output even though you get that weird
> exit value, we'll have to dig deeper into DVR itself. If you don't
> get the output, the mp3 plugin's initialization might be causing
> this.

Nope. No output of that string , it doesn't reach the point. 

Steffen


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index