Giter Club home page Giter Club logo

Comments (3)

kkaefer avatar kkaefer commented on June 17, 2024

This might be happening because node/v8 tries to GC the object while it's still being used. This could happen when the calls to Ref() and Unref() aren't balanced. I just looked through the C++ code the server calls but I didn't see any apparent misuse there.

On the other hand—and I believe this is more likely—this may not be node or node-mapnik related: Perhaps something in mapnik causes a buffer overflow which overwrites a malloced section and the metadata it put there. When node-mapnik tries to properly deallocate an object, it can't find the associated metadata anymore, making free() fail.

from landspeed.js.

kkaefer avatar kkaefer commented on June 17, 2024

This looks more and more like a buffer overflow; the assertion in that line shouldn't fail from Ref/Unref misuse; only when data is corrupted.

from landspeed.js.

springmeyer avatar springmeyer commented on June 17, 2024

No longer seeing this - assuming it was an old Node.js 0.4.x bug.

from landspeed.js.

Related Issues (9)

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.