[Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable (original) (raw)
Stefan Krah stefan at bytereef.org
Mon Dec 20 13:11:52 CET 2010
- Previous message: [Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable
- Next message: [Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stefan Krah <stefan at bytereef.org> wrote:
Another test is hanging indefinitely (Ubuntu 64-bit):
$ ./python Lib/test/crashers/nastyeqvsdict.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
- Previous message: [Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable
- Next message: [Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]