question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

V8 commit: "Remove JS natives support, step 1" broke JSVU's V8 installation

See original GitHub issue

This commit: https://github.com/v8/v8/commit/28a9dc2b81faec353c8cbcfcba699e61910cf51c#diff-da88faf5ecb7458b02cfbdfab426c3c1 removed the --natives_blob flag. That flag is used in both v8 and v8-debug:

The result is:

$ echo "print(1+1);" >> add.js && v8 ./add.js
Warning: unknown flag --natives_blob=/Users/rwaldron/.jsvu/engines/v8/natives_blob.bin.
Try --help for options
2

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mathiasbynenscommented, Oct 4, 2019

Thanks for the report!

We should change jsvu to use --natives_blob only for V8 versions prior to v7.9.

0reactions
mathiasbynenscommented, Oct 7, 2019

That’s what I get for pushing hotfixes on a Friday 😃 @mhofman This should be resolved in jsvu@latest.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Step 1 - USMLE.org
Step 1 assesses whether you understand and can apply important concepts of the sciences basic to the practice of medicine, with special emphasis...
Read more >
From first principles: Why I bet on Scala.js
Three years ago, I downloaded the nascent Scala.js compiler and tried to use it on a toy project. Since then, it has matured...
Read more >
Cross-Platform Desktop Development (JavaFX vs. Electron)
Java 8 offers support to deploy a JavaFX application as a native app. In this ... Node.js is a JavaScript platform built on...
Read more >
The Step 1 exam is going pass-fail. Now what? - AAMC
For years, medical residency programs used Step 1 to help pick candidates. An advisor offers insights on how medical students might deal ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found