[v8-users] V8_Fatal when fragment containing out-of-bounds array reference run twice (Deoptimizer)

2014-05-22 Thread Oliver Bock
To reproduce: 1. Build v8 trunk (I was working off git commit 64c43805a83091683d9c7e474367f5723f29d56c) in x86, Debug mode (though I have also seen it reproduce in x64 and Release) using Visual Studio 2012 Update 4. 2. Replace the contents of samples/shell.cc with the attached file (30 lines,

Re: [v8-users] V8_Fatal

2014-03-14 Thread Jakob Kummerow
--no-hard-abort On Fri, Mar 14, 2014 at 6:00 PM, Albert Zeyer wrote: > Hi, > > I have a few questions regarding V8_Fatal. > > Originally, as V8_Fatal reports a fatal error, I thought I could register > my own fatal error handler via v8::V8::SetFatalErrorHandler. However, that > doesn't seem to

[v8-users] V8_Fatal

2014-03-14 Thread Albert Zeyer
Hi, I have a few questions regarding V8_Fatal. Originally, as V8_Fatal reports a fatal error, I thought I could register my own fatal error handler via v8::V8::SetFatalErrorHandler. However, that doesn't seem to be the case. Can someone enlighten my confusion? V8_Fatal calls OS::Abort() which