- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd like to enable the thread checker option to detect data races on stack accesses. However, I don't see how to do that, and I couldn't find it in the documentation. Could you explain?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...I'd like to enable the thread checker option to detect data races on stack accesses...
Do you mean that you have a multi-threaded application and some thread uses a data set saved on the stack in another thread?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please create a new inspxe project => New Analysis => Configure Analysis type => Locate Deadlocks and Data Races=> Click "Copy"=> Custom Analysis:
1. Cross-thread stack access detection: "Show problems/Hide warnings"
2. Detect data races on stack accesses (checked)
Click "OK", your "Custom Analysis Types" has been created.
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