apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

trunk: natives_blob.bin and snapshot_blob.bin missing from binary distribution #1554

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and unpack Windows 64bit (experimental) 2015-02-19 Chromium 
42.0.2295.0 gbeafd8cb Test App (26MB)
2. Start Release/cefclient.exe

What is the expected output? 
Test App cefclient should launch fine
What do you see instead?
Test App is not launched

What version of the product are you using? On what operating system?
Chromium 42.0.2295.0 gbeafd8cb Test App (26MB). Windows 8.1 x64

Please provide any additional information below.
debug.log :
[0227/212841:FATAL:isolate_holder.cc(71)] Couldn't mmap v8 natives data file

Looks like similar to https://code.google.com/p/chromium/issues/detail?id=437136

Original issue reported on code.google.com by forpdfse...@gmail.com on 27 Feb 2015 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 2 Mar 2015 at 5:03

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 2036.

Original comment by magreenb...@gmail.com on 2 Mar 2015 at 5:06

GoogleCodeExporter commented 9 years ago
Re-opening this issue because the fix from comment#2 is not sufficient. 
Separate Debug and Release builds of the *.blob files are required. Currently 
the Release build versions are placed in the Resources folder and shared by 
both the Release and Debug builds. This causes the Debug build to fail with the 
following error:

[0310/124318:FATAL:content_main_runner.cc(754)] Check failed: 
gin::IsolateHolder::LoadV8Snapshot(). 

Original comment by magreenb...@gmail.com on 10 Mar 2015 at 4:47

GoogleCodeExporter commented 9 years ago
@#3: This likely also affects the Linux binary distribution.

Original comment by magreenb...@gmail.com on 10 Mar 2015 at 4:48

GoogleCodeExporter commented 9 years ago
@#3: Fixed in trunk revision 2071.

Original comment by magreenb...@gmail.com on 10 Mar 2015 at 5:47

GoogleCodeExporter commented 9 years ago
@#4: Confirmed that the same problem exists on Linux with 3.2272 when using the 
Release build of *.blob with a Debug build application. This is likely the 
cause of issue 1540.

Original comment by magreenb...@gmail.com on 12 Mar 2015 at 4:22

GoogleCodeExporter commented 9 years ago
Issue 1540 has been merged into this issue.

Original comment by magreenb...@gmail.com on 12 Mar 2015 at 4:22

GoogleCodeExporter commented 9 years ago
@#6: Fixed in 2272 branch revision 2077.

Original comment by magreenb...@gmail.com on 12 Mar 2015 at 5:34