about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-28 18:11:26 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-28 18:11:26 +0000
commitf4caf6b6bdea902abaadd3c04b2af94f056c4ff1 (patch)
tree7fa0759ccf7a597e8246a63011de90d6459e875b
parent09afcf2ce9fc89d77b6b282bbf00a78c73741a4b (diff)
downloadunicorn-f4caf6b6bdea902abaadd3c04b2af94f056c4ff1.tar.gz
Reported by: ghazel@gmail.com

ref: <AANLkTimTpPATTpkoD2EYA2eM1+5OzCN=WxnCygQmJdhn@mail.gmail.com>
-rw-r--r--KNOWN_ISSUES5
1 files changed, 5 insertions, 0 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index f218b83..259681d 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -3,6 +3,11 @@
 Occasionally odd {issues}[link:ISSUES.html] arise without a transparent or
 acceptable solution.  Those issues are documented here.
 
+* Under some versions of Ruby 1.8, it is necessary to call +srand+ in an
+  after_fork hook to get correct random number generation.
+
+  See http://redmine.ruby-lang.org/issues/show/4338
+
 * For notes on sandboxing tools such as Bundler or Isolate,
   see the {Sandbox}[link:Sandbox.html] page.