Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium OS-Windows HW-x64

New issue 2207 by [email protected]: Win64 d8 built with GYP crashes during startup in release mode
http://code.google.com/p/v8/issues/detail?id=2207

Steps to reproduce:
1. Generate Visual Studio solution using:
   > cd v8
   > python build\gyp_v8 -Dtarget_arch=x64
2. Open build\all.sln and build in Release x64 mode.
3. Running build\Release\d8 will crash.

The crash happens on ToT (I tested r11929) and goes back to r11010 [Remove static initializers in v8].

The crash doesn't happen in debug mode and either of the following compilation options fixes (or masks) the crash:
- set "inline function expansion" less aggressive level with /Ob1,
- enable "whole program optimization" with /GL.

I guess our old win64 build-bot used scons with /GL, and that is why we didn't catch it when r11010 landed.

Looks like the bug is either in Visual Studio 2008 or in r11010.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to