[issue13335] Service application hang in python25.dll

2011-11-07 Thread Terry J. Reedy
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 _

[issue13335] Service application hang in python25.dll

2011-11-07 Thread Amaury Forgeot d'Arc
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

[issue13335] Service application hang in python25.dll

2011-11-07 Thread Chandra Sekhar Reddy
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

[issue13335] Service application hang in python25.dll

2011-11-04 Thread Terry J. Reedy
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

[issue13335] Service application hang in python25.dll

2011-11-03 Thread Amaury Forgeot d'Arc
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

[issue13335] Service application hang in python25.dll

2011-11-03 Thread Chandra Sekhar Reddy
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