GithubHelp home page GithubHelp logo

Failing on node 0.12 about trace HOT 3 CLOSED

andreasmadsen avatar andreasmadsen commented on June 19, 2024
Failing on node 0.12

from trace.

Comments (3)

AndreasMadsen avatar AndreasMadsen commented on June 19, 2024

I think version 1.1.0 may work on node 0.12.x, but I'm not sure.

This module uses a node.js feature called async_wrap, unfortunately this is only half supported in 0.12.x, versions before that don't have it at all. It is possible to use those parts and give some results, be it will suffer from the same memory issues that 4.x.x also have now. So it not about the ES2015 features (I would just refrain from using them then), it is about async_wrap.

I know 4.x.x will get its async_wrap implementation updated to correspond to the much better version there is in 5.x.x, but I don't know if they will update 0.12.x too. I've opened an issue requesting it to be updated: nodejs/node#4592

from trace.

Jimbly avatar Jimbly commented on June 19, 2024

Yeah, I tried manually grabbing the latest 1.x release (1.2.0) and it seemed to work (didn't crash, seemed to give me slightly better call stacks, though I didn't look too closely as I tracked down the issue I was looking into through other means).

from trace.

AndreasMadsen avatar AndreasMadsen commented on June 19, 2024

The Node LTS WG has agreed that node v0.12 will not get the async_wrap feature updated. See: nodejs/node#4592

from trace.

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.