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

Segmentation fault with python client and group_map_add #209

Open
LexLythius opened this issue Jun 3, 2015 · 0 comments
Open

Segmentation fault with python client and group_map_add #209

LexLythius opened this issue Jun 3, 2015 · 0 comments

Comments

@LexLythius
Copy link

Having

    space kv 
    key k 
    attribute map(string, string) v

I did

>>> c.put('kv', 'a', {'v': {'A': '1', 'D': '6'}}) 
True
>>> c.put('kv', 'b', {'v': {'B': '2'}}) 
True
>>> c.put('kv', 'c', {'v': {'C': '3', 'D': '7'}}) 
True
>>> c.map_add('kv', 'c', {'v': {'C': '4'}}) 
True
>>> c.group_map_add('kv', {}, {'v': {'F': '99'}})
Segmentation fault (core dumped)

System:
Ubuntu 14.04.2 LTS
Linux lichdesk 3.13.0-53-generic #89-Ubuntu SMP Wed May 20 10:34:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Python 2.7.6

I've saved the core dump file in case you need it

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