Bug 206326
| Summary: | REGRESSION: [ Mac Debug ] http/tests/images/png-progressive-load.html is a flaky crash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | Images | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez, clord |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=206068 | ||
Truitt Savell
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()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Seems like same root cause as bug 206068.
Chris Lord
(In reply to Alexey Proskuryakov from comment #1)
> Seems like same root cause as bug 206068.
Agreed, pretty certain of it.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 206068 ***