-
Notifications
You must be signed in to change notification settings - Fork 137
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
latest version crashing python on Mac OS X #34
Comments
Any news on this? I get several reports of w3af users seeing this issue. I actually try to give them a solution but the crash is so bad that not even a try/except block works. |
Can you give me a reproducible test? |
to me, the reproducible test is just having compiled and installed the when running it, it's clear it crashes in this thread. $cat ../w3af_config/gruyere_config/gruyere_config.w3af plugins $ python2.7 ./w3af_console2.6 -s Crashed Thread: 7 Exception Type: EXC_BAD_ACCESS (SIGSEGV) VM Regions Near 0x418:
On Fri, Jul 5, 2013 at 4:46 AM, Michael Axiak [email protected]:
|
That's a way of reproducing it, but we don't want to make you work that hard. This should be enough: from pybloomfilter import BloomFilter as CMmapFilter
temp_file = '/tmp/foobar'
bf = CMmapFilter(1000, 0.01, temp_file)
bf.add(1)
assert 1 in bf
assert 2 not in bf |
ping! Any news / progress with this bug? It's a very important bug which makes your library unusable in mac 👎 |
@axiak could you please explain why this was closed? Did you fix the issue? Could you reference the commit for us to better understand? |
ping? /me sets annoying mode to ON |
It was fixed 7 months ago, and its working is heavily dependent on how it gets packaged. Apparently the last package broke it. I'll work on it this week. |
Hi,
on Mac OS X,
latest version of pybloomfiltermmap
using python2.6 or python2.7
I get a crash using w3af :
Thread 10 Crashed:
0 pybloomfilter.so 0x0000000100d8ec76 __pyx_pw_13pybloomfilter_11BloomFilter_21add + 534
1 org.python.python 0x000000010088d1b1 PyEval_EvalFrameEx + 9185
The text was updated successfully, but these errors were encountered: