Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locker change breaks with latest node 0.3.6 #2

Closed
lm1 opened this issue Jan 23, 2011 · 2 comments
Closed

Locker change breaks with latest node 0.3.6 #2

lm1 opened this issue Jan 23, 2011 · 2 comments

Comments

@lm1
Copy link
Contributor

lm1 commented Jan 23, 2011

After 82f79ce I'm always getting the following error with node v0.3.6 (Linux debian 2.6.32-5-686). Works with 041247c.

node.js:68
      throw e; // process.nextTick error, or 'error' event on first tick
      ^
Error: Fiber support was not enabled when you ran node. To enable support for fibers, please run node with the included `fiber-shim` script. For example, instead of running:

  node script.js

You should run:

  ./fiber-shim node script.js

You will not be able to use Fiber without this support enabled.
@laverdet
Copy link
Owner

This might related to another issue. Could you try the new npm package let me know if that works?

npm install fibers

@lm1
Copy link
Contributor Author

lm1 commented Jan 23, 2011

Yes, works now, thanks.

denihs added a commit that referenced this issue Aug 9, 2022
Create flags to enable logs when call methods with fibers is in use.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants