Mailing List archive

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

[vdr] Re: Problem with vdr and hdd full



Matthias Fechner wrote:
> 
> Hello Klaus,
> 
> * Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> [12-04-03 16:41]:
> > Does this happen reproducably?
> 
> Yes, i can reproduce it.
> I had the following diskconfiguration:
> Filesystem            Size  Used Avail Use% Mounted on
> /dev/hda3             2.0G  1.6G  441M  78% /
> /dev/hda1              19M  6.5M   13M  35% /boot
> /dev/hda4             151G  151G   55M 100% /video0
> /dev/hdb1              77G   77G   68M 100% /video1
> /dev/hdc1              75G   75G   73M 100% /video2
> /dev/hdd1              75G   74G  642M 100% /video3
> server:/usr/home/mp3   19G   19G   80M 100% /home/mp3
> server:/usr/home/storage
>                        42G   37G  1.6G  97% /home/storage
> 
> Than i start i timer.
> I have attached the part of the logfile.
> 
> > Do you get a core dump with which you could do a stack trace to
> > find out where exactly it crashes?
> 
> I cannot found any vdr.core. Should vdr or linux create this file in
> the vdr-dir(vdr is directly started from /usr/local/video/VDR)?

I suggest you start VDR from the command line, then you should get the core file
in your current directory. Make sure, though, that you have set

  ulimit -c unlimited

to allow for the creation of a core file.
You could also insert debug outputs into the code to see how far it gets.
Things like

  fprintf(stderr, "%s %d\n", __FILE__, __LINE__);

are often helpful.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index