Skip to content

Using Coyote to generate Traces #486

Answered by pdeligia
Arhaan asked this question in Q&A
Discussion options

You must be logged in to vote

@Arhaan, Coyote does not give you automatically such a log as it does not support instrumenting every single read/write location (focuses on high-level race conditions instead, and to scale in large programs). Saying this, we have some experimental instrumentations (most are disabled by default) that check for a subset of race conditions (such as on collections, class field accesses, etc -- see all the *RaceChecking* options on https://microsoft.github.io/coyote/#ref/Microsoft.Coyote/Configuration/). But these might not serve the purpose you want, or have the logging you want, nor be complete (hence the experimental).

Instead, one option you have is to do your own binary rewriting (e.g. u…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Arhaan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants