[mythtv-commits] Ticket #1076: mythbackend dies when writing big files (4 GB) - FAT32 filesystem

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


#1076: mythbackend dies when writing big files (4 GB)  - FAT32 filesystem
---------------------------+------------------------------------------------
 Reporter:  buzz at oska.com  |        Owner:  danielk
     Type:  patch          |       Status:  closed 
 Priority:  minor          |    Milestone:  0.20   
Component:  mythtv         |      Version:  head   
 Severity:  medium         |   Resolution:  fixed  
---------------------------+------------------------------------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [10633]) 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.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1076#comment:9>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list