Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r70398:6d82cad79057
Date: 2014-04-02 18:57 +0200
http://bitbucket.org/pypy/pypy/changeset/6d82cad79057/

Log:    Mention another known crash

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -92,6 +92,11 @@
 * Forking the process is slow because the complete memory needs to be
   copied manually right now.
 
+* Very long-running processes should eventually crash on an assertion
+  error because of a non-implemented overflow of an internal 29-bit
+  number, but this requires at the very least ten hours --- more
+  probably, several days or more.
+
 .. _`report bugs`: https://bugs.pypy.org/
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to