From: "nobu (Nobuyoshi Nakada)" Date: 2013-11-02T13:47:00+09:00 Subject: [ruby-dev:47790] [ruby-trunk - Bug #9046][Open] [PATCH] Inter-process locking for log rotation is required Issue #9046 has been updated by nobu (Nobuyoshi Nakada). Status changed from Closed to Open Priority changed from Normal to High % Done changed from 100 to 0 It broke on Windows. * don't use fork. * don't assume that open file can be removed or renamed. I'll try to fix or revert it. ---------------------------------------- Bug #9046: [PATCH] Inter-process locking for log rotation is required https://bugs.ruby-lang.org/issues/9046#change-42727 Author: sonots (Naotoshi Seo) Status: Open Priority: High Assignee: Category: lib Target version: current: 2.1.0 ruby -v: ruby 2.1.0dev (2013-10-20 trunk 43373) [x86_64-darwin12.2.1] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN I sent a pull request on https://github.com/ruby/ruby/pull/428 . Please see details on it. -- http://bugs.ruby-lang.org/