-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
depends: boost: update to 1.69.0 [0.18] #9807
base: release-v0.18
Are you sure you want to change the base?
depends: boost: update to 1.69.0 [0.18] #9807
Conversation
Do we know what change in Boost caused/fixed the issue? |
For visibility, as this was already discussed on irc. The commit that likely fixed the crash is: boostorg/asio@ad8cc21 |
The presence of this bug in ASIO effectively raises the minimum Boost version to 1.69. Debian 10, which we support until at least 30 June 2025 ships Boost 1.67. When we drop support for Debian 10 the minimum becomes Boost 1.71 (Ubuntu 20.04). If it's easy to work around this bug on our side it would be nice to do so in a follow-up PR. Since this only affects one development environment and development builds can use the latest |
This should fix a reported crash during sync on Windows that was introduced in #9800.
Context starting here: https://libera.monerologs.net/monero-dev/20250217#c497165
Includes #9457 backport (needed).