Re: Access Violation when disconnecting wodWebServ - WeOnlyDo Discussion board

Re: Access Violation when disconnecting wodWebServ (General questions)

by paul draper, Friday, December 09, 2005, 17:03 (6712 days ago) @ wodSupport

Hi,

Looking at the call stack it seems that an OLE event is being firing:

Oleserver::TServerEventDispatch::Invoke

which calls

Wodwebservercomlib_tlb::TwodWebServerCom::InvokeEvent

which in turn tries to do

TwodWebServerCom::get_Activated

all of this is outside of our code. Possibly a request is being received from the browser whilst the Server object is being deleted.

the crash does not happen very often.

I'll investigate more, but if you have any suggestions they would be most appreciated.

Our app is probably much too unwieldy to either zip up, or for you to get install as it is. I'll see if I can extract out the failing functionality.

Thanks
Paul.


Complete thread: