Bug 5780

Summary: Layout Test crash (css1/pseudo/firstletter.html) on TOT
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED DUPLICATE    
Severity: Blocker    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://paste.lisp.org/display/13795

Description Eric Seidel (no email) 2005-11-20 02:38:06 PST
Layout Test crash (css1/pseudo/firstletter.html) on TOT

run-webkit-tests css1/pseudo/firstletter.html

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000008

Thread 0 Crashed:
0   com.apple.WebCore                0x013c36fc khtml::RenderStyle::isFloating() const + 20 
(render_style.h:1212)
1   com.apple.WebCore                0x0125d5a8 khtml::RenderBlock::updateFirstLetter() + 1096 
(render_block.cpp:3339)
2   com.apple.WebCore                0x011c818c khtml::RenderObject::recalcMinMaxWidths() + 260 
(render_object.cpp:2286)
3   com.apple.WebCore                0x011c8288 khtml::RenderObject::recalcMinMaxWidths() + 512 
(render_object.cpp:2298)
4   com.apple.WebCore                0x011c8288 khtml::RenderObject::recalcMinMaxWidths() + 512 
(render_object.cpp:2298)
5   com.apple.WebCore                0x011c8288 khtml::RenderObject::recalcMinMaxWidths() + 512 
(render_object.cpp:2298)
6   com.apple.WebCore                0x0126b470 khtml::RenderCanvas::layout() + 412 
(render_canvas.cpp:170)
7   com.apple.WebCore                0x010a7b54 KHTMLView::layout() + 1660 (khtmlview.cpp:689)
8   com.apple.WebCore                0x011f6b04 DOM::DocumentImpl::implicitClose() + 1316 
(dom_docimpl.cpp:1489)
9   com.apple.WebCore                0x010a20f8 KHTMLPart::checkEmitLoadEvent() + 916 
(khtml_part.cpp:2028)
10  com.apple.WebCore                0x010a2314 KHTMLPart::checkCompleted() + 520 (khtml_part.cpp:
1951)
11  com.apple.WebCore                0x010a3898 KHTMLPart::slotFinishedParsing() + 100 
(khtml_part.cpp:1817)
12  com.apple.WebCore                0x012333a8 KWQSlot::call() const + 384 (KWQSlot.mm:185)
13  com.apple.WebCore                0x01232e08 KWQSignal::call() const + 216 (KWQSignal.mm:87)
14  com.apple.WebCore                0x01233320 KWQSlot::call() const + 248 (KWQSlot.mm:181)
15  com.apple.WebCore                0x01232e08 KWQSignal::call() const + 216 (KWQSignal.mm:87)
16  com.apple.WebCore                0x0122b660 khtml::Tokenizer::finishedParsing() + 40 
(xml_tokenizer.cpp:66)
17  com.apple.WebCore                0x0117af3c khtml::HTMLTokenizer::end() + 400 (htmltokenizer.cpp:
1638)
18  com.apple.WebCore                0x0117b3cc khtml::HTMLTokenizer::finish() + 1148 
(htmltokenizer.cpp:1676)
19  com.apple.WebCore                0x011f1304 DOM::DocumentImpl::finishParsing() + 84 
(dom_docimpl.cpp:1582)
20  com.apple.WebCore                0x010a4938 KHTMLPart::endIfNotLoading() + 176 (khtml_part.cpp:
1739)
21  com.apple.WebCore                0x010a498c KHTMLPart::end() + 52 (khtml_part.cpp:1728)
22  com.apple.WebCore                0x01089144 -[WebCoreBridge end] + 72 (WebCoreBridge.mm:522)
23  com.apple.WebKit                 0x00255f88 -[WebDataSource(WebPrivate) _finishedLoading] + 204 
(WebDataSource.m:783)
24  com.apple.WebKit                 0x00292fd8 -[WebMainResourceLoader didFinishLoading] + 560 
(WebMainResourceLoader.m:395)
25  com.apple.WebKit                 0x002506d8 -[WebLoader connectionDidFinishLoading:] + 184 
(WebLoader.m:663)
26  com.apple.Foundation             0x9290dcdc -[NSURLConnection(NSURLConnectionInternal) 
_sendDidFinishLoadingCallback] + 188
27  com.apple.Foundation             0x9290bf48 -[NSURLConnection(NSURLConnectionInternal) 
_sendCallbacks] + 556
28  com.apple.Foundation             0x9290bca0 _sendCallbacks + 156
29  com.apple.CoreFoundation         0x9075da5c __CFRunLoopDoSources0 + 384
30  com.apple.CoreFoundation         0x9075cf8c __CFRunLoopRun + 452
31  com.apple.CoreFoundation         0x9075ca0c CFRunLoopRunSpecific + 268
32  com.apple.Foundation             0x928ea664 -[NSRunLoop runMode:beforeDate:] + 172
33  DumpRenderTree                   0x00006094 dumpRenderTree + 740 (DumpRenderTree.m:567)
34  DumpRenderTree                   0x00003a60 main + 2244 (DumpRenderTree.m:171)
35  DumpRenderTree                   0x000029f4 _start + 340 (crt.c:272)
36  DumpRenderTree                   0x0000289c start + 60
Comment 1 mitz 2005-11-20 08:55:19 PST

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