How can we help you today? How can we help you today?

Other App crashes if I start the debug app with profiler 5

This is my first time to use the tool. I have two applications: UI(managed code c#, which I am profiling with) and App.exe (unmanaged c++). They interact each other through managed c++ and WCF. I start App first and start UI through ANTS. When the applications start to run, my App.exe always crashes. inside App application, there are code like this: Start = (STARTFUNCTION)GetProcAddress(m_hCameraLibrary, "Start"); Through debug, I can see that the crash happened there.

Need help.

Thanks
Jim
jim2009
0

Comments

2 comments

  • Chris.Allen
    Do you get much in the way of a stack trace?
    Chris.Allen
    0
  • Chris.Allen
    Just a quick follow-up. If your find an application, which runs fine usually, crashes under profiling- check that you do not have a race condition (occuring near the crash). I have seen several apps crash under profiling but when threads were better synchronized, it worked well.
    Chris.Allen
    0

Add comment

Please sign in to leave a comment.