We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happened once on Travis: https://travis-ci.com/DynamoRIO/dynamorio/jobs/295374252
Invalid trace entry type 23 before a bundle
23 is (+1 here b/c 1-based):
$ grep '^ *TRACE_TYPE' clients/drcachesim/common/trace_entry.h | grep -n . | grep 24 24: TRACE_TYPE_THREAD_EXIT, /**< A thread exit. */
The text was updated successfully, but these errors were encountered:
Happened on code_api|tool.drcachesim.threads-with-config-file at http://139.178.82.61:8080/job/DynamoRIO-AArch64-Precommit/2003/consoleFull
code_api|tool.drcachesim.threads-with-config-file
Sorry, something went wrong.
The same issue seems to have happened on code_api|tool.drcachesim.TLB-threads at http://139.178.82.61:8080/job/DynamoRIO-AArch64-Precommit/2744/consoleFull
code_api|tool.drcachesim.TLB-threads
I believe this is the same as #3320. Closing.
No branches or pull requests
This happened once on Travis:
https://travis-ci.com/DynamoRIO/dynamorio/jobs/295374252
23 is (+1 here b/c 1-based):
The text was updated successfully, but these errors were encountered: