IIS keeps crashing from PyWin

Fredrik Lundh effbot at telia.com
Wed Feb 23 15:09:06 EST 2000


python <python at channel21.com> wrote:
> An object call caused an exception.
> (IID: {51372AEF-CAE7-11CF-BE81-00AA00A2FA25}) (Method: 3)
> (Microsoft Transaction Server Internals Information: File:
> i:\viper\src\runtime\mtxex\activity.cpp, Line: 889)
> (Exception: C0000005) (Address: 0x1e6054df)
> PyWinTypes15!PyWinThreadState_Free(void) + 0xF
> asp!TerminateExtension + 0x3D35
> asp!TerminateExtension + 0x33E3
> asp!TerminateExtension + 0x313B
> asp!TerminateExtension + 0x7AC3
> asp + 0x325C6
> mtxex!MTSCreateActivity + 0x1F3C
> mtxex!MTSCreateActivity + 0xF3E
>
>
> *** if you notice the file reference
> i:\viper\src\runtime\mtxex\activity.cpp, there is no, nor was there ever,
an
> i drive on my machine...

maybe the microsoft employee that compiled the transaction
server had an I drive?

(sorry, don't know why this is happening, but it sure looks
like PyWinThreadState_Free is misbehaving.  iirc, exception
c0000005 is "access violation")

</F>





More information about the Python-list mailing list