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: Python 3.1.2 test suite segfaults on the alpha architecture
Type: crash Stage:
Components: ctypes, Tests Versions: Python 3.2
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: theller Nosy List: klausman, theller
Priority: normal Keywords:

Created on 2010-08-01 12:12 by klausman, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-3.1.2-testrun.log klausman, 2010-08-01 12:12
Messages (2)
msg112319 - (view) Author: Tobias Klausmann (klausman) Date: 2010-08-01 12:12
During testing for inclusion in the Gentoo distribution, we ran into a test failure (actually a SEGV) when running the test suite on the alpha architecture.

Log of test failure and backtrace in gdb is here:
http://dev.gentoo.org/~klausman/python-3.1.2-testrun.log
and also attached to this bug report.


gcc is 4.4.3
glibc is 2.11.2
Kernel is 2.6.33

If more info or access to an alpha machine is needed, feel free to contact me or the alpha arch team at gentoo (alpha@gentoo.org)
msg112328 - (view) Author: Tobias Klausmann (klausman) Date: 2010-08-01 14:00
Nevermind, we messed this up ourselves. Sorry for the noise.
History
Date User Action Args
2022-04-11 14:57:04adminsetgithub: 53692
2010-08-01 14:00:21klausmansetstatus: open -> closed

messages: + msg112328
2010-08-01 12:34:41mark.dickinsonsetassignee: theller

components: + ctypes
nosy: + theller
2010-08-01 12:12:20klausmancreate