Here's what I get when PythonWin.exe crashes. Don't know if it will
help any.
Unhandled exception at 0x009ceef4 in Pythonwin.exe: 0xC0000005: Access
violation.
Here's the source where it breaks:
thrdcore.cpp - Line 188
if (pState->m_msgCur.message != WM_KICKIDLE &&
!AfxPreTranslateMessage(&(pState->m_msgCur)))
{
::TranslateMessage(&(pState->m_msgCur));
::DispatchMessage(&(pState->m_msgCur));
}
>>> return TRUE;
}
Here's the call stack:
009ceef4()
user32.dll!77387050()
.
.
. (more of the same, different addresses)
.
.
user32.dll!7738e406()
MFC71.dll!AfxInternalPumpMessage() line 188
MFC71.DLL!CWinThread::Run() Line 673 + 0x7
win32ui.pyd!10036327()
PythonWin.exe!004015cc()
MFC71.dll!AfxWinMain(HINSTANCE__ *hInstance=0x00400000, HINSTANCE__
*hPrevInstance=0x00000000, char * lpCmdLine=0x00142576, int nCmdChow=1)
Line 49 + 0x7
PythonWin.exe!004019f1()
kernel32.dll!77e523cd()
Sean
Sean Covel wrote:
> Mark,
>
> What version of MFC71.dll are you running on that box? I'm on
> 7.10.3077.0. I seem to recall that when PythonWin.exe crashed the stack
> trace lead to that DLL.
>
> Sean
>
>
> Sean Covel wrote:
>
>>Tony, Mark,
>>
>>Tony Meyer wrote:
>>
>>
>>>>I have just confirmed my Windows 2003 SP1 server with Office
>>>>2003 correctly works with the sample OutlookAddin. I
>>>>previously confirmed Pythonwin works.
>>
>>
>>Did you re-install SP1 after you installed Office? What version of the
>>MS run-time components do you have? .NET Framework?
>>
>>
>>
>>>[...]
>>>
>>>
>>>
>>>>I'm not sure what else I can do to help...
>>>
>>>
>>>Unfortunately, nor am I (especially since it's not limited to SpamBayes).
>>>It looks like an Office/Windows problem, I guess. Sean: is reinstalling
>>>those feasible?
>>
>>
>>Its a pretty fresh install of Windows/Office. Just got a new laptop.
>>WORK laptop. It was all working great until I installed SP1. That's
>>when it started crashing. Don't really have the time to reinstall.
>>
>>Sean
>>
>>
>>
>>>=Tony.Meyer
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.Net email is sponsored by Oracle Space Sweepstakes
>>>Want to be the first software developer in space?
>>>Enter now for the Oracle Space Sweepstakes!
>>>http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
>>>_______________________________________________
>>>pywin32-bugs mailing list
>>>pyw...@li...
>>>https://lists.sourceforge.net/lists/listinfo/pywin32-bugs
>>>
>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by Oracle Space Sweepstakes
>>Want to be the first software developer in space?
>>Enter now for the Oracle Space Sweepstakes!
>>http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
>>_______________________________________________
>>pywin32-bugs mailing list
>>pyw...@li...
>>https://lists.sourceforge.net/lists/listinfo/pywin32-bugs
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> pywin32-bugs mailing list
> pyw...@li...
> https://lists.sourceforge.net/lists/listinfo/pywin32-bugs
>
|