-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Unhandled Errors after upgrading from 3.4.3 to 3.4.4 #1217
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
Comments
I'm experiencing the same issue in Node v4.5.0. Rolling back to 3.4.3 fixes it. |
in util.js if you modify domainBind to:
|
@petkaantonov Yes, that works. |
noticed the same thing in node v0.10.38 . if you throw an error inside a .then() promise block it won't go into the .catch() block rolling back to 3.4.3 does not produce this problem |
^^ Yes, my problem was with throw as well, did not enter expected catch block. |
confirmed, seeing the same error |
Yea, we had this causing errors in prod on Node 6 :/ Unfortunately there's not a whole lot of information in the error, here's the full trace from within a Hapi server:
Pinning Bluebird to 3.4.3 resolved the issue. |
Also, everyone go do |
Wouldn't it be wise to pull this release for now? |
Seeing the same issue here. |
released 3.4.5 and deprecated 3.4.4 |
Thank you, @petkaantonov! |
Please answer the questions the best you can:
3.4.4
No.
Our test suite explodes with new
Uncaught error:
-- this is using hapi, lab, and with newrelic active. I can't reproduce simply yet, though I'll update this ticket if I get a chance. I have a suspicion it's related to changes around domains in 3.4.4.The text was updated successfully, but these errors were encountered: