New issue
Advanced search Search tips

Issue 841518 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Oct 15
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Error loading zip_archiver when enable_nacl = false

Project Member Reported by michae...@chromium.org, May 9 2018

Issue description

When building with enable_nacl = false, the following error is logged on startup:

[158335:158405:0509/134000.547734:ERROR:component_loader.cc(92)] Can't load /usr/local/<redacted>/src/out_cros/rel/resources/chromeos/zip_archiver/manifest.json: Manifest file is missing or unreadable

zip_archiver seems to be unavailable without NaCl, but component_loader still tries to load it.
 

Comment 1 by sashab@chromium.org, May 10 2018

Labels: CrOSFilesFeature-Zip
Status: Available (was: Untriaged)
Owner: amistry@chromium.org
Status: Started (was: Available)
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 15

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/90d6b85f2b5df7e0322e44739ead48003ec7d0bc

commit 90d6b85f2b5df7e0322e44739ead48003ec7d0bc
Author: Anand K. Mistry <amistry@chromium.org>
Date: Mon Oct 15 04:59:36 2018

Prevent zip_archiver from being loaded if NaCl is disabled.

BUILD.gn rules already exclude the zip_archiver from being built and
packaged if NaCl is disabled.

BUG= 841518 

Change-Id: Ib4f1a7e204c91fd17fb3c9edb6b5618075ef9f9c
Reviewed-on: https://chromium-review.googlesource.com/c/1279176
Reviewed-by: Noel Gordon <noel@chromium.org>
Reviewed-by: Ben Wells <benwells@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599567}
[modify] https://crrev.com/90d6b85f2b5df7e0322e44739ead48003ec7d0bc/chrome/browser/extensions/component_loader.cc

Status: Fixed (was: Started)

Sign in to add a comment