Debugging “Maximum call stack size exceeded”

后端 未结 3 728
眼角桃花
眼角桃花 2020-12-29 04:33

I have a server that I can cause to die with the following output:

events.js:38
EventEmitter.prototype.emit = function(type) {
                                       


        
3条回答
  •  星月不相逢
    2020-12-29 05:10

    This patch might help you find a solution. It expands the stack trace tremendously:

    https://github.com/dizzyd/node/commit/40434019540ffc17e984ff0653500a3c5db87deb

提交回复
热议问题