[Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable

Stefan Krah stefan at bytereef.org
Mon Dec 20 13:11:52 CET 2010


Stefan Krah <stefan at bytereef.org> wrote:
> Another test is hanging indefinitely (Ubuntu 64-bit):
> 
> $ ./python Lib/test/crashers/nasty_eq_vs_dict.py
> [hanging with no output]


And this test does not report anything at all:

$ ./python Lib/test/crashers/compiler_recursion.py 
[no output at all]
$ echo $?
0


Without the patch:

$ ./python Lib/test/crashers/compiler_recursion.py 
Segmentation fault
$ echo $?
139



Stefan Krah




More information about the Python-Dev mailing list