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 passing a list of illegal values. #34

Open
dset0x opened this issue Sep 30, 2015 · 2 comments
Open

Crash when passing a list of illegal values. #34

dset0x opened this issue Sep 30, 2015 · 2 comments

Comments

@dset0x
Copy link

dset0x commented Sep 30, 2015

In [3]: intbitset([-2.3], sanity_checks=True)
*** Error in `python_': double free or corruption (fasttop): 0x0000000001291da0 ***
zsh: abort (core dumped)  ipython
In [3]: intbitset([{}], sanity_checks=True)
*** Error in `python_': double free or corruption (fasttop): 0x00000000028d53c0 ***
zsh: abort (core dumped)  ipython
@kaplun
Copy link
Member

kaplun commented Sep 30, 2015

Oh! Even with sanity_checks set to True 😱

@pombredanne
Copy link
Collaborator

Note that this also happens on Python 3.x

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

No branches or pull requests

4 participants