This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Bus error on test_big_buffer() of test_zlib, buildbot AMD64 debian bigmem 3.x
Type: Stage: resolved
Components: Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: SIGBUS in test_big_buffer() of test_zlib on Debian bigmem buildbot
View: 13873
Assigned To: Nosy List: loewis, nadeem.vawda, pitrou, python-dev, vstinner
Priority: normal Keywords:

Created on 2012-02-22 20:59 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg153987 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2012-02-22 20:59
[241/364/1] test_zlib
Fatal Python error: Bus error

Current thread 0x00002b8f2240d260:
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/test_zlib.py", line 96 in test_big_buffer
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/case.py", line 385 in _executeTestPart
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/case.py", line 440 in run
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/case.py", line 492 in __call__
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/suite.py", line 105 in run
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/suite.py", line 67 in __call__
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/suite.py", line 105 in run
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/suite.py", line 67 in __call__
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/unittest/runner.py", line 168 in run
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/support.py", line 1369 in _run_suite
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/support.py", line 1403 in run_unittest
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/test_zlib.py", line 666 in test_main
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/regrtest.py", line 1221 in runtest_inner
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/regrtest.py", line 907 in runtest
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/regrtest.py", line 710 in main
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/test/__main__.py", line 13 in <module>
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/runpy.py", line 73 in _run_code
  File "/var/tmpfs/martin.vonloewis/3.x.loewis-parallel2/build/Lib/runpy.py", line 160 in _run_module_as_main
make: *** [buildbottest] Bus error

http://www.python.org/dev/buildbot/all/builders/AMD64%20debian%20bigmem%203.x/builds/136/steps/test/logs/stdio
msg153988 - (view) Author: Nadeem Vawda (nadeem.vawda) * (Python committer) Date: 2012-02-22 21:27
This was already reported as issue 13873.
msg153991 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2012-02-22 21:30
> This was already reported as issue 13873.

I searched the issue but I failed to find it because you forgot to mention the test name (test_big_buffer) :-p
msg162193 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-03 05:09
New changeset 90f0dd118aa4 by Eli Bendersky in branch 'default':
Issue #14090: fix some minor C API problems in default branch (3.3)
http://hg.python.org/cpython/rev/90f0dd118aa4
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58298
2012-06-03 05:09:49python-devsetnosy: + python-dev
messages: + msg162193
2012-02-22 21:30:23vstinnersetmessages: + msg153991
2012-02-22 21:27:39nadeem.vawdasetstatus: open -> closed

superseder: SIGBUS in test_big_buffer() of test_zlib on Debian bigmem buildbot

nosy: + nadeem.vawda
messages: + msg153988
resolution: duplicate
stage: resolved
2012-02-22 20:59:36vstinnercreate