Skip to content
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

Crash in NetDb::SaveUpdated() #1935

Open
Vort opened this issue May 30, 2023 · 2 comments
Open

Crash in NetDb::SaveUpdated() #1935

Vort opened this issue May 30, 2023 · 2 comments

Comments

@Vort
Copy link
Contributor

Vort commented May 30, 2023

Week ago rare crash happened on my node.
Most likely, it occured at this line:

for (auto& it: m_RouterInfos)

Last line in log file was: SSU2: Couldn't update RouterInfo from SessionConfirmed in netdb.
No reproduction steps are available.
Version: 2.47.0-80-g623c3f46.

@Vort
Copy link
Contributor Author

Vort commented Nov 23, 2023

Commit with changes around this place: c215f2e.
Maybe fixes this bug, maybe not.

@Vort
Copy link
Contributor Author

Vort commented Dec 28, 2023

c215f2e not fixes this bug.
Iterator itself gets corrupted - crash happens before .second can be checked:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants