DescriptionFix a crash in Logger::LogCompiledFunctions due to a presence of scripts with disposed source.
When starting JS profiling under Chromium, a map from function addresses to function names is created. During it, for sourceful scripts, an attempt to access script source is made. This can cause a crash, if a source is an external string, which already has been disposed. We had a similar problem in the past with DebugGetLoadedScripts.
BUG=http://crbug.com/23768
TEST=test-log/Issue23768
Committed: http://code.google.com/p/v8/source/detail?r=3027
Patch Set 1 #
Total comments: 6
Patch Set 2 : Fixed comments #
Messages
Total messages: 4 (0 generated)
|