No subject


Tue Jan 27 15:54:36 PST 2015


1118            for (int i = 0; i < numFunctions; ++i) {
1119                FunctionExecutable* function = codeBlock->functionDecl(i);
...
...
1122            }

The crash happens in line 1119. After a short debugging it seems that at the moment of the crash the index of the loop is 0 and the value of |numFunctions| is 1. However, since |codeBlock| doesn't contain any functionDeclarations at this point, we crash. One more note that could be important: the crash happens around the 4096th eval execution.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>
--1426175814.34dF7.25506--


More information about the webkit-unassigned mailing list