You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Occasionally (but not rarely) I'm getting the "Recursive process.nextTick detected" warning in huge spams. When using "--throw-deprecation" I get this stack trace:
node.js:375
throw new Error(msg);
^
Error: (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
at maxTickWarn (node.js:375:15)
at process._nextDomainTick (node.js:498:9)
at emitReadable (_stream_readable.js:400:13)
at readableAddChunk (_stream_readable.js:165:9)
at EncryptedStream.Readable.push (_stream_readable.js:127:10)
at EncryptedStream.read [as _read] (tls.js:510:10)
at EncryptedStream.Readable.read (_stream_readable.js:320:10)
at flow (_stream_readable.js:579:52)
at Socket.<anonymous> (_stream_readable.js:563:7)
at Socket.EventEmitter.emit (events.js:117:20)
I chose to post this issue since the stack trace is purely node core code.
Even worse, I cannot reliably reproduce it yet (but I'm working VERY hard on that) except by running my production servers under medium - heavy load for arbitrary periods of time.
Servers are amazon machines running the aws linux distro with node v0.10.15.
Any and all help (even sympathy) will be tremendously appreciated.