Mailing List archive

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

[vdr] Re: Segmentation fault when start recording



It works perfect. I was trying on vfat and ext2 partition, with different
channels ...
I didn't find any problem. Great.

Thanks for your help and a lot of happy greetings
Ernst

> -------- cut here --------------
> --- menu.c      2003/07/26 16:10:39     1.262
> +++ menu.c      2003/08/02 12:53:12
> @@ -2993,6 +2993,7 @@
>       }
>
>    cRecordingUserCommand::InvokeCommand(RUC_BEFORERECORDING, fileName);
> +  if (MakeDirs(fileName, true)) {
>    const cChannel *ch = timer->Channel();
>    recorder = new cRecorder(fileName, ch->Ca(), timer->Priority(),
ch->Vpid(), ch->Apid1(), ch->Apid2(), ch->Dpid1(), ch->Dpid2());
>    if (device->AttachReceiver(recorder)) {
> @@ -3003,6 +3004,7 @@
>       }
>    else
>       DELETENULL(recorder);
> +     }
>  }
>
>  cRecordControl::~cRecordControl()
> -------- cut here --------------
>
> Line numbers may be somewhat off, but it shouldn't be too hard
> to insert these two lines manually.
>
> Let me know if this helps.
>
> Klaus
>
>
> --
> Info:
> To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr"
as subject.
>



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



Home | Main Index | Thread Index