Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r83766:fc35b7e19735
Date: 2016-04-19 12:28 +0200
http://bitbucket.org/pypy/pypy/changeset/fc35b7e19735/

Log:    Mention the issue in the crash message

diff --git a/rpython/translator/c/src/thread_gil.c 
b/rpython/translator/c/src/thread_gil.c
--- a/rpython/translator/c/src/thread_gil.c
+++ b/rpython/translator/c/src/thread_gil.c
@@ -89,7 +89,9 @@
              * at precisely this moment, killing the first thread.
              */
             fprintf(stderr, "Fatal RPython error: a thread is trying to wait "
-                            "for the GIL, but the GIL was not initialized\n");
+                            "for the GIL, but the GIL was not initialized\n"
+                            "(For PyPy, see "
+                            "https://bitbucket.org/pypy/pypy/issues/2274)\n");
             abort();
         }
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to