[mythtv-commits] mythtv commit: r10633 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jul 24 22:05:12 UTC 2006


      Author: danielk
        Date: 2006-07-24 22:05:11 +0000 (Mon, 24 Jul 2006)
New Revision: 10633
   Changeset: http://cvs.mythtv.org/trac/changeset/10633

Modified:

   trunk/mythtv/libs/libmythtv/ThreadedFileWriter.cpp
   trunk/mythtv/libs/libmythtv/ThreadedFileWriter.h

Log:

Fixes #1076. This just makes MythTV stop trying to write to a file once it has it a file size resource limit.

The signal is ignored rather than doing a coredump, and a useful error message is printed out once for each file which hits it's resource limit. This can be triggered when the mythbackend user has a ulimit set, if the c library is configured for 32 bit file pointers, or if the filesystem does not support "large" files.






More information about the mythtv-commits mailing list