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 chandra
Recipients chandra
Date 2011-11-03.12:53:47
SpamBayes Score 0.00014963097
Marked as misclassified No
Message-id <1320324829.1.0.613797933132.issue13335@psf.upfronthosting.co.za>
In-reply-to
Content
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 analyzing the dump using the Windbg tool.

Below is the status of the 4 running threads.
 
 Last error for thread 0:
 LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
 LastStatusValue: (NTSTATUS) 0 - STATUS_WAIT_0
 
 Last error for thread 1:
 LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
 LastStatusValue: (NTSTATUS) 0 - STATUS_WAIT_0
 
 Last error for thread 2:
 LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
 LastStatusValue: (NTSTATUS) 0 - STATUS_WAIT_0

Last error for thread 3:
 LastErrorValue: (Win32) 0 (0) - The operation completed successfully.
 LastStatusValue: (NTSTATUS) 0 - STATUS_WAIT_0
 
 But as part of the hang analysis the command "!analyze -hang" shows
 some problem with thread 1
 
 Probably caused by : python25.dll ( python25!PyList_New+62 )
 
 03dff250 1e072c5b python25!PyFuture_FromAST+0x873
 03dff25c 1e073307 python25!PyFuture_FromAST+0xbcb
 03dff264 1e07332e python25!PyObject_GC_Malloc+0x67
 03dff270 1e081502 python25!PyObject_GC_New+0xe
 00000000 00000000 python25!PyList_New+0x62

Thanks,
-Chandra
History
Date User Action Args
2011-11-03 12:53:49chandrasetrecipients: + chandra
2011-11-03 12:53:49chandrasetmessageid: <1320324829.1.0.613797933132.issue13335@psf.upfronthosting.co.za>
2011-11-03 12:53:48chandralinkissue13335 messages
2011-11-03 12:53:48chandracreate