about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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.