Skip to content

deps: backport c281c15 from V8's upstream - #3031

Closed
misterdjules wants to merge 1 commit into
nodejs:masterfrom
misterdjules:add-jstypedarray-length-to-postmortem-metadata
Closed

deps: backport c281c15 from V8's upstream#3031
misterdjules wants to merge 1 commit into
nodejs:masterfrom
misterdjules:add-jstypedarray-length-to-postmortem-metadata

Conversation

@misterdjules

Copy link
Copy Markdown

Backport c281c15d6dab8370a7805f0717502d260e0ad433 from V8's upstream to
allow post-mortem debugging tools to inspect Buffer instances' length.

Original commit message:

Add JSTypedArray's length in post-mortem metadata.

BUG=
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1363683002

Cr-Commit-Position: refs/heads/master@{#30873}

/cc @nodejs/post-mortem

Backport c281c15d6dab8370a7805f0717502d260e0ad433 from V8's upstream to
allow post-mortem debugging tools to inspect Buffer instances' length.
Original commit message:
Add JSTypedArray's length in post-mortem metadata.
BUG=
R=bmeurer@chromium.org
Review URL: https://codereview.chromium.org/1363683002
Cr-Commit-Position: refs/heads/master@{nodejs#30873}
@misterdjulesmisterdjules added v8 engine Issues and PRs related to the V8 dependency. land-on-v4.x labels Sep 23, 2015
@trevnorris

Copy link
Copy Markdown
Contributor

LGTM. Now that Buffer isn't using a weak persistent don't have the same tools as before. Thanks.

@misterdjules

Copy link
Copy Markdown
Author

Thank you @trevnorris. CI tests running.

@misterdjules

Copy link
Copy Markdown
Author

Two tests failed, but I'm confident they're not related to this change. test-http-set-timeout.js on CentOS and test-stringbytes-external.js on pi1-raspbian-wheezy.

Landing asap.

misterdjules pushed a commit that referenced this pull request Sep 24, 2015
Backport c281c15d6dab8370a7805f0717502d260e0ad433 from V8's upstream to
allow post-mortem debugging tools to inspect Buffer instances' length.
Original commit message:
Add JSTypedArray's length in post-mortem metadata.
BUG=
R=bmeurer@chromium.org
Review URL: https://codereview.chromium.org/1363683002
Cr-Commit-Position: refs/heads/master@{#30873}
PR: #3031
PR-URL: #3031
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@misterdjulesmisterdjules added the post-mortem Issues and PRs related to the post-mortem diagnostics of Node.js. label Sep 24, 2015
@misterdjules

Copy link
Copy Markdown
Author

Landed in c22bcd3.

misterdjules pushed a commit that referenced this pull request Sep 25, 2015
Backport c281c15d6dab8370a7805f0717502d260e0ad433 from V8's upstream to
allow post-mortem debugging tools to inspect Buffer instances' length.
Original commit message:
Add JSTypedArray's length in post-mortem metadata.
BUG=
R=bmeurer@chromium.org
Review URL: https://codereview.chromium.org/1363683002
Cr-Commit-Position: refs/heads/master@{#30873}
PR: #3031
PR-URL: #3031
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
This was referenced Sep 30, 2015
rvagg added a commit that referenced this pull request Oct 5, 2015
Notable changes
* http:
- Fix out-of-order 'finish' event bug in pipelining that can abort
execution, fixes DoS vulnerability CVE-2015-7384
(Fedor Indutny) #3128
- Account for pending response data instead of just the data on the
current request to decide whether pause the socket or not
(Fedor Indutny) #3128
* libuv: Upgraded from v1.7.4 to v1.7.5, see release notes for details
(Saúl Ibarra Corretgé) #3010
- A better rwlock implementation for all Windows versions
- Improved AIX support
* v8:
- Upgraded from v4.5.103.33 to v4.5.103.35 (Ali Ijaz Sheikh) #3117
- Backported f782159 from v8's upstream to help speed up Promise
introspection (Ben Noordhuis) #3130
- Backported c281c15 from v8's upstream to add JSTypedArray length
in post-mortem metadata (Julien Gilli) #3031
PR-URL: #3128
rvagg added a commit that referenced this pull request Oct 5, 2015
Notable changes
* http:
- Fix out-of-order 'finish' event bug in pipelining that can abort
execution, fixes DoS vulnerability CVE-2015-7384
(Fedor Indutny) #3128
- Account for pending response data instead of just the data on the
current request to decide whether pause the socket or not
(Fedor Indutny) #3128
* libuv: Upgraded from v1.7.4 to v1.7.5, see release notes for details
(Saúl Ibarra Corretgé) #3010
- A better rwlock implementation for all Windows versions
- Improved AIX support
* v8:
- Upgraded from v4.5.103.33 to v4.5.103.35 (Ali Ijaz Sheikh) #3117
- Backported f782159 from v8's upstream to help speed up Promise
introspection (Ben Noordhuis) #3130
- Backported c281c15 from v8's upstream to add JSTypedArray length
in post-mortem metadata (Julien Gilli) #3031
PR-URL: #3128
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in v4.x-staging as 5fbb248

@misterdjules
misterdjules deleted the add-jstypedarray-length-to-postmortem-metadata branch July 24, 2017 17:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

post-mortemIssues and PRs related to the post-mortem diagnostics of Node.js.v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@misterdjules@trevnorris@MylesBorins@jasnell