about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-04 19:21:57 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-04 19:21:57 +0000
commit849348f82830326e7778e50a5a7f2efeeb4460e5 (patch)
tree6860955b1aed617b91376016a1b11329a4787973
parent9af083d7f6b97c0f5ebbdd9a42b58478a6f874b7 (diff)
downloadunicorn-849348f82830326e7778e50a5a7f2efeeb4460e5.tar.gz
Thanks to Eric Chapweske for the heads up.

ref: http://mid.gmane.org/loom.20130904T205308-432@post.gmane.org
-rw-r--r--Sandbox7
1 files changed, 7 insertions, 0 deletions
diff --git a/Sandbox b/Sandbox
index 1df149b..3c7f226 100644
--- a/Sandbox
+++ b/Sandbox
@@ -60,6 +60,13 @@ If you're using an older Bundler version (0.9.x), you may need to set or
 reset GEM_HOME, GEM_PATH and PATH environment variables in the
 before_exec hook as illustrated by http://gist.github.com/534668
 
+=== Ruby 2.0.0 close-on-exec and SIGUSR2 incompatibility
+
+Ruby 2.0.0 enforces FD_CLOEXEC on file descriptors by default.  unicorn
+has been prepared for this behavior since unicorn 4.1.0, but we forgot
+to remind the Bundler developers.  This issue is being tracked here:
+https://github.com/bundler/bundler/issues/2628
+
 == Isolate
 
 === Running