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: test_crasher in test_struct uses 8 GB memory on 64 bit systems
Type: resource usage Stage:
Components: Tests Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, loewis, schmir
Priority: high Keywords: 64bit, easy, patch

Created on 2008-02-18 08:43 by schmir, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_crasher_only_on_32bit.txt schmir, 2008-02-18 08:43 run test_crasher only on 32 bit systems
Messages (4)
msg62519 - (view) Author: Ralf Schmitt (schmir) Date: 2008-02-18 08:43
I think this should be disabled on 64 bit systems. It makes running
regrtest.py for me basically impossible.
Martin, I've put you on the nosy list, as you have committed this one in
revision 60793.
msg62538 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-02-18 17:48
Thanks for the report. I have removed the test in r60892.

Not sure why you've marked it as Py2.6 also; this code has not been
merged into the trunk yet.
msg62546 - (view) Author: Ralf Schmitt (schmir) Date: 2008-02-18 22:07
I didn't check the trunk version - I just assumed it would also be there.
msg67942 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2008-06-11 07:41
Test disabled on 64bit when using the supplied patch when forward
porting to 2.6 in trunk revision 64114.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46390
2008-06-11 07:41:50gregory.p.smithsetversions: + Python 2.6
nosy: + gregory.p.smith
messages: + msg67942
priority: high
assignee: gregory.p.smith
keywords: + patch, 64bit, easy
resolution: fixed -> accepted
2008-02-18 22:07:44schmirsetmessages: + msg62546
2008-02-18 17:48:14loewissetstatus: open -> closed
resolution: fixed
messages: + msg62538
versions: - Python 2.6
2008-02-18 08:43:43schmirsettype: resource usage
components: + Tests
2008-02-18 08:43:10schmircreate