Re: Access Violation when disconnecting wodWebServ (General questions)
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:
- Access Violation when disconnecting wodWebServer - Paul Draper, 2005-12-09, 15:56
- Re: Access Violation when disconnecting wodWebServ - wodSupport, 2005-12-09, 16:50
- Re: Access Violation when disconnecting wodWebServ - paul draper, 2005-12-09, 17:03
- Re: Access Violation when disconnecting wodWebServ - Paul Draper, 2005-12-12, 10:36
- Re: Access Violation when disconnecting wodWebServ - wodSupport, 2005-12-12, 11:55
- Re: Access Violation when disconnecting wodWebServ - paul draper, 2005-12-12, 13:18
- Re: Access Violation when disconnecting wodWebServ - wodSupport, 2005-12-12, 11:55
- Re: Access Violation when disconnecting wodWebServ - Paul Draper, 2005-12-12, 10:36
- Re: Access Violation when disconnecting wodWebServ - paul draper, 2005-12-09, 17:03
- Re: Access Violation when disconnecting wodWebServ - wodSupport, 2005-12-09, 16:50