~mterry/duplicity/gio_child_for_display_name

Viewing all changes in revision 1230.

  • Committer: Kenneth Loafman
  • Date: 2017-05-17 20:23:59 UTC
  • Revision ID: kenneth@loafman.com-20170517202359-hi1v810jd2as3q0u
* May have finally fixed bug #1556553, "Too many open files...".
  - Applied patch from Howard Kaye, question #631423.  The fix is to dup
    the file descriptor, and then close the file in the deallocator
    routine in the glue code. Duping the file lets the C code and the Python
    code each close the file when they are done with it.
  - Invalidated and removed the fix put in for bug #1320832.
  - Caveat: long incremental chains will still eat up a large number of file
    descriptors.  It's a very risky practice, so I'm not inclined to fix it.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: