Bug 7614 - Crash in FontRenderer
Summary: Crash in FontRenderer
Status: RESOLVED DUPLICATE of bug 7566
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Critical
Assignee: Nobody
URL: http://www.mac-essentials.de
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-05 10:22 PST by Patrick Machielse
Modified: 2006-03-05 11:05 PST (History)
0 users

See Also:


Attachments
The html source of www.mac-essentials.de that triggers the crash (55.44 KB, text/html)
2006-03-05 10:24 PST, Patrick Machielse
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Machielse 2006-03-05 10:22:28 PST
WebKit crashes while opening the site with an exception in FontRenderer
Comment 1 Patrick Machielse 2006-03-05 10:24:53 PST
Created attachment 6872 [details]
The html source of www.mac-essentials.de that triggers the crash 

Crashes the latest (as per march 2) nightly build.
Comment 2 Alexey Proskuryakov 2006-03-05 11:05:12 PST
Closing as duplicate, assuming the backtrace starts with 
0    WebCore::FontRenderer::getWebCoreFont(WebCore::FontDescription const&)
const + 40 (FontMac.mm:51)
1    WebCore::Font::getWebCoreFont() const + 68 (FontMac.mm:95)
2    QListBox::sizeForNumberOfLines(int) const + 960 (KWQListBox.mm:295)
...

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