Closed giano closed 11 years ago
A little more infos: it happens during a redirection to external resource (cloudinary managed image) using a simple res.redirect.
Hey, Stefano! Thanks for the report! It looks like we introduced a logic error in a change we made in 0.11.6 that we need to fix! You're probably better off reverting to 0.11.5 than 0.11.2 because there's another subtle bug in older versions that can cause crashes before 0.11.5. We should have a fixed version ready for you tomorrow!, and sorry about that!
Thanks!
On Wed, Oct 9, 2013 at 4:58 PM, Forrest L Norvell notifications@github.comwrote:
Hey, Stefano! Thanks for the report! It looks like we introduced a logic error in a change we made in 0.11.6 that we need to fix! You're probably better off reverting to 0.11.5 than 0.11.2 because there's another subtle bug in older versions that can cause crashes before 0.11.5. We should have a fixed version ready for you tomorrow!, and sorry about that!
— Reply to this email directly or view it on GitHubhttps://github.com/newrelic/node-newrelic/issues/55#issuecomment-25978087 .
Stefano Valicchia
Computers are like air conditioners, they stop working properly if you open Windows.
Just another thing: it seems to "ignore" the rules ignore config, the one with "^/socket.io/*/xhr-polling"
btw, there is a typo:
should be
rules : { ignore : [ "^/socket.io/*/xhr-polling" ] }
instead of
rules : { ignore : [ "^/socket.io/*/xhr-polling" } }
On Wed, Oct 9, 2013 at 4:59 PM, Stefano Valicchia < stefano.valicchia@gmail.com> wrote:
Thanks!
On Wed, Oct 9, 2013 at 4:58 PM, Forrest L Norvell < notifications@github.com> wrote:
Hey, Stefano! Thanks for the report! It looks like we introduced a logic error in a change we made in 0.11.6 that we need to fix! You're probably better off reverting to 0.11.5 than 0.11.2 because there's another subtle bug in older versions that can cause crashes before 0.11.5. We should have a fixed version ready for you tomorrow!, and sorry about that!
— Reply to this email directly or view it on GitHubhttps://github.com/newrelic/node-newrelic/issues/55#issuecomment-25978087 .
Stefano Valicchia
Computers are like air conditioners, they stop working properly if you open Windows.
Stefano Valicchia
Computers are like air conditioners, they stop working properly if you open Windows.
If you change that ignore rule to "^/socket.io/.*/xhr-polling"
(replace the \ with a .), it should start working. Fixed in the README (not yet pushed yet). I also have a fix for the other issue you were seeing. I'll comment here when we push the new build with the fix.
The default port issue is fixed in 5a3e93b27966a951812c9988ebfc7371c6255c05.
The fix for the socket.io ignoring rule documentation landed in de84b8b48ad43bcdeb8e57dbf54b8c17c5f55c39.
Thanks for the reports!
New release has this issue that crashes app on heroku. Reverted to 11.2 that did not presented it: