New issue
Advanced search Search tips

Issue 604670 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 594563
Owner: ----
Closed: Apr 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Error while loading asset assets/natives_blob_64.bin

Project Member Reported by primiano@chromium.org, Apr 19 2016

Issue description

Problem:
lot of chrome logcat contain these error lines:
E/ApkAssets(11913): Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin
E/ApkAssets(11913): Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin

However they seem to be non fatal. This is very confusing as makes crash triaging hard. 


Possible culprit:
Had a chat offline with rmcilroy@, he suggests this might be related with some recent monochrome change, possibly https://codereview.chromium.org/1665513002 from the commit message.

 

Comment 1 by torne@chromium.org, Apr 19 2016

Yes, this is caused by toby's CL; I thought we had a bug for this already but couldn't find it. It is indeed harmless and expected on 32-bit builds :/

This is related to the cross-bit multiprocess functionality, which we aren't actually using yet. We need to just remove these log messages; unfortunately I don't think there's an actual way to tell whether the cross-bit assets are supposed to be there or not in a given APK; suppressing only the cross-bit log messages would be possible using #ifdef __LP64__ and that's what we should probably do..
Mergedinto: 594563
Status: Duplicate (was: Untriaged)

Sign in to add a comment