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

src: use new SystemPointerSize constant #300

Closed
wants to merge 1 commit into from

Conversation

mmarchini
Copy link
Contributor

This alone should fix a lot of issues. It was enough to get a reasonable
stack trace from a Node.js v12.3.0 core dump, ran with
--interpreted-frames-native-stack. For some reason v8 bt is not
working when running Node.js in lldb.

This alone should fix a lot of issues. It was enough to get a reasonable
stack trace from a Node.js v12.3.0 core dump, ran with
--interpreted-frames-native-stack. For some reason `v8 bt` is not
working when running Node.js in lldb.
@codecov-io
Copy link

codecov-io commented Sep 27, 2019

Codecov Report

Merging #300 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #300   +/-   ##
======================================
  Coverage    78.6%   78.6%           
======================================
  Files          33      33           
  Lines        4225    4225           
======================================
  Hits         3321    3321           
  Misses        904     904
Impacted Files Coverage Δ
src/llv8-constants.cc 82.52% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb25c91...bcb291e. Read the comment docs.

mmarchini added a commit that referenced this pull request Sep 27, 2019
This alone should fix a lot of issues. It was enough to get a reasonable
stack trace from a Node.js v12.3.0 core dump, ran with
--interpreted-frames-native-stack. For some reason `v8 bt` is not
working when running Node.js in lldb.

PR-URL: #300
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@mmarchini
Copy link
Contributor Author

Landed in 2c4c99c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants