http://codereview.chromium.org/8676/diff/1/3 File src/platform-win32.cc (right):
http://codereview.chromium.org/8676/diff/1/3#newcode786 Line 786: abort(); AFAIK abort is not going to work in the sandbox because it tries to display a message box, and that does not work in the sandbox. When is OS::Abort() called? Is it considered a fatal failure? If so, we need to be sure that it generates a crash and breakpad catches it. http://codereview.chromium.org/8676 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
