Sometimes when running application under Delphi 2009 debugger, as soon as I do anything with the application form (click, move..) Delphi starts to flood Event Log with following messages (similar):
Module Load: UNKNOWN_MODULE_59954.No DebugInfo. Base Address: $02D90000. Process MyApp.exe (5584)
Module Unload: UNKNOWN_MODULE_59954. Process MyApp.exe (5584)
Number of UNKNOWN_MODULE increases for each cycle, so at example there have been almost 60000 module load/unloads.
Application remains unresponsive during this flood. Sometimes I have to just terminate the application to be able to continue.
Any idea how to start tracking the cause of this?
As “Arioch ‘The” suggested – download and run Sysinternal’s process explorer.
If the module is unloading too fast – set “Options > Difference Highlight Duration” to 9 sec.
In my case it was odbcint.dll:
Also give your PC a virus scan – just in case 🙂