Git Product home page Git Product logo

Comments (6)

laverdet avatar laverdet commented on August 18, 2024

Could you tell me what happens on node 0.5.x with the latest fibers release? Just out of curiosity..

from node-fibers.

ybogdanov avatar ybogdanov commented on August 18, 2024

The problem appears in more simple case:

require.paths.push('/usr/local/lib/node_modules');
require('fibers');

Fiber(function(){
    console.log('test');
}).run();

ybogdanov/node-sync#4 (comment)

from node-fibers.

rvboris avatar rvboris commented on August 18, 2024

On Node.js 0.5.5 & fibers 0.6.1 it works, but many other modules are not installed on this version node.js (express, jade, etc)

from node-fibers.

ybogdanov avatar ybogdanov commented on August 18, 2024

Yep, node 0.5.x breaks the rest of good modules :)

from node-fibers.

laverdet avatar laverdet commented on August 18, 2024

Could you guys checkout the 0.5.1-test branch from github and try that? I've merged in the unit tests so you should just be able to do "make" and it will build and test. I think the big fix from 0.6.x is using ucontext in libcoro instead of longjmp. I've pulled in a bunch of updates from the 0.6.x master branch.

Sorry this works fine for me on Gentoo 64-bit so I'm shooting in the dark here :)

from node-fibers.

laverdet avatar laverdet commented on August 18, 2024

Alright I confirmed offline with rvboris that the new branch works on his machine. 0.5.1 is pushed to npm now. I'll go ahead a close this out, please reopen if the newly pushed version doesn't work!

from node-fibers.

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.