New issue
Advanced search Search tips

Issue 826049 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 1
Type: Bug



Sign in to add a comment

V8 attempting to read resources in /pkg/bin, should be DIR_ASSETS.

Project Member Reported by kmarshall@chromium.org, Mar 26 2018

Issue description

V8 attempting to read resources in /pkg/bin, should be DIR_ASSETS. 

Here is the error message when running d8 as a package (bin/run_d8_v2):

Failed to open startup resource '/pkg/bin/natives_blob.bin'.
Failed to open startup resource '/pkg/bin/snapshot_blob.bin'.

#
# Fatal error in , line 0
# Check failed: (isolate->snapshot_blob()) == nullptr.

 

Sign in to add a comment