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

2012-04-24 Thread Deniz Pelvan
bject: 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 mentioned, I ran my COM interface with another Win32 test app under > > a MSVC debugger for hours without any problem. I attach

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

2012-04-23 Thread Deniz Pelvan
y crashed I'd expect Windows to show the "app crashed" > dialog. If you have MSVC you could try running the python process under > it to see if it reports anything strange. > > Mark > > On 24/04/2012 8:09 AM, Deniz Pelvan wrote: > > > > Hello guys,I

[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