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

Logger facility causes crash or stall with NodeJs 4.2.5+ #897

Closed
tcf909 opened this issue Feb 5, 2016 · 3 comments
Closed

Logger facility causes crash or stall with NodeJs 4.2.5+ #897

tcf909 opened this issue Feb 5, 2016 · 3 comments
Labels
third-party This issue is related to third-party libraries or applications.

Comments

@tcf909
Copy link

tcf909 commented Feb 5, 2016

When using the 'logger' config to specific a logging facility (such as process.stdOut) with anything after NodeJs 4.2.4 you get crashes and/or stalled processes when using nodeJs debug mode.

Using Node 5.x the process stalls. Using Node 4.2.5+ you will see exit code 139.

This is related to nodejs/node#4440.

Tested on AWS SDK 2.2.33.

Reverting to 4.2.4 resolved the issue for now. Possible workaround: avoid util.inspect().

@chrisradek
Copy link
Contributor

@tcf909
Looks like there is a PR that relates to this:
nodejs/node#4819

@chrisradek
Copy link
Contributor

Closing, this was fixed with version 4.3.1 of node.

@srchase srchase added third-party This issue is related to third-party libraries or applications. and removed third-party labels Jan 4, 2019
@lock
Copy link

lock bot commented Sep 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
third-party This issue is related to third-party libraries or applications.
Projects
None yet
Development

No branches or pull requests

3 participants