Skip to content
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

[v10.x backport] deps: cherry-pick 9a23bdd from upstream V8 #22910

Closed

Conversation

Drieger
Copy link
Contributor

@Drieger Drieger commented Sep 17, 2018

Previously we were getting the code object from the stack, so printed incorrect
position details for interpreted frames.

BUG=v8:7916

Change-Id: I2f87584117d88b7db3f3b9bdbfe793c4d3e33fe9
Reviewed-on: https://chromium-review.googlesource.com/1126313
Reviewed-by: Toon Verwaest verwaest@chromium.org
Commit-Queue: Ross McIlroy rmcilroy@chromium.org
Cr-Commit-Position: refs/heads/master@{#54253}

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added v10.x v8 engine Issues and PRs related to the V8 dependency. labels Sep 17, 2018
@Drieger Drieger force-pushed the backport-22338-to-v10.x branch 3 times, most recently from 7876bc6 to b76f5f7 Compare September 17, 2018 18:05
Copy link
Contributor

@mmarchini mmarchini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but the commit message should follow the format described here.

@Drieger Drieger changed the title [v10.x backport ] Fix Isolate::PrintCurrentStackTrace for interpreted frames [v10.x backport ] deps: cherry-pick 9a23bdd from upstream V8 Sep 17, 2018
@Drieger Drieger changed the title [v10.x backport ] deps: cherry-pick 9a23bdd from upstream V8 [v10.x backport] deps: cherry-pick 9a23bdd from upstream V8 Sep 17, 2018
@Drieger
Copy link
Contributor Author

Drieger commented Sep 17, 2018

@mmarchini Updated commit message to match the correct format.

@mmarchini
Copy link
Contributor

mmarchini commented Sep 17, 2018

Copy link
Member

@richardlau richardlau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For v10.x v8_embedder_string in common.gypi should be incremented instead of the V8 patch level: https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md

Original commit message:

    [Isolate] Fix Isolate::PrintCurrentStackTrace for interpreted frames

    Previously we were getting the code object from the stack, so printed incorrect
    position details for interpreted frames.

    BUG=v8:7916

    Change-Id: I2f87584117d88b7db3f3b9bdbfe793c4d3e33fe9
    Reviewed-on: https://chromium-review.googlesource.com/1126313
    Reviewed-by: Toon Verwaest <verwaest@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{nodejs#54253}

Refs: nodejs#21988
@Drieger
Copy link
Contributor Author

Drieger commented Sep 18, 2018

@richardlau Updated v8_embedder_string and removed modification on V8 patch level.

@targos
Copy link
Member

targos commented Sep 18, 2018

Refs: v8/v8@9a23bdd

@targos
Copy link
Member

targos commented Sep 19, 2018

Landed in 0f99b8d4bd693c859ef5a954c5b0efdd4c1c95a8

@targos targos closed this Sep 19, 2018
targos pushed a commit that referenced this pull request Sep 19, 2018
Original commit message:

    [Isolate] Fix Isolate::PrintCurrentStackTrace for interpreted frames

    Previously we were getting the code object from the stack, so printed incorrect
    position details for interpreted frames.

    BUG=v8:7916

    Change-Id: I2f87584117d88b7db3f3b9bdbfe793c4d3e33fe9
    Reviewed-on: https://chromium-review.googlesource.com/1126313
    Reviewed-by: Toon Verwaest <verwaest@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54253}

Refs: v8/v8@9a23bdd
Refs: #21988
PR-URL: #22910
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos pushed a commit that referenced this pull request Sep 20, 2018
Original commit message:

    [Isolate] Fix Isolate::PrintCurrentStackTrace for interpreted frames

    Previously we were getting the code object from the stack, so printed incorrect
    position details for interpreted frames.

    BUG=v8:7916

    Change-Id: I2f87584117d88b7db3f3b9bdbfe793c4d3e33fe9
    Reviewed-on: https://chromium-review.googlesource.com/1126313
    Reviewed-by: Toon Verwaest <verwaest@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54253}

Refs: v8/v8@9a23bdd
Refs: #21988
PR-URL: #22910
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants