Terry J. Reedy added the comment:
I am closing this because there is no issue for currently maintained CPython.
If you have further questions, try python-list or a question-answer forum such
as StackOverflow.
--
resolution: -> out of date
status: open -> closed
_
Amaury Forgeot d'Arc added the comment:
Unfortunately there is not much in the process call stack: the creation of a
list (PyList_New) needs to allocate some memory (not much: sizeof(PyListObject)
+ gc overhead, probably 32 bytes).
If the system malloc() function fails and returns NULL, Pytho
Chandra Sekhar Reddy added the comment:
Hi Amaury and Terry,
Thanks for your feedback, actually the product that we have delivered to
customer is now in support phase, so currently there is no development going
on, so we cannot use the latest python.
It would be of great help if you could p
Terry J. Reedy added the comment:
2.5 in no longer maintained. 2.6 only gets security patches.
So please test with the latest 2.7 (currently 2.7.2).
If you cannot do that, please close.
--
nosy: +terry.reedy
versions: -Python 2.6
___
Python tracker
Amaury Forgeot d'Arc added the comment:
This information is far too incomplete, but as a first step, did you check the
memory usage of the process? Is the computer constantly swapping memory to disk?
--
nosy: +amaury.forgeotdarc
___
Python tracker
New submission from Chandra Sekhar Reddy :
Service application hanged in python25.dll, below are the environment details.
Operating System : Windows server 2008 R2 (Virtual Machine) Application Type :
Service Application
We have got the process dump from the customer environment and after anal