Uh oh!
There was an error while loading. Please reload this page.
src: fix backtrace with v8 6.4 - #168
Conversation
This is the minimum patch to make llnode display stack traces produced by v8 6.4.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
@cjihrig Updated, PTAL. The travis build on 8.x and 9.x failed because of the neutered array buffers but from the logs the JS stacks are output just fine. https://travis-ci.org/nodejs/llnode/jobs/339115145 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
bnoordhuis
commented
Feb 8, 2018
The CI failures in inspect-test.js don't look like they can be related to this PR, or can they? |
joyeecheung
commented
Feb 8, 2018
@bnoordhuis That's a known issue, see #150 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
joyeecheung
commented
Feb 14, 2018
Ping @bnoordhuis do you have an opinion regarding #168 (comment) ? I would like to land this first to unbreak |
bnoordhuis
commented
Feb 14, 2018
Sorry, missed Fedor's comment. I'm good with this approach. |
This is the minimum patch to make llnode display stack traces
produced by v8 6.4.
Before
After