[issue11825] faulthandler: failure without threads

Stefan Krah report at bugs.python.org
Mon Apr 11 08:26:32 CEST 2011


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

Hi, the tests fail on Debian if the option --without-threads is used:

./configure --with-pydebug --without-threads
make
make test

./python -Wd -E -bb  ./Lib/test/regrtest.py -l 
== CPython 3.3a0 (default:9140f2363623+, Jan 30 2011, 04:52:32) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
==   Linux-2.6.23.1-i686-with-debian-4.0 little-endian
==   /home/stefan/hg/default/build/test_python_24329
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, verbose=0, bytes_warning=2, quiet=0)
[  1/355] test_grammar
Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 1607, in <module>
    main()
  File "./Lib/test/regrtest.py", line 650, in main
    rerun_failed=verbose3, timeout=timeout)
  File "./Lib/test/regrtest.py", line 824, in runtest
    faulthandler.dump_tracebacks_later(timeout, exit=True)
AttributeError: 'module' object has no attribute 'dump_tracebacks_later'

----------
assignee: haypo
components: Tests
messages: 133500
nosy: haypo, skrah
priority: normal
severity: normal
status: open
title: faulthandler: failure without threads
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list