Author: [EMAIL PROTECTED]
Date: Wed Sep 10 07:03:45 2008
New Revision: 257
Removed:
changes/[EMAIL PROTECTED]/fix-stack-overflow-crash/
Modified:
branches/bleeding_edge/src/top.cc
Log:
Fixed stack overflow crash.
Modified: branches/bleeding_edge/src/top.cc
==============================================================================
--- branches/bleeding_edge/src/top.cc (original)
+++ branches/bleeding_edge/src/top.cc Wed Sep 10 07:03:45 2008
@@ -770,7 +770,7 @@
Handle<Object> message_obj;
MessageLocation potential_computed_location;
- if (is_caught_externally || report_exception) {
+ if (report_exception) {
if (location == NULL) {
// If no location was specified we use a computed one instead
ComputeLocation(&potential_computed_location);
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---