-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
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
ASSERT interp.c:5447 t->bbs != NULL in drx_buf-test #2657
Comments
Interesting, I've never seen this. I'll try to see if I can repro on my machine. |
derekbruening
added a commit
that referenced
this issue
Feb 9, 2022
Adds ignore rules for the following observed long suite failures, keeping some of them limited to the long suite only so we do not lose the ability to detect fails-every-time breakage in pull requests: + #2052: signal.c:5306 tr == NULL || tr->under_dynamo_control || IS_CLIENT_THREAD(dcontext) || sig == SUSPEND_SIGNAL + lin64 prof_pcs|common.nativeexec_exe_opt https://github.com/DynamoRIO/dynamorio/runs/5079862873 + lin32 prof_pcs|common.nativeexec_retakeover_opt https://github.com/DynamoRIO/dynamorio/runs/5080176761 + lin64 prof_pcs,thread_private|common.nativeexec_exe_opt https://github.com/DynamoRIO/dynamorio/runs/4992456119 + lin32 prof_pcs,thread_private|common.nativeexec_bindnow_opt https://github.com/DynamoRIO/dynamorio/runs/4993095901 + lin32 prof_pcs|common.nativeexec_bindnow_opt https://github.com/DynamoRIO/dynamorio/runs/4860096547 https://github.com/DynamoRIO/dynamorio/runs/4792339299 + #4732: client.winxfer test output does not always match + win32 code_api|client.winxfer https://github.com/DynamoRIO/dynamorio/runs/5113993573 https://github.com/DynamoRIO/dynamorio/runs/5014069363 https://github.com/DynamoRIO/dynamorio/runs/4860068689 https://github.com/DynamoRIO/dynamorio/runs/4836923113 https://github.com/DynamoRIO/dynamorio/runs/4818620705 + #2657: ASSERT interp.c:5447 t->bbs != NULL in drx_buf-test + lin64 code_api|client.drx_buf-test https://github.com/DynamoRIO/dynamorio/runs/5014069596 + #3320: ASSERT type_is_instr in multiple drcachesim tests + win64 code_api|tool.drcachesim.threads-with-config-file https://github.com/DynamoRIO/dynamorio/runs/4993095937 + win32 code_api|tool.drcachesim.invariants https://github.com/DynamoRIO/dynamorio/runs/4798976751 https://github.com/DynamoRIO/dynamorio/runs/4780921079 Issue: #2052, #4732, #2657, #3320, #1807
derekbruening
added a commit
that referenced
this issue
Feb 9, 2022
Adds ignore rules for the following observed long suite failures, keeping some of them limited to the long suite only so we do not lose the ability to detect fails-every-time breakage in pull requests. Also extrapolates the #2052 and #3320 failures to adjacent variants to avoid repeats with just different architectures or options. + #2052: signal.c:5306 tr == NULL || tr->under_dynamo_control || IS_CLIENT_THREAD(dcontext) || sig == SUSPEND_SIGNAL + lin64 prof_pcs|common.nativeexec_exe_opt https://github.com/DynamoRIO/dynamorio/runs/5079862873 + lin32 prof_pcs|common.nativeexec_retakeover_opt https://github.com/DynamoRIO/dynamorio/runs/5080176761 + lin64 prof_pcs,thread_private|common.nativeexec_exe_opt https://github.com/DynamoRIO/dynamorio/runs/4992456119 + lin32 prof_pcs,thread_private|common.nativeexec_bindnow_opt https://github.com/DynamoRIO/dynamorio/runs/4993095901 + lin32 prof_pcs|common.nativeexec_bindnow_opt https://github.com/DynamoRIO/dynamorio/runs/4860096547 https://github.com/DynamoRIO/dynamorio/runs/4792339299 + #4732: client.winxfer test output does not always match + win32 code_api|client.winxfer https://github.com/DynamoRIO/dynamorio/runs/5113993573 https://github.com/DynamoRIO/dynamorio/runs/5014069363 https://github.com/DynamoRIO/dynamorio/runs/4860068689 https://github.com/DynamoRIO/dynamorio/runs/4836923113 https://github.com/DynamoRIO/dynamorio/runs/4818620705 + #2657: ASSERT interp.c:5447 t->bbs != NULL in drx_buf-test + lin64 code_api|client.drx_buf-test https://github.com/DynamoRIO/dynamorio/runs/5014069596 + #3320: ASSERT type_is_instr in multiple drcachesim tests + win64 code_api|tool.drcachesim.threads-with-config-file https://github.com/DynamoRIO/dynamorio/runs/4993095937 + win32 code_api|tool.drcachesim.invariants https://github.com/DynamoRIO/dynamorio/runs/4798976751 https://github.com/DynamoRIO/dynamorio/runs/4780921079 Issue: #2052, #4732, #2657, #3320, #1807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This just happened. Non-deterministic: never seen it before.
https://travis-ci.org/DynamoRIO/dynamorio/jobs/282481310
@toshipiazza, have you ever seen this?
The text was updated successfully, but these errors were encountered: