it is not a permission problem: $ touch /tmp/bloom.remove.me $ echo $? 0
On Fri, Nov 9, 2012 at 2:38 PM, Fabien DUCHENE <[email protected]> wrote: > python2.6 ./bloom-test.py > Traceback (most recent call last): > File "./bloom-test.py", line 3, in <module> > bf = BloomFilter(10000, 0.001, '/tmp/bloom.remove.me') > File "pybloomfilter.pyx", line 125, in > pybloomfilter.BloomFilter.__cinit__ (src/pybloomfilter.c:2347) > MemoryError > > python2.7 ./bloom-test.py > Traceback (most recent call last): > File "./bloom-test.py", line 3, in <module> > bf = BloomFilter(10000, 0.001, '/tmp/bloom.remove.me') > File "pybloomfilter.pyx", line 125, in > pybloomfilter.BloomFilter.__cinit__ (src/pybloomfilter.c:2347) > MemoryError > > > FYI, I installed bloomFilter using easy_install-2.x > > > On Fri, Nov 9, 2012 at 2:35 PM, Andres Riancho <[email protected]> > wrote: >> Interesting... it might be the case that the pybloom mmap >> implementation that works in linux doesn't in OSX... hmmm... What >> happens if you run this code? (see attached file, you run it with >> "python bloom-test.py" in a console) >> >> Regards, >> >> On Fri, Nov 9, 2012 at 10:18 AM, Fabien DUCHENE <[email protected]> >> wrote: >>> immedialtely, it's a matter of seconds >>> >>> On Fri, Nov 9, 2012 at 1:38 PM, Andres Riancho <[email protected]> >>> wrote: >>>> That's why I'm asking... are you getting this message just after >>>> starting the run or minutes/hours after? >>>> >>>> On Fri, Nov 9, 2012 at 8:14 AM, Fabien DUCHENE <[email protected]> >>>> wrote: >>>>> Hi, yes. >>>>> How can we fix this? >>>>> the raised exception would suggest the application is not able to >>>>> allocate memory but .. I have not set any memory limitations for >>>>> python and I have 8GB RAM and the website is very small! (2 states, 8 >>>>> links) >>>>> >>>>> >>>>> On Thu, Nov 8, 2012 at 5:34 PM, Andres Riancho <[email protected]> >>>>> wrote: >>>>>> Fabien, >>>>>> >>>>>> On Wed, Oct 24, 2012 at 7:05 AM, Fabien DUCHENE >>>>>> <[email protected]> wrote: >>>>>> ... >>>>>>> i get the following error message: >>>>>> ... >>>>>>> pybloomfilter.BloomFilter.__cinit__ (src/pybloomfilter.c:2349) >>>>>>> MemoryError >>>>>> >>>>>> Do you get this just after starting the scan? >>>>>> >>>>>> Regards, >>>>>> -- >>>>>> Andrés Riancho >>>>>> Project Leader at w3af - http://w3af.org/ >>>>>> Web Application Attack and Audit Framework >>>>>> Twitter: @w3af >>>>>> GPG: 0x93C344F3 >>>> >>>> >>>> >>>> -- >>>> Andrés Riancho >>>> Project Leader at w3af - http://w3af.org/ >>>> Web Application Attack and Audit Framework >>>> Twitter: @w3af >>>> GPG: 0x93C344F3 >> >> >> >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
