Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

v0.10.31 unstable with express 4 on OS X Mavericks #8317

Closed
gunarsritins opened this issue Sep 5, 2014 · 1 comment
Closed

v0.10.31 unstable with express 4 on OS X Mavericks #8317

gunarsritins opened this issue Sep 5, 2014 · 1 comment

Comments

@gunarsritins
Copy link

The express server will hang without any warning in the console. I can reproduce this by repeatedly (and quickly) clicking refresh in my web application. Upgrading express to the latest minor version didn't make a difference. Downgrading node to v0.10.29 did solve the problem. Here's the list of libraries used in the project:

"mongoose-write-stream": "0.0.0",
"mongoose-text-search": "0.0.2",
"cookie-session": "1.0.2",
"openldap_ssha": "0.0.4",
"cookie-parser": "1.3.2",
"compression": "1.0.11",
"body-parser": "1.5.0",
"date-utils": "1.2.16",
"requirejs": "2.1.14",
"mongoose": "3.8.15",
"express": "4.8.7",
"phantom": "0.6.5",
"bunyan": "0.23.1",
"string": "1.9.0",
"lodash": "2.4.1",
"ldapjs": "0.7.1",
"async": "0.9.0",
"mssql": "1.1.0",
"soap": "0.5.0"

@indutny
Copy link
Member

indutny commented Sep 5, 2014

Sorry, v0.10.31 is broken because of v8 bug, please temporary downgrade to v0.10.30, or v0.10.29, until v0.10.32 will be released.

@indutny indutny closed this as completed Sep 5, 2014
kaiquewdev pushed a commit to kaiquewdev/node that referenced this issue Nov 26, 2016
Notable Changes:

* Buffer
  * Passing invalid input to Buffer.byteLength will now throw an error [nodejs#8946](nodejs/node#8946).
  * Calling Buffer without new is now deprecated and will emit a process warning [nodejs#8169](nodejs/node#8169).
  * Passing a negative number to allocUnsafe will now throw an error [nodejs#7079](nodejs/node#7079).
* Child Process
  * The fork and execFile methods now have stronger argument validation [nodejs#7399](nodejs/node#7399).
* Cluster
  * The worker.suicide method is deprecated and will emit a process warning [nodejs#3747](nodejs/node#3747).
* Deps
  * V8 has been updated to 5.4.500.36 [nodejs#8317](nodejs/node#8317), [nodejs#8852](nodejs/node#8852), [nodejs#9253](nodejs/node#9253).
  * NODE_MODULE_VERSION has been updated to 51 [nodejs#8808](nodejs/node#8808).
* File System
  * A process warning is emitted if a callback is not passed to async file system methods [nodejs#7897](nodejs/node#7897).
* Intl
  * Intl.v8BreakIterator constructor has been deprecated and will emit a process warning [nodejs#8908](nodejs/node#8908).
* Promises
  * Unhandled Promise rejections have been deprecated and will emit a process warning [nodejs#8217](nodejs/node#8217).
* Punycode
  * The `punycode` module has been deprecated [nodejs#7941](nodejs/node#7941).
* URL
  * An Experimental WHATWG URL Parser has been introduced [nodejs#7448](nodejs/node#7448).

PR-URL: nodejs/node#9099
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants