Coder Social home page Coder Social logo

Comments (5)

antnks avatar antnks commented on June 8, 2024

This is how memory usage looks like just before the termination:

image

from certfuzz.

wdormann avatar wdormann commented on June 8, 2024

I've not been able to track down the cause of this problem. Mostly because it seems to be nondeterministic. In particular, in my testing, BFF's memory usage isn't a continual growth where you can see what is being leaked. But rather there are occasional times where the usage grows to the point where it's too much for a 32-bit Windows python process to handle.

If you run BFF in debug mode, you can use heapy to see how memory is being used. Maybe you'll have better luck than I have had?

See also #15. In my testing using 64-bit python seems to be a viable workaround.

from certfuzz.

antnks avatar antnks commented on June 8, 2024

The issue is indeed memory related, as well as related to a non-optimized array handling
I tried to mitigate the crash by adding try/catch and force minimizer end: #29
With this change I did not get crashes after 4 days of running, but there are still performance issues when fuzzing big files using a 32 bit Python

from certfuzz.

wdormann avatar wdormann commented on June 8, 2024

Thanks! I'll have a look and incorporate the change if it passes the smoke test.

from certfuzz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.