My application seems to run just fine during profiling, however, I see errors in the log view and red or yellow icons in the other views. Is this normal?
It is fairly normal to see errors or warnings during profiling. One common error seen is when one module tries to dynamically load another module (using one of the LoadLibrary functions), but the module is not found. Dependency Walker makes a note of this failure, but if the application is prepared for the failure, then this is not a problem. Another common error is when a module tries to dynamically locate a function (using GetProcAddress) in a module. Again, this is not a problem if the application is prepared for the failure. You may also see first-chance exceptions occur in the log view. If the application handles the exceptions and they don’t turn into second-chance exceptions, then this is not a problem. All these cases are normal, and can usually be ignored. However, if the application you are profiling crashes or fails to run properly, then the errors may provide some insight as to what caused the problem.
Related Questions
- My application seems to run just fine during profiling, however, I see errors in the log view and red or yellow icons in the other views. Is this normal?
- Which account should I use when granting the ipMonitor Multi-Status View application access to log in to my ipMonitor installation?
- Does the ipMonitor Multi-Status View application run on Apache?