Sounds like a race condition. Stepping through the code slows the debugged thread and stops it occurring.
Dan ----- Original Message ----- From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" <[email protected]> Sent: Wednesday, October 12, 2005 9:34 AM Subject: Re: [twsocket] Fw: Sync THttpConnection derivative >I still have not been able to pinpoint the problem but I have a clue: The >AV > occurs when the ISAPI interface is used to run php5isapi.dll and not other > ISAPI dll's and I read that PHP5 is not fully thread-safe. So it is > probably > a PHP bug... > > Again, thank you very much for your help. > > Best Regards, > > SubZ > > ----- Original Message ----- > From: "Francois Piette" <[EMAIL PROTECTED]> > To: "ICS support mailing" <[email protected]> > Sent: Wednesday, October 12, 2005 9:43 AM > Subject: Re: [twsocket] Fw: Sync THttpConnection derivative > > >>> I did the Attach process trick. >> >> I would call it a feature :-) >> >>> It is very weird that the bug now does not >>> occur when I go line-by-line in the debugger but occurs when I hit F9. >>> :(( I >>> will continue tomorrow... >> >> Use Windows.OutputDebugString here and there to find out where the error >> occur. >> Use CTRL+ALT+V to see messages outputed by OutpuDebugMessage. >> >> -- >> Contribute to the SSL Effort. Visit >> http://www.overbyte.be/eng/ssl.html >> -- >> [EMAIL PROTECTED] >> Author of ICS (Internet Component Suite, freeware) >> Author of MidWare (Multi-tier framework, freeware) >> http://www.overbyte.be >> >> >> -- >> To unsubscribe or change your settings for TWSocket mailing list >> please goto http://www.elists.org/mailman/listinfo/twsocket >> Visit our website at http://www.overbyte.be > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
