Bug 315012
| Summary: | [Debug] WTF.AutomaticThreadTemporaryStop is a flaky assertion crash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Claudio Saavedra <csaavedra> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | angelos, bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Claudio Saavedra
TestWTF --gtest_filter=WTF.AutomaticThread* --gtest_repeat=20
ASSERTION FAILED: m_isRunning
Source/WTF/wtf/AutomaticThread.cpp(171) : void WTF::AutomaticThread::start(const WTF::AbstractLocker&)
1 WTF::AutomaticThread::start(WTF::AbstractLocker const&)
2 WTF::AutomaticThreadCondition::notifyOne(WTF::AbstractLocker const&)
3 WTF_AutomaticThreadTemporaryStop_Test::TestBody()
Happens a lot in the EWS API testers that run with assertions enabled, see https://ews-build.webkit.org/#/builders/41 and search for AutomaticThreadTemporaryStop .
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Claudio Saavedra
*** Bug 315015 has been marked as a duplicate of this bug. ***
Claudio Saavedra
*** Bug 315014 has been marked as a duplicate of this bug. ***
Claudio Saavedra
*** Bug 315013 has been marked as a duplicate of this bug. ***
Claudio Saavedra
See also: https://results.webkit.org/?suite=api-tests&test=TestWTF:WTF.AutomaticThreadTemporaryStop
Claudio Saavedra
*** This bug has been marked as a duplicate of bug 315015 ***