[Webkit-unassigned] [Bug 124529] ASSERTION FAILED: scopeDepth() - targetScopeDepth >= 0 in JSC::BytecodeGenerator::emitPopScopes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 8 01:27:42 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=124529
--- Comment #6 from Gabor Rapcsanyi <rgabor at webkit.org> 2014-01-08 01:25:26 PST ---
(In reply to comment #3)
> (From update of attachment 220525 [details])
> r=me
>
> Do we need the same fix in BytecodeGenerator::emitComplexPopScopes?
The problem started in BytecodeGenerator::emitComplexPopScopes at
bool flipLabelScopes = finallyContext.labelScopesSize != m_labelScopes.size();
because we had a wrong labelScopesSize here in the finallyContext and the patch fixed this bug.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list