abnormal program termination vc++ runtime library
my software is developed in vc++ as a multithreaded application consisting 2 my own dlls and my own 3 inter process communicating exes. My application is running in my client site daily basis, but it crashes once in 6 months or 1 year . I have no clues about which part of my code causes this. Dr watson is enabled but without writing the logs there it crashes.we have tried all other options like stopping antivirus, stopping any other conflicting applications etc.. Can anyone show light on this please?
Re: abnormal program termination vc++ runtime library
Could it be some resource leak? Did you check it using Task Manager or, better, SysInternals tool Process Explorer?
Re: abnormal program termination vc++ runtime library
I will try using process explorer if the issue occurs again. thanks a lot.
Re: abnormal program termination vc++ runtime library