The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-abort-fatal-error.js @ 6f043940

History | View | Annotate | Download (1.59 KB)

# Date Author Comment
270c2deb 01/09/2014 05:01 PM Timothy J Fontaine

src: OnFatalError handler must abort()

We are in an unrecoverable state if v8 throws a FatalError, actually
ask the operating system to dump core in this case.

Fixes #6836