Board index » delphi » too many consecutive exceptions: 'access violation...'
Brian Matchey
![]() Delphi Developer |
too many consecutive exceptions: 'access violation...'2006-02-20 11:41:42 PM delphi252 I am trying to modify an Apache web service that is been working for over a year. When I start the project in my Delphi IDE, I get an AV. At the point the AV arises, the stack is blank. The CPU de{*word*81} window shows it is on TObject.Free, but I have had no luck figuring out what object it is trying to free. I don't know what's changed - some shared source code, a firewall setting, etc. Does anyone have an idea how to debug the problem? More: If I run Apache from a local command line, I get a similar AV (The memory could not be read), then a runtime 216 error, then Apache is loaded and the service is operational. When stopping Apache, I get the same AV and runtime 216. I think the fact that Apache loads and unloads the DLL twice is why I get the same error on the way in and out - the first AV is when the DLL is unloaded prior to being reloaded. |