Issue #8063 has been reported by kosaki (Motohiro KOSAKI). ---------------------------------------- Backport #8063: r39681 - use poll() instead of select(). のバックポート https://bugs.ruby-lang.org/issues/8063 Author: kosaki (Motohiro KOSAKI) Status: Assigned Priority: Normal Assignee: nagachika (Tomoyuki Chikanaga) Category: Target version: 現状、1.9.3と2.0にはファイルを FD_SETSIZE 以上開いた状況でfork等によりタイマースレッドの生成が走ると、タイマースレッド内の FD_SET()でメモリを壊しています。 または、2.0でLinux、だと -D_FORTIFY_SOURCE=2 でコンパイルされているのでメモリ壊す代わりにランタイムチェックでabortするはず。 UbuntuだとデフォルトでFORITIFYされているので、1.9.3でもabortかな。 よって、修正である r39681をバックポートしてもらいたく。
on 2013-03-10 05:33
on 2013-03-11 16:50
Issue #8063 has been updated by nagachika (Tomoyuki Chikanaga). r39681 のために r39680 も入れないときれいに入らないので、まとめてバックポートします。 ---------------------------------------- Backport #8063: r39681 - use poll() instead of select(). のバックポート https://bugs.ruby-lang.org/issues/8063#change-37508 Author: kosaki (Motohiro KOSAKI) Status: Assigned Priority: Normal Assignee: nagachika (Tomoyuki Chikanaga) Category: Target version: 現状、1.9.3と2.0にはファイルを FD_SETSIZE 以上開いた状況でfork等によりタイマースレッドの生成が走ると、タイマースレッド内の FD_SET()でメモリを壊しています。 または、2.0でLinux、だと -D_FORTIFY_SOURCE=2 でコンパイルされているのでメモリ壊す代わりにランタイムチェックでabortするはず。 UbuntuだとデフォルトでFORITIFYされているので、1.9.3でもabortかな。 よって、修正である r39681をバックポートしてもらいたく。
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.