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

Seg fault on mac osx #4

Open
srobertson opened this issue Apr 22, 2013 · 0 comments
Open

Seg fault on mac osx #4

srobertson opened this issue Apr 22, 2013 · 0 comments

Comments

@srobertson
Copy link

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

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

No branches or pull requests

1 participant