Comment #15 on issue 4279 by [email protected]: Check failed: 0 == result in v8::base::DestroyNativeHandle
https://code.google.com/p/v8/issues/detail?id=4279#c15

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/41fa3573d53d0d1b45a3c08ef1cb53535dec4bf2

commit 41fa3573d53d0d1b45a3c08ef1cb53535dec4bf2
Author: binji <[email protected]>
Date: Tue Aug 18 16:47:19 2015

[d8] Fix flakiness when calling quit() with isolates

Don't use exit(), use Shell::Exit() (which calls _exit() instead). This won't
run C++ static destructors, atexit() functions, etc., which can occasionally
cause flaky failures.

BUG=v8:4279
[email protected]
LOG=n

Review URL: https://codereview.chromium.org/1294913005

Cr-Commit-Position: refs/heads/master@{#30229}

[modify] http://crrev.com/41fa3573d53d0d1b45a3c08ef1cb53535dec4bf2/src/d8.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to