Bug 54382 - REGRESSION (r78451): WTF::StringBuffer::shrink() asserts
Summary: REGRESSION (r78451): WTF::StringBuffer::shrink() asserts
Status: RESOLVED DUPLICATE of bug 54386
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 53898
  Show dependency treegraph
 
Reported: 2011-02-14 02:22 PST by Csaba Osztrogonác
Modified: 2011-02-14 08:53 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-02-14 02:22:10 PST
After r78451 4 http tests assert:
http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding.html
http/tests/security/xssAuditor/img-onerror-non-ASCII-char2.html
http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding.html
http/tests/security/xssAuditor/img-onerror-non-ASCII-char.html

ASSERTION FAILED: newLength <= m_length
../../../Source/JavaScriptCore/wtf/text/StringBuffer.h(56) : void WTF::StringBuffer::shrink(unsigned int)

I saw this assert on GTK and Qt debug bots.
Comment 1 Alexey Proskuryakov 2011-02-14 08:53:56 PST

*** This bug has been marked as a duplicate of bug 54386 ***