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.

Author hushp1pt
Recipients hushp1pt, loewis
Date 2008-06-14.07:01:31
SpamBayes Score 0.050192736
Marked as misclassified No
Message-id <1213426894.48.0.957304805586.issue3107@psf.upfronthosting.co.za>
In-reply-to
Content
> how do you know

Here is the story, sorry I skipped it before- I was at work then. 

I was doing the basic build-from-source on RHEL (Centos) Linux, because
I don't have root and I need to install it in $HOME/something.  I don't
try to change anything except the install location.  See the ./configure
command given before. 

I tried 2.5.2 because it was the latest + greatest.  When I ran "make
test",  it ran OK until it got to "test_list".  Then it got stuck until
I killed it.  Its very repeatable.  In another window, "top" shows the
python process's memory growing and growing, until it owns basically all
available memory (8GB) after less than a minute or so.  

Then I tried python 2.5.1, built exactly the same way, and make test
works OK- test_list completes in seconds.
History
Date User Action Args
2008-06-14 07:01:34hushp1ptsetspambayes_score: 0.0501927 -> 0.050192736
recipients: + hushp1pt, loewis
2008-06-14 07:01:34hushp1ptsetspambayes_score: 0.0501927 -> 0.0501927
messageid: <1213426894.48.0.957304805586.issue3107@psf.upfronthosting.co.za>
2008-06-14 07:01:33hushp1ptlinkissue3107 messages
2008-06-14 07:01:32hushp1ptcreate