[pypy-commit] extradoc extradoc: Next crasher

arigo pypy.commits at gmail.com
Tue Sep 27 16:12:23 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5717:3db40beefd28
Date: 2016-09-27 22:12 +0200
http://bitbucket.org/pypy/extradoc/changeset/3db40beefd28/

Log:	Next crasher

diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst
--- a/planning/py3.5/cpython-crashers.rst
+++ b/planning/py3.5/cpython-crashers.rst
@@ -36,6 +36,11 @@
   this byte has the value 72, which is YIELD_FROM.  Total nonsense and
   crashes follow.
 
+* faulthandler: register(): the signal handler, faulthandler_user(),
+  changes errno in faulthandler_dump_traceback() but fails to restore it
+  if chain=False.  This can rarely cause random nonsense in the main
+  program.
+
 
 Other bugs
 ----------


More information about the pypy-commit mailing list