[Webkit-unassigned] [Bug 35012] SVG entity parsing broken on SnowLeopard/Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 10:38:04 PST 2010


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





--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-02-17 10:38:04 PST ---
On Leopard the stack for creating elements from entities looks like this:

#0  WebCore::XMLTokenizer::startElementNs (this=0x1f6d4320,
xmlLocalName=0x8208963 "rect", xmlPrefix=0x0, xmlURI=0x8208875
"http://www.w3.org/2000/svg", nb_namespaces=0, libxmlNamespaces=0x0,
nb_attributes=6, nb_defaulted=0, libxmlAttributes=0x1f6d25c0) at
/Volumes/InternalData/Development/WebKit/OpenSource/WebCore/dom/XMLTokenizerLibxml2.cpp:723
#1  0x047df5ba in WebCore::startElementNsHandler (closure=0x1fd56830,
localname=0x8208963 "rect", prefix=0x0, uri=0x8208875
"http://www.w3.org/2000/svg", nb_namespaces=0, namespaces=0x0, nb_attributes=6,
nb_defaulted=0, libxmlAttributes=0x1f6d25c0) at
/Volumes/InternalData/Development/WebKit/OpenSource/WebCore/dom/XMLTokenizerLibxml2.cpp:1097
#2  0x9003516d in xmlIOParseDTD ()
#3  0x9000dd40 in xmlParseChunk ()
#4  0x047de049 in WebCore::XMLTokenizer::doEnd (this=0x1f6d4320) at
/Volumes/InternalData/Development/WebKit/OpenSource/WebCore/dom/XMLTokenizerLibxml2.cpp:1321
#5  0x047db7f7 in WebCore::XMLTokenizer::end (this=0x1f6d4320) at
/Volumes/InternalData/Development/WebKit/OpenSource/WebCore/dom/XMLTokenizer.cpp:208
#6  0x047db883 in WebCore::XMLTokenizer::finish (this=0x1f6d4320) at
/Volumes/InternalData/Development/WebKit/OpenSource/WebCore/dom/XMLTokenizer.cpp:227
#7  0x03e8c6c2 in WebCore::Document::finishParsing (this=0x8278c00) at
/Volumes/InternalData/Development/WebKit/OpenSource/WebCore/dom/Document.cpp:1959

xmlURI is the correct SVG URI.

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