Skip to content
#

vm

Here are 712 public repositories matching this topic...

graemerocher
graemerocher commented Oct 2, 2019

Currently register looks like:

   private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
        if (annotated != null) {
            guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
            substitutions.put(annotated,
NWU-NISL
NWU-NISL commented Sep 18, 2020

A typeerror occurred in ChakraCore when I passed an undefined parameter in TypedArray.prototype.sort(), but other engines, such as V8 and quickjs, did not throw an error. Therefore, I think there may be a problem here.

version

1.11.19

command

ChakraCore/out/Debug/ch testcase.js

testcase

var NISLFuzzingFunc = function(){
    var a = 
k3sup
stealthybox
stealthybox commented Sep 6, 2019

Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:

footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese
brlodi
brlodi commented Sep 18, 2019

To Reproduce
Steps to reproduce the behavior:

  1. Run make all as described in README.md and follow install process.
  2. After install, macOS-VM.efi.vdi and macOS-VM.vdi are located directly in ~/VirtualBox VMs instead of ~/VirtualBox VMs/macOS-VM as is typical for VirtualBox VMs.

Expected behavior
After install, macOS-VM.efi.vdi and macOS-VM.vdi should be located in `~/

ethereumjs-vm
BigMurry
BigMurry commented May 12, 2020

I'm trying to use ethereumjs-blockchain to read the raw levedb data created by geth, but I failed to do so.
And I also try to use the dbManager to read the levedb data, failed again. My steps are:

  1. sync some the blockchain data by using geth --goerli --datadir <my data dir>
  2. write code to read the level db data.
const level = require('level');
const DbManager = requ

Improve this page

Add a description, image, and links to the vm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.