[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:47:07 PST 2010


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





--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-02-17 10:47:07 PST ---
On SnowLeopard it looks like this:

#0  WebCore::XMLTokenizer::startElementNs (this=0x12233e170,
xmlLocalName=0x11b25416f "rect", xmlPrefix=0x0, xmlURI=0x0, nb_namespaces=0,
libxmlNamespaces=0x0, nb_attributes=6, nb_defaulted=0,
libxmlAttributes=0x12234b950) at
/Volumes/InternalData/Development/webkit/OpenSource/WebCore/dom/XMLTokenizerLibxml2.cpp:723
#1  0x0000000102a1f546 in WebCore::startElementNsHandler (closure=0x12234b460,
localname=0x11b25416f "rect", prefix=0x0, uri=0x0, nb_namespaces=0,
namespaces=0x0, nb_attributes=6, nb_defaulted=0, libxmlAttributes=0x12234b950)
at
/Volumes/InternalData/Development/webkit/OpenSource/WebCore/dom/XMLTokenizerLibxml2.cpp:1097
#2  0x0000000101d12358 in xmlParseStartTag2 (ctxt=0x12234b460,
pref=0x7fff5fbfcc60, URI=0x7fff5fbfcc58, tlen=0x7fff5fbfcc78) at parser.c:9057
#3  0x0000000101d135fe in xmlParseElement (ctxt=0x12234b460) at parser.c:9402
#4  0x0000000101d13312 in xmlParseContent (ctxt=0x12234b460) at parser.c:9315
#5  0x0000000101d1c24f in xmlParseBalancedChunkMemoryInternal
(oldctxt=0x122348de0, string=0x122349f50 "\n<rect x='.5' y='.5' width='29'
height='39' fill='black' stroke='red'/>\n<g transform='translate(0,
5)'>\n<circle cx='15' cy='15' r='10' fill='yellow'/>\n<circle cx='12' cy='12'
r='1.5' fill='black'/>\n<c"..., user_data=0x0, lst=0x7fff5fbfcdf0) at
parser.c:12630
#6  0x0000000101d0d280 in xmlParseReference (ctxt=0x122348de0) at parser.c:6745
#7  0x0000000101d17ea1 in xmlParseTryOrFinish (ctxt=0x122348de0, terminate=0)
at parser.c:10895
#8  0x0000000101d19abe in xmlParseChunk (ctxt=0x122348de0, chunk=0x11b25fa00
"<", size=16980, terminate=0) at parser.c:11502
#9  0x0000000102a1e8b9 in WebCore::XMLTokenizer::doWrite (this=0x12233e170,
parseString=@0x7fff5fbfd0d0) at
/Volumes/InternalData/Development/webkit/OpenSource/WebCore/dom/XMLTokenizerLibxml2.cpp:650

Note that xmlURI is null.

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