[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2015-03-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5bea08f80e62 by Serhiy Storchaka in branch '2.7': Issue #14904: Made test_unicode_repr_oflw to use less memory. https://hg.python.org/cpython/rev/5bea08f80e62 -- ___ Python tracker rep...@bugs.python.org

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2015-03-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14904 ___

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2015-03-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14904 ___ ___

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2015-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Unfortunately original logs are not available. test_unicode_repr_oflw incorrectly declares required memory usage. It declares only 6.4 GiB, but actually needs 10.4 GiB only on narrow build (and at least 13.4 on wide build). Proposed patch fixes memuse

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Has anybody got a machine with enough RAM to be able to debug this now as I certainly haven't? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14904

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2012-06-15 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 1c9635109079 by Antoine Pitrou in branch '2.7': Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). http://hg.python.org/cpython/rev/1c9635109079 -- nosy: +python-dev

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2012-06-04 Thread STINNER Victor
STINNER Victor victor.stin...@gmail.com added the comment: Someone needs to debug this (someone with enough RAM). I tried to reproduce the bug, but I got a bug in my filesystem :-p A memory allocation failed in the kernel and btrfs didn't handle it correctly. 12 GB of RAM (and no swap) is

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2012-05-30 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14904 ___ ___ Python-bugs-list

[issue14904] test_unicode_repr_oflw (in test_bigmem) crashes

2012-05-24 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: Someone needs to debug this (someone with enough RAM). http://www.python.org/dev/buildbot/all/builders/AMD64%20Ubuntu%20LTS%20bigmem%202.7/builds/6/steps/test/logs/stdio My intuition is that the crash is on the eval(), since test_unicode_repr