Bug 191633

Summary: REGRESSION(r237245): wpt.fyi hangs Safari
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: HistoryAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: koivisto, Ms2ger, rniwa, thorton, webkit-bug-importer, wenson_hsieh, youennf, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: macOS 10.13   

Description Sam Sneddon [:gsnedders] 2018-11-14 09:01:46 PST
Navigating to https://wpt.fyi/ in TP69 results in "A problem repeatedly occurred"; in the r238171 High Sierra archive it fails to paint anything with both Safari and the History process under heavy CPU load.
Comment 1 Radar WebKit Bug Importer 2018-11-14 10:21:23 PST
<rdar://problem/46066744>
Comment 2 youenn fablet 2018-11-14 10:48:14 PST
Thanks Geoffrey, I reproed the issue and this still happens in WebKit Tot AFAICT.
There seems to be an issue in the renderer (RenderBlock::paint et al.)
Comment 3 zalan 2018-11-14 11:00:08 PST
Regressed with https://trac.webkit.org/changeset/237245
Comment 4 Ms2ger (he/him; ⌚ UTC+1/+2) 2019-01-14 07:32:07 PST
(In reply to zalan from comment #3)
> Regressed with https://trac.webkit.org/changeset/237245

Can one of the people who worked on that take a look?
Comment 5 Wenson Hsieh 2019-01-14 07:36:33 PST
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebCore             	0x000000010dfc9f58 WebCore::RenderThemeMac::paintListButtonForInput(WebCore::RenderObject const&, WebCore::GraphicsContext&, WebCore::FloatRect const&) + 424
1   com.apple.WebCore             	0x000000010dfca6e5 WebCore::RenderThemeMac::paintTextField(WebCore::RenderObject const&, WebCore::PaintInfo const&, WebCore::FloatRect const&) + 949
2   com.apple.WebCore             	0x000000010eeb51bb WebCore::RenderTheme::paintBorderOnly(WebCore::RenderBox const&, WebCore::PaintInfo const&, WebCore::LayoutRect const&) + 427
3   com.apple.WebCore             	0x000000010d9e2867 WebCore::RenderBox::paintBoxDecorations(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 1191
4   com.apple.WebCore             	0x000000010d9dfc2b WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 75
5   com.apple.WebCore             	0x000000010d9e1f45 WebCore::RenderBlock::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 245
6   com.apple.WebCore             	0x000000010edb3ca2 WebCore::RenderBlock::paintChild(WebCore::RenderBox&, WebCore::PaintInfo&, WebCore::LayoutPoint const&, WebCore::PaintInfo&, bool, WebCore::RenderBlock::PaintBlockType) + 642

I think Alan has already fixed this in r239786 — I'll check on trunk to confirm.
Comment 6 zalan 2019-01-14 07:37:28 PST
It is fixed on trunk
Comment 7 Wenson Hsieh 2019-01-14 07:38:13 PST

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