There are occasional crashes due to the RELEASE_ASSERT_NOT_REACHED in CodeBlock::finalizeUnconditionally. It is probably better to change this to an ASSERT, as the RELEASE ASSERT is probably worse than what it is trying to protect. rdar://problem/18717477
Created attachment 252995 [details] Patch
Comment on attachment 252995 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252995&action=review > Source/JavaScriptCore/ChangeLog:7 > + determine the help determine the cause for any crash. extra “determine the”.
Created attachment 253014 [details] Updated patch with release build fix and ChangeLog fix
Comment on attachment 253014 [details] Updated patch with release build fix and ChangeLog fix r=me
Committed r184289: <http://trac.webkit.org/changeset/184289>