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

possible memory leak #17

Open
crcastle opened this issue May 18, 2011 · 4 comments
Open

possible memory leak #17

crcastle opened this issue May 18, 2011 · 4 comments
Labels

Comments

@crcastle
Copy link
Contributor

Found the below exception stack trace in the log today:

(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace:
at Socket. (events.js:123:17)
at [object Object]. (/home/keg/keg.io/lib/Socket.IO-node/lib/socket.io/client.js:70:19)
at [object Object]._onConnect (/home/keg/keg.io/lib/Socket.IO-node/lib/socket.io/transports/xhr-polling.js:23:35)
at [object Object].check (/home/keg/keg.io/lib/Socket.IO-node/lib/socket.io/listener.js:77:12)
at Server. (/home/keg/keg.io/lib/Socket.IO-node/lib/socket.io/listener.js:33:14)
at Server.emit (events.js:67:17)
at HTTPParser.onIncoming (http.js:1109:12)
at HTTPParser.onHeadersComplete (http.js:108:31)
at Socket.ondata (http.js:1008:22)
at Socket._onReadable (net.js:682:27)

@dcarney
Copy link
Contributor

dcarney commented May 19, 2011

Is this using the latest socket.io code? From my cursory research on the Googles, it looks like this issue might be fixed in the latest socket.io?

@crcastle
Copy link
Contributor Author

IE's error dialog didn't say anything about the socket.io js file, but
I guess that doesn't mean much. But also I thought socket.io worked on
IE. It has several fall back mechanisms. Not sure if we're using the
most recent version.

On May 18, 2011, at 11:20 PM, dcarney
[email protected]
wrote:

Is this using the latest socket.io code? From my cursory research on the Googles, it looks like this issue might be fixed in the latest socket.io?

Reply to this email directly or view it on GitHub:
#17 (comment)

@crcastle
Copy link
Contributor Author

i have not seen this in a month or so. closing this issue

@crcastle crcastle reopened this Sep 12, 2011
@crcastle
Copy link
Contributor Author

Seeing this issue again. I'm going to see if updating socket-io library fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants