[Webkit-unassigned] [Bug 54862] REGRESSION (native UTF-8 decoder?): Reproducible crash on alltommac.se

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 15:47:32 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54862


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Webkit craches every time   |REGRESSION (native UTF-8
                   |it tries to load this site  |decoder?): Reproducible
                   |                            |crash on alltommac.se
                URL|http://http://alltommac.se/ |http://alltommac.se/nyheter
                   |nyheter/bra-texteditor-till |/bra-texteditor-till-iphone
                   |-iphone-och-ipad-gratis-jus |-och-ipad-gratis-just-nu/?u
                   |t-nu/?utm_source=feedburner |tm_source=feedburner&utm_me
                   |&utm_medium=feed&utm_campai |dium=feed&utm_campaign=Feed
                   |gn=Feed%3A+aaplse+%28Aapl.s |%3A+aaplse+%28Aapl.se%29
                   |e%29                        |
             Status|UNCONFIRMED                 |NEW
           Priority|P2                          |P1
          Component|New Bugs                    |Platform
                 CC|                            |ap at webkit.org,
                   |                            |darin at apple.com
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-02-21 15:47:33 PST ---
In release mode, the stack trace is unhelpful, but in debug, it's:

ASSERT(count > m_partialSequenceSize);

 -> WebCore::TextCodecUTF8::decode(char const*, unsigned long, bool, bool, bool&)
 -> WebCore::TextEncoding::decode(char const*, unsigned long, bool, bool&) const
 -> WebCore::TextEncoding::decode(char const*, unsigned long) const
 -> WebCore::decodeURLEscapeSequences(WTF::String const&, WebCore::TextEncoding const&)
 -> WebCore::decodeURLEscapeSequences(WTF::String const&)
 -> WebCore::(anonymous namespace)::decodeURL(WTF::String const&, WebCore::TextEncoding const&)
 -> WebCore::XSSFilter::init()
 -> WebCore::XSSFilter::filterToken(WebCore::HTMLToken&)
 -> WebCore::HTMLDocumentParser::pumpTokenizer(WebCore::HTMLDocumentParser::SynchronousMode)

See also: bug 54519, bug 54444.

-- 
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