[New-bugs-announce] [issue15589] Bus error on Debian sparc

Stefan Krah report at bugs.python.org
Wed Aug 8 11:16:51 CEST 2012


New submission from Stefan Krah:

Running *any* test of the test suite currently produces a bus error
on Debian sparc [http://people.debian.org/~aurel32/qemu/sparc/].

After the bus error, the tests seem to proceed normally though.

This is definitely new. I've been testing memoryview for bus errors
a couple of months ago without problems.


Georg, I'm provisionally setting this to release blocker. The
qemu-sparc image is quite old though (Debian Etch). It's a pity
we don't have a sparc buildbot any more.




Example:


user at debian-sparc:~/cpython$ ./python -m test -uall -v test_flufl
== CPython 3.3.0b1 (default:67d36e8ddcfc+, Aug 7 2012, 23:49:57) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
Fatal Python error: Bus error

Current thread 0x00004000:
  File "/home/user/cpython/Lib/subprocess.py", line 1363 in _execute_child
  File "/home/user/cpython/Lib/subprocess.py", line 818 in __init__
  File "/home/user/cpython/Lib/os.py", line 995 in popen
  File "/home/user/cpython/Lib/platform.py", line 903 in _syscmd_uname
  File "/home/user/cpython/Lib/platform.py", line 1147 in uname
  File "/home/user/cpython/Lib/platform.py", line 1452 in platform
  File "/home/user/cpython/Lib/test/regrtest.py", line 537 in main
  File "/home/user/cpython/Lib/test/__main__.py", line 13 in <module>
  File "/home/user/cpython/Lib/runpy.py", line 73 in _run_code
  File "/home/user/cpython/Lib/runpy.py", line 160 in _run_module_as_main
==   Linux-2.6.18-6-sparc32-sparc-with-debian-4.0 big-endian
==   /home/user/cpython/build/test_python_3262
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/1] test_flufl
test_barry_as_bdfl (test.test_flufl.FLUFLTests) ... ok
test_guido_as_bdfl (test.test_flufl.FLUFLTests) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.053s

OK
1 test OK.

----------
keywords: 3.2regression
messages: 167678
nosy: georg.brandl, skrah
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Bus error on Debian sparc
type: crash
versions: Python 3.3

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


More information about the New-bugs-announce mailing list