- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sorry for the newbie question.
runs fine invoked from VS, if i run it from the integration or from the vtune window, my app crashes after a few seconds.i am using Qt and multi threading.
clearly some setting is wrong, anyone have some ideas for me?
thanks,
james
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi James:
How did you configure the activity? That is, which wizard did you use and what options did you select or leave selected?
Callgraph can cause the application to crash if the debug information does not match the executable. This can happen because the analyzer located an old PDB file, for example. (Scenario: you build your debug version and run the analyzer on it, then you build the release version and don't generate a PDB and the analyzer attempts to use the PDB from the debug build.) Now, this is not supposed to happen, but there are cases where it may. You can check which PDB file the analyzer has associated with the executable by view the Symbol Repository (Configure -> Options: DirectoriesSymbol Repository, View Symbol Repository Files button; locate your executable in the list and examine the path to the debug symbol info, i.e., PDB).
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page