-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
EventEmitter leak #117
Comments
I'm using the latest version 1.0.1, on node 0.6.8 and getting the same problem: (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. |
Me too - I'm running: mocha --compilers coffee:coffee-script -w -G "mocha": "~1.0.1", The stack trace I get is: (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. I wonder if this is a node_dev thing - does the restart release all of the resources? Ping me if I can be of any help. Ben |
I'm getting this issue with mocha 1.2.2 |
I was getting this issue when using the '--watch' flag in 1.3.2, and upgrading to 1.6.0 resolved it for me. For anyone still experiencing the problem, I recommend updating mocha. |
i am getting same error on version : 1.18.2
|
Awesome.. this is still around 2 years later and hasn't been addressed. I'm on 2.2.5 and I'm seeing the same error, which is causing my test server to skip tests... Can we get this addressed? |
@RavenHursT sure! My rate is $150/hr. Maybe it hasn't been addressed because it was closed, and nobody sent any sort of reproduction plan. So, you could start there. otherwise I'm afraid your chances are slim-to-none |
Not sure if it matters, but I'm getting this error on Mocha 5.0.4 |
This warning also appears in Mocha 5.2.0. |
due to the hook error event. we exit currently anyway so it's not a big deal but the warning is annoying
The text was updated successfully, but these errors were encountered: