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 when iterating over column family records #91

Open
alexreg opened this issue Mar 6, 2021 · 1 comment
Open

Crash when iterating over column family records #91

alexreg opened this issue Mar 6, 2021 · 1 comment

Comments

@alexreg
Copy link

alexreg commented Mar 6, 2021

The line in my code db.iterkeys(cf) causes the following crash. (cf is a valid ColumnFaimlyHandle retrieved using db.get_column_family.)

pthread destroy cv: Invalid argument
Abort trap: 6
@alexreg
Copy link
Author

alexreg commented Mar 7, 2021

Actually, this seems to be happening on DB close, upon further investigation.

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

Successfully merging a pull request may close this issue.

1 participant