Bug 11244 - REPRO: Recursive loop with <marker> not caught, crashes
Summary: REPRO: Recursive loop with <marker> not caught, crashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac (PowerPC) OS X 10.4
: P1 Blocker
Assignee: Maciej Stachowiak
URL: https://bugzilla.mozilla.org/attachme...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2006-10-10 11:50 PDT by tor
Modified: 2007-02-26 23:31 PST (History)
0 users

See Also:


Attachments
the test case (534 bytes, image/svg+xml)
2007-02-26 20:14 PST, Maciej Stachowiak
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tor 2006-10-10 11:50:58 PDT
This testcase has the marker properties set on the outermost <svg>, so the marker definition inherits it.  Webkit seems to be trying to draw the marker's content, a circle, with markers (which incidentally is against spec) and gets stuck in a recursive loop which causes a crash with > 500 stack frames.
Comment 1 Stephanie Lewis 2007-01-22 17:08:29 PST
In Radar
<rdar://problem/4946881> 
Comment 2 Adam Roben (:aroben) 2007-02-12 13:06:52 PST
Here's the stacktrace (part 1):

Process:         Safari [2302]
Path:            /Applications/Safari.app/Contents/MacOS/Safari
Version:         521.32.1 (521.32.1)
Build Info:      WebBrowser-5213201~1
Code Type:       PPC (Native)
Parent Process:  launchd [80]

Date/Time:       2007-01-22 16:51:43.877 -0800
OS Version:      Mac OS X 10.5 (9A343)
Report Version:  6

Exception Type:  EXC_RPC_ALERT
Exception Codes: 0xff000001, 0x000008fe
Crashed Thread:  0


Thread 0 Crashed:
0   libRIP.A.dylib                	0x954d6cac ripr_stroke_acquire + 52
1   libRIP.A.dylib                	0x954d4ca0 ripr_Path + 972
2   com.apple.CoreGraphics        	0x9037f380 CGContextDrawPath + 168
3   com.apple.WebCore             	0x968e7564 WebCore::SVGPaintServer::draw(WebCore::GraphicsContext*&, WebCore::RenderPath const*, WebCore::SVGPaintTargetType) const + 100
4   com.apple.WebCore             	0x968aea9c WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1420
5   com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
6   com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
7   com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
8   com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
9   com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
10  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
11  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
12  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
13  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
14  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
15  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
16  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
17  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
18  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
19  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
20  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
21  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
22  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
23  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
24  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
25  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
26  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
27  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
28  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
29  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
30  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
31  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
32  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
33  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
34  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
35  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
36  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
37  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
38  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
39  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
40  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
41  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
42  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
43  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
44  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
45  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
46  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
47  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
48  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
49  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
50  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
51  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
52  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
53  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
54  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
55  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
56  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
57  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
58  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
59  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
60  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
61  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
62  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
63  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
64  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
65  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
66  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
67  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
68  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
69  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
70  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
71  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
72  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
73  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
74  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
75  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
76  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
77  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
78  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
79  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
80  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
81  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
82  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
83  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
84  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
85  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
86  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
87  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
88  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
89  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
90  com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
91  com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
92  com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
93  com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
94  com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
95  com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
96  com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
97  com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
98  com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
99  com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
100 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
101 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
102 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
103 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
104 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
105 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
106 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
107 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
108 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
109 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
110 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
111 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
112 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
113 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
114 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
115 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
116 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
117 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
118 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
119 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
120 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
121 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
122 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
123 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
124 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
125 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
126 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
127 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
128 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
129 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
130 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
131 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
132 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
133 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
134 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
135 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
136 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
137 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
138 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
139 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
140 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
141 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
142 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
143 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
144 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
145 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
146 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
147 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
148 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
149 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
150 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
151 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
152 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
153 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
154 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
155 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
156 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
157 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
158 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
159 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
160 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
161 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
162 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
163 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
164 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
165 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
166 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
167 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
168 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
169 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
170 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
171 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
172 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
173 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
174 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
175 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
176 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
177 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
178 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
179 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
180 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
181 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
182 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
183 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
184 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
185 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
186 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
187 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
188 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
189 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
190 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
191 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
192 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
193 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
194 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
195 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
196 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
197 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
198 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
199 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
200 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
201 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
202 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
203 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
204 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
205 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
206 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
207 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
208 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
209 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
210 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
211 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
212 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
213 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
214 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
215 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
216 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
217 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
218 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
219 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
220 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
221 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
222 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
223 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
224 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
225 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
226 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
227 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
228 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
229 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
230 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
231 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
232 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
233 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
234 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
235 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
236 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
237 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
238 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
239 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
240 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
241 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
242 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
243 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
244 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
245 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
246 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
247 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
248 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
249 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
250 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
Comment 3 Adam Roben (:aroben) 2007-02-12 13:07:14 PST
Stack trace part 2:
251 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
252 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
253 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
254 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
255 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
256 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
257 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
258 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
259 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
260 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
261 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
262 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
263 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
264 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
265 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
266 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
267 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
268 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
269 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
270 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
271 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
272 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
273 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
274 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
275 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
276 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
277 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
278 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
279 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
280 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
281 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
282 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
283 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
284 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
285 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
286 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
287 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
288 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
289 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
290 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
291 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
292 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
293 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
294 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
295 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
296 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
297 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
298 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
299 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
300 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
301 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
302 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
303 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
304 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
305 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
306 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
307 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
308 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
309 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
310 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
311 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
312 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
313 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
314 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
315 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
316 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
317 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
318 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
319 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
320 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
321 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
322 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
323 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
324 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
325 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
326 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
327 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
328 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
329 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
330 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
331 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
332 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
333 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
334 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
335 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
336 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
337 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
338 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
339 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
340 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
341 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
342 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
343 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
344 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
345 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
346 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
347 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
348 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
349 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
350 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
351 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
352 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
353 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
354 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
355 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
356 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
357 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
358 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
359 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
360 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
361 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
362 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
363 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
364 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
365 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
366 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
367 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
368 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
369 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
370 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
371 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
372 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
373 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
374 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
375 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
376 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
377 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
378 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
379 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
380 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
381 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
382 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
383 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
384 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
385 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
386 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
387 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
388 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
389 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
390 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
391 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
392 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
393 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
394 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
395 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
396 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
397 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
398 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
399 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
400 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
401 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
402 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
403 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
404 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
405 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
406 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
407 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
408 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
409 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
410 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
411 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
412 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
413 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
414 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
415 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
416 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
417 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
418 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
419 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
420 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
421 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
422 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
423 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
424 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
425 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
426 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
427 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
428 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
429 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
430 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
431 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
432 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
433 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
434 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
435 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
436 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
437 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
438 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
439 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
440 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
441 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
442 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
443 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
444 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
445 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
446 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
447 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
448 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
449 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
450 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
451 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
452 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
453 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
454 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
455 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
456 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
457 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
458 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
459 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
460 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
461 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
462 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
463 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
464 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
465 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
466 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
467 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
468 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
469 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
470 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
471 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
472 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
473 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
474 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
475 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
476 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
477 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
478 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
479 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
480 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
481 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
482 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
483 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
484 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
485 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
486 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
487 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
488 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
489 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
490 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
491 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
492 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
493 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
494 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
495 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
496 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
497 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
498 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
499 com.apple.WebCore             	0x968ad88c WebCore::drawStartAndMidMarkers(void*, WebCore::PathElement const*) + 92
500 com.apple.WebCore             	0x968ca284 WebCore::CGPathApplierToPathApplier(void*, CGPathElement const*) + 308
501 com.apple.CoreGraphics        	0x903796d4 CGPathApply + 432
502 com.apple.WebCore             	0x968ca2d0 WebCore::Path::apply(void*, void (*)(void*, WebCore::PathElement const*)) const + 48
503 com.apple.WebCore             	0x968aeef8 WebCore::RenderPath::drawMarkersIfNeeded(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::Path const&) const + 920
504 com.apple.WebCore             	0x968aead4 WebCore::RenderPath::paint(WebCore::RenderObject::PaintInfo&, int, int) + 1476
505 com.apple.WebCore             	0x96643820 WebCore::RenderBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 112
506 com.apple.WebCore             	0x968a8008 WebCore::RenderSVGContainer::paint(WebCore::RenderObject::PaintInfo&, int, int) + 2168
507 com.apple.WebCore             	0x968bfef8 WebCore::SVGResourceMarker::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, double, double, double, double) + 504
508 com.apple.WebCore             	0x968ad80c WebCore::drawMarkerWithData(WebCore::GraphicsContext*, WebCore::MarkerData&) + 252
Comment 4 Adam Roben (:aroben) 2007-02-12 13:07:42 PST
1/24/07 4:45 PM Oliver Hunt:
this will probably require a table look up to ensure we don't do mutual recursion :-/
Comment 5 Maciej Stachowiak 2007-02-26 20:14:14 PST
Created attachment 13389 [details]
the test case