[issue12868] test_faulthandler.test_stack_overflow() failed on OpenBSD

Remi Pointel report at bugs.python.org
Thu Sep 1 07:34:12 CEST 2011


Remi Pointel <python at xiri.fr> added the comment:

Hi,

without-threads, it segfault:

$ ./python -c "import faulthandler; faulthandler.enable(); faulthandler._stack_overflow()"; echo $?
Fatal Python error: Segmentation fault

Current thread 0x0000000000000000:
  File "<string>", line 1 in <module>
zsh: segmentation fault (core dumped)  ./python -c 
139


Thanks,

Remi.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12868>
_______________________________________


More information about the Python-bugs-list mailing list