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
Discodb on mac osx segfaults with more than 30 keys
The following script reproduces the error:
from discodb import DiscoDBConstructor discodb_constructor = DiscoDBConstructor() for item in enumerate(xrange(30)): k,v = map(str,item) discodb_constructor.add(k,v) stream = open('/tmp/discodb', 'w') discodb_constructor.finalize().dump(stream)
It's interesting to note that this error does not occur under linux.
I installed libcmph via brew on mac it claims I'm using libcmph 2.0
On linux installed via apt-get install libcmph-devel
Show's version 0.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discodb on mac osx segfaults with more than 30 keys
The following script reproduces the error:
It's interesting to note that this error does not occur under linux.
I installed libcmph via brew on mac it claims I'm using libcmph 2.0
On linux installed via
apt-get install libcmph-devel
Show's version 0.9
The text was updated successfully, but these errors were encountered: