Author: [EMAIL PROTECTED]
Date: Wed Sep 10 06:56:18 2008
New Revision: 256

Added:
    changes/[EMAIL PROTECTED]/fix-stack-overflow-crash/
     
changes/[EMAIL PROTECTED]/fix-stack-overflow-crash/bleeding_edge/
       - copied from r254, /branches/bleeding_edge/
Modified:
     
changes/[EMAIL PROTECTED]/fix-stack-overflow-crash/bleeding_edge/src/top.cc

Log:
Fixed stack overflow crash.



Modified:  
changes/[EMAIL PROTECTED]/fix-stack-overflow-crash/bleeding_edge/src/top.cc
==============================================================================
--- /branches/bleeding_edge/src/top.cc  (original)
+++  
changes/[EMAIL PROTECTED]/fix-stack-overflow-crash/bleeding_edge/src/top.cc     
 
Wed Sep 10 06:56:18 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to