-
Notifications
You must be signed in to change notification settings - Fork 188
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
BondList serialization hits bug in boost 1.65.1 #3807
Comments
Is this a regression introduced by a minor update, or why does this show up only now? |
I also had issues recently with boost 1.65.1 on my workstation, specifically boost::test (93ac695), although without segfault. The last patch was |
I compiled
|
Aforementioned bug and ASAN report are gone with Clang 9.0.1 and ASAN and Boost 1.71 on Ubuntu 20.04, which will be deployed on all ICP machines within 2 weeks. After that, the minimal boost version with be increased to 1.66 by #3093 (comment). |
Steps to reproduce:
BondList_test
with boost 1.65.1 and execute the testcase, the serialization test is responsible for hitting the bug.probably related to boostorg/serialization#79
The text was updated successfully, but these errors were encountered: