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 on multiple connections/disconnections #7738

Closed
romansimakov opened this issue Sep 5, 2023 · 2 comments
Closed

Crash on multiple connections/disconnections #7738

romansimakov opened this issue Sep 5, 2023 · 2 comments

Comments

@romansimakov
Copy link
Contributor

It's easily reproducable by attached python script on default build of master (SS).
nbak-test.zip

It looks like reallocated mem. And it might happen the second cache_writer for the same dbb.

@AlexPeshkoff
Copy link
Member

The reason of a bug is ability to start more than one cache_writer thread simultaneously due to races on bcb_flags in CCH_init2.

@pavel-zotov
Copy link

pavel-zotov commented Sep 8, 2023

Could not reproduce on 5.0.0.1182 SS (Windows). Sent report to Alex and Roman.

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