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

minimal example crashes ([email protected], [email protected]) #814

Closed
jwueller opened this issue Mar 31, 2012 · 3 comments
Closed

minimal example crashes ([email protected], [email protected]) #814

jwueller opened this issue Mar 31, 2012 · 3 comments

Comments

@jwueller
Copy link

I tried to run the minimal example, but it crashes with RangeError: Maximum call stack size exceeded in lib/manager.js:910 when sending a request. The same happens using the express server. It looks like Manager#handleRequest is called about 8000 times for a single request. Then it crashes because of the call stack limit.

socket.io npm install:

└─┬ [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  └─┬ [email protected] 
    ├─┬ [email protected] 
    │ └── [email protected] 
    ├── [email protected] 
    ├─┬ [email protected] 
    │ ├── [email protected] 
    │ └── [email protected] 
    └── [email protected] 

node -v:

v0.7.7
@einaros
Copy link
Contributor

einaros commented Mar 31, 2012

Try with the stable node. 0.7.7 is still .. unstable. And I for one won't guarantee that anything works as intended with it.

@jwueller
Copy link
Author

Yes, it seems to work with node v0.6.14. Thanks.

@shelleyp
Copy link

Note that the unstable 0.7.x is about to become stable 0.8.x next week.

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

3 participants