Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-24 Thread Mark Hammond
s for the helpDeniz Date: Tue, 24 Apr 2012 15:07:39 +1000 From: mhamm...@skippinet.com.au To: i_pel...@hotmail.com CC: python-win32@python.org Subject: Re: [python-win32] Silent crashes in calls to a COM object in Python On 24/04/2012 2:55 PM, Deniz Pelvan wrote: Hello Mark, As I

Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-24 Thread Deniz Pelvan
hon > > interpreter or in pywin32 (or maybe a debug version) that can show what > > is happening internally, especially over the COM dispatch... > > Thanks in advance > > Deniz > > > > > > > Date: Tue, 24 Apr 2012 11:08:12 +1000 > > > From: skip

Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-23 Thread Mark Hammond
CC: python-win32@python.org > Subject: Re: [python-win32] Silent crashes in calls to a COM object in Python > > Python and pywin32 don't impose any time limits for timeouts and I can't > think of what could cause this other than (say) an exception handler in > your scr

Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-23 Thread Deniz Pelvan
) that can show what is happening internally, especially over the COM dispatch...Thanks in advanceDeniz > Date: Tue, 24 Apr 2012 11:08:12 +1000 > From: skippy.hamm...@gmail.com > To: i_pel...@hotmail.com > CC: python-win32@python.org > Subject: Re: [python-win32] Silent crashes in

Re: [python-win32] Silent crashes in calls to a COM object in Python

2012-04-23 Thread Mark Hammond
Python and pywin32 don't impose any time limits for timeouts and I can't think of what could cause this other than (say) an exception handler in your script that ignores exceptions and terminates the process. Even if Python actually crashed I'd expect Windows to show the "app crashed" dialog.

[python-win32] Silent crashes in calls to a COM object in Python

2012-04-23 Thread Deniz Pelvan
Hello guys,I am having trouble with the Python interpreter crashing silently (no exceptions or errors thrown) when I make a call to a very CPU-intensive method in my COM/ATL component using Pywin32. The method is an FFT analysis for audio files and hits about 25% CPU on a single core and runs f