Floris Bruynooghe added the comment:

Running on Solaris 10 (T1000, OpenCSW toolchain, gcc 4.6.3) I also get a bus 
error, with added coredump:

$ ./python Lib/test/regrtest.py 
== CPython 3.3.0b1 (default:67a994d5657d, Aug 8 2012, 21:43:48) [GCC 4.6.3]
==   Solaris-2.10-sun4v-sparc-32bit big-endian
==   /export/home/flub/python/cpython/build/test_python_7320
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=0, 
verbose=0, bytes_warning=0, quiet=0, hash_randomization=1)
[  1/369] test_grammar
[  2/369] test_opcodes
[  3/369] test_dict
[  4/369] test_builtin
[  5/369] test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
  File "/export/home/flub/python/cpython/Lib/test/test_exceptions.py", line 
432, in testChainingDescriptors
    self.assertTrue(e.__suppress_context__)
AssertionError: False is not true

[  6/369/1] test_types
[  7/369/1] test_unittest
[  8/369/1] test_doctest
[  9/369/1] test_doctest2
[ 10/369/1] test_support
[ 11/369/1] test___all__
[ 12/369/1] test___future__
[ 13/369/1] test__locale
[ 14/369/1] test__osx_support
[ 15/369/1] test_abc
[ 16/369/1] test_abstract_numbers
[ 17/369/1] test_aifc
[ 18/369/1] test_argparse
[ 19/369/1] test_array
[ 20/369/1] test_ast
[ 21/369/1] test_asynchat
[ 22/369/1] test_asyncore
[ 23/369/1] test_atexit
[ 24/369/1] test_audioop
[ 25/369/1] test_augassign
[ 26/369/1] test_base64
[ 27/369/1] test_bigaddrspace
[ 28/369/1] test_bigmem
[ 29/369/1] test_binascii
[ 30/369/1] test_binhex
[ 31/369/1] test_binop
[ 32/369/1] test_bisect
[ 33/369/1] test_bool
[ 34/369/1] test_buffer
[ 35/369/1] test_bufio
[ 36/369/1] test_bytes
[ 37/369/1] test_bz2
[ 38/369/1] test_calendar
[ 39/369/1] test_call
[ 40/369/1] test_capi
Fatal Python error: Bus error

Current thread 0x00000001:
  File "/export/home/flub/python/cpython/Lib/test/test_capi.py", line 264 in 
test_skipitem
  File "/export/home/flub/python/cpython/Lib/unittest/case.py", line 385 in 
_executeTestPart
  File "/export/home/flub/python/cpython/Lib/unittest/case.py", line 440 in run
  File "/export/home/flub/python/cpython/Lib/unittest/case.py", line 492 in 
__call__
  File "/export/home/flub/python/cpython/Lib/unittest/suite.py", line 105 in run
  File "/export/home/flub/python/cpython/Lib/unittest/suite.py", line 67 in 
__call__
  File "/export/home/flub/python/cpython/Lib/unittest/suite.py", line 105 in run
  File "/export/home/flub/python/cpython/Lib/unittest/suite.py", line 67 in 
__call__
  File "/export/home/flub/python/cpython/Lib/test/support.py", line 1312 in run
  File "/export/home/flub/python/cpython/Lib/test/support.py", line 1413 in 
_run_suite
  File "/export/home/flub/python/cpython/Lib/test/support.py", line 1447 in 
run_unittest
  File "/export/home/flub/python/cpython/Lib/test/test_capi.py", line 290 in 
test_main
  File "Lib/test/regrtest.py", line 1219 in runtest_inner
  File "Lib/test/regrtest.py", line 941 in runtest
  File "Lib/test/regrtest.py", line 714 in main
  File "Lib/test/regrtest.py", line 1810 in <module>
Bus Error (core dumped)


Not sure if this should be tracked in the same issue or not?

----------
nosy: +flub

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15589>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to