-
Notifications
You must be signed in to change notification settings - Fork 11
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
Test failure: asan block_unit_test_eos-vm-oc #737
Comments
the failure on eos-vm is a little more descriptive, |
Thanks. That is better, wish I had seen that one first. I'll update the issue description with that one. |
… still might be in use. For example if still in the forkdb. Would have preferred to `delete` the move constructor/operator= but unfortunately those are needed for our unused http push_block.
[1.0.1] Should never move from a signed_block in a shared_ptr
[1.0.1 -> main] Should never move from a signed_block in a shared_ptr
[1.0.1 -> main] Make signed_block_ptr const
This is on branch
verify-qc-thread-pool
, but looks like an issue with a few of our tests. We move a block, but still use the old blocks QC that has been moved from.Only an issue for tests.
The text was updated successfully, but these errors were encountered: