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

Add patch for stack overflow messages#4252

Closed
dizzyd wants to merge 1 commit intonodejs:v0.8from
dizzyd:v0.8.14-stackoverflowmsg
Closed

Add patch for stack overflow messages#4252
dizzyd wants to merge 1 commit intonodejs:v0.8from
dizzyd:v0.8.14-stackoverflowmsg

Conversation

@dizzyd
Copy link
Copy Markdown

@dizzyd dizzyd commented Nov 8, 2012

This patch for V8 originates from: http://codereview.chromium.org/11275186/

The original patch from that URL does not apply cleanly to the v0.8 version of V8, so I've resolved the conflicts by hand.

@piscisaureus
Copy link
Copy Markdown

Is it possible to upload this to chromium backported patch to chromium code review and ask the v8 guys to land it in v8 v3.11.10 ?

@dizzyd
Copy link
Copy Markdown
Author

dizzyd commented Nov 8, 2012

I have a dialog going with one of the V8 engineers -- I'll see what he thinks about backporting it to that version.

@dizzyd
Copy link
Copy Markdown
Author

dizzyd commented Nov 10, 2012

Nope -- the V8 team will not backport this as it's a new feature and they don't receive real-world crash data anymore for 3.11.x (because of it's age). This patch will land in 3.15, but not sure how prepared node is to make that leap. :)

@isaacs
Copy link
Copy Markdown

isaacs commented Mar 10, 2013

We have this in 0.10 already. Thanks!

@isaacs isaacs closed this Mar 10, 2013
smanders pushed a commit to externpro-archive/node-v0.x-archive that referenced this pull request Dec 17, 2015
Notable changes:

* buffer:
  - Buffer.prototype.includes() has been added to keep parity
    with TypedArrays. (Alexander Martin) nodejs#3567.
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) nodejs#3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) nodejs#4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) nodejs#4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) nodejs#4276.

PR-URL: nodejs/node#4281

Conflicts:
	src/node_version.h
richardlau pushed a commit to ibmruntimes/node that referenced this pull request Jan 13, 2016
Notable changes:

* buffer:
  - Buffer.prototype.includes() has been added to keep parity
    with TypedArrays. (Alexander Martin) nodejs#3567.
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) nodejs#3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) nodejs#4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) nodejs#4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) nodejs#4276.

PR-URL: nodejs/node#4281
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants