Bug 206326 - REGRESSION: [ Mac Debug ] http/tests/images/png-progressive-load.html is a flaky crash
Summary: REGRESSION: [ Mac Debug ] http/tests/images/png-progressive-load.html is a fl...
Status: RESOLVED DUPLICATE of bug 206068
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-15 16:50 PST by Truitt Savell
Modified: 2020-01-16 13:02 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2020-01-15 16:50:37 PST
http/tests/images/png-progressive-load.html

Description:
This test began crashing recently around r254307 on Mac Debug. 

History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fimages%2Fpng-progressive-load.html

Crash Log:
https://build.webkit.org/results/Apple-Catalina-Debug-WK2-Tests/r254636%20(1716)/http/tests/images/png-progressive-load-crash-log.txt

No crash log found for com.apple.WebKit.WebContent.Development:95013.

stdout:

stderr:
ASSERTION FAILED: &m_runLoop == &RunLoop::current()
./platform/graphics/ImageSource.cpp(70) : WebCore::ImageSource::~ImageSource()
1   0x12ac7e699 WTFCrash
2   0x11078046b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x1140759b6 WebCore::ImageSource::~ImageSource()
4   0x114075b45 WebCore::ImageSource::~ImageSource()
Comment 1 Alexey Proskuryakov 2020-01-15 22:34:50 PST
Seems like same root cause as bug 206068.
Comment 2 Chris Lord 2020-01-16 00:54:41 PST
(In reply to Alexey Proskuryakov from comment #1)
> Seems like same root cause as bug 206068.

Agreed, pretty certain of it.
Comment 3 Alexey Proskuryakov 2020-01-16 13:02:50 PST

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