Revision: 16497
Author: [email protected]
Date: Tue Sep 3 09:45:55 2013 UTC
Log: Make sure the fatal OOM handler never returns.
[email protected]
Review URL: https://codereview.chromium.org/23731004
http://code.google.com/p/v8/source/detail?r=16497
Modified:
/branches/bleeding_edge/src/api.cc
=======================================
--- /branches/bleeding_edge/src/api.cc Tue Sep 3 09:35:26 2013 UTC
+++ /branches/bleeding_edge/src/api.cc Tue Sep 3 09:45:55 2013 UTC
@@ -225,7 +225,7 @@
const char* message = "Allocation failed - process out of memory";
callback(location, message);
// If the callback returns, we stop execution.
- UNREACHABLE();
+ FATAL("API fatal error handler returned after process out of memory");
}
--
--
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/groups/opt_out.