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

Call stack exceeded on process._fatalException #57

Open
STRML opened this issue Jun 17, 2016 · 0 comments
Open

Call stack exceeded on process._fatalException #57

STRML opened this issue Jun 17, 2016 · 0 comments

Comments

@STRML
Copy link
Contributor

STRML commented Jun 17, 2016

This happened in a loopback app - I haven't been able to trace down the root cause just yet, as I have surprisingly little context in the logs for what caused it. Thought perhaps you may have an idea from the trace.

/srv/www/node_modules/async-listener/glue.js:123
      handled = listener.error(value, er) || handled;
                         ^
RangeError: Maximum call stack size exceeded
    at asyncCatcher (/srv/www/node_modules/async-listener/glue.js:123:26)
    at process._asyncFatalException [as _fatalException] (/srv/www/node_modules/async-listener/glue.js:211:14)
    at Domain.errorHandler [as _errorHandler] (domain.js:137:26)
    at process._fatalException (node.js:234:33)
    at process._asyncFatalException [as _fatalException] (/srv/www/node_modules/async-listener/glue.js:211:34)
    at Domain.errorHandler [as _errorHandler] (domain.js:137:26)
    at process._fatalException (node.js:234:33)
    at process._asyncFatalException [as _fatalException] (/srv/www/node_modules/async-listener/glue.js:211:34)
    at Domain.errorHandler [as _errorHandler] (domain.js:137:26)
    at process._fatalException (node.js:234:33)
    at process._asyncFatalException [as _fatalException] (/srv/www/node_modules/async-listener/glue.js:211:34)
    at Domain.errorHandler [as _errorHandler] (domain.js:137:26)
    at process._fatalException (node.js:234:33)
    at process._asyncFatalException [as _fatalException] (/srv/www/node_modules/async-listener/glue.js:211:34)
    at Domain.errorHandler [as _errorHandler] (domain.js:137:26)
    at process._fatalException (node.js:234:33)
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

1 participant