-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Unhandled error [AssertionError] from child_process.js #3395
Comments
Is that with a patched node version? I'm sure we don't throw that particular AssertionError anywhere. |
This node version was installed via apt-get, using the Nodesource binary distributions. We haven't modified anything on top of that. |
Can you report it to Nodesource in that case? |
I was under the impression that these were simply builds of the unmodified node source. Are you suggesting that they are different? |
They must be. The canonical source doesn't have asserts in that location and the stack trace is formatted differently as well. |
It's not this line?
(I'll check with nodesource about modifications - that would be concerning if true) |
I guess the stack trace threw me off. Normal stack traces show the throw site first, here it's last. Core doesn't throw that "UNHANDLED" error message though. Are you using modules that monkey-patch node core? If the answer is no, it must be the binary itself. |
Ah sorry, it's our logging system adding that UNHANDLED, and some changes recently (some 3rd party modules) seem to have changed the stacktrace order. I'll make sure to post standard stacktraces next time. |
Is this issue still occurring? |
@evanlucas According to our logs this last happened on 29th Oct. @bnoordhuis We're not using any modules that monkey patch node core. (Sorry didn't notice that part of your post before) |
@bgSosh some code to reproduce would be best. It looks like you haven't bumped into this in a while. If you run into it again and can reproduce it, I'll open this back up. |
@cjihrig I'm not able to reproduce it in code unfortunately. I'll report back here if it happens again. |
@cjihrig I've had more occurrences of this this week, so I'd appreciate if you could re-open this. |
@bgSosh I've reopened this issue - have you found some code that could help to reproduce this error? |
Is there reason to keep this open? |
@jasnell - it's still happening almost daily. |
I'm going to close this again, as there is still no way to reproduce it, and may have even been fixed by now. If you come up with a reproduction, by all means, post it here. If this is tied in with #3072, then we can track it there. |
Just got an unhandled error from child_process.js (Node v4.2.0)
Perhaps related to this issue? : #3341
The text was updated successfully, but these errors were encountered: