We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The line in my code db.iterkeys(cf) causes the following crash. (cf is a valid ColumnFaimlyHandle retrieved using db.get_column_family.)
db.iterkeys(cf)
cf
ColumnFaimlyHandle
db.get_column_family
pthread destroy cv: Invalid argument Abort trap: 6
The text was updated successfully, but these errors were encountered:
Actually, this seems to be happening on DB close, upon further investigation.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The line in my code
db.iterkeys(cf)
causes the following crash. (cf
is a validColumnFaimlyHandle
retrieved usingdb.get_column_family
.)The text was updated successfully, but these errors were encountered: