Bug 193286
Summary: | ( r239640 ) TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia Crashing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aakash_jain, jer.noble, jlewis3, lforschler, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=192829 https://bugs.webkit.org/show_bug.cgi?id=195137 |
Truitt Savell
TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia was introduced in https://trac.webkit.org/changeset/239640/webkit
it is Crashing constantly with an assert sense introduction.
Crash:
TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia
ASSERTION FAILED: isMainThread()
/Volumes/Data/slave/ios-simulator-12-debug/build/WebKitBuild/Debug-iphonesimulator/WebCore.framework/PrivateHeaders/JSExecState.h(171) : WebCore::JSMainThreadNullState::JSMainThreadNullState()
1 0x10da36c19 WTFCrash
2 0x129e808cb WTFCrashWithInfo(int, char const*, char const*, int)
3 0x129e9f4cb WebCore::JSMainThreadNullState::JSMainThreadNullState()
4 0x129e9ef55 WebCore::JSMainThreadNullState::JSMainThreadNullState()
5 0x129eb5950 -[DOMDocument querySelector:]
6 0x10ce7e696 TestWebKitAPI::WebKitLegacy_ScrollingDoesNotPauseMedia_Test::TestBody()
7 0x10d076a4e void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
8 0x10d03eabb void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
9 0x10d03e9e6 testing::Test::Run()
10 0x10d0401d2 testing::TestInfo::Run()
11 0x10d04183c testing::TestCase::Run()
12 0x10d059a92 testing::internal::UnitTestImpl::RunAllTests()
13 0x10d079d1e bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
14 0x10d0594db bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15 0x10d05939c testing::UnitTest::Run()
16 0x10cecd171 RUN_ALL_TESTS()
17 0x10cecd104 TestWebKitAPI::TestsController::run(int, char**)
18 0x10d001c6e main
19 0x128a23575 start
Child process terminated with signal 11: Segmentation fault
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Jer, would you please take a look at this? It is consistently crashing on iOS bots.
Radar WebKit Bug Importer
<rdar://problem/47182157>
Ryan Haddad
*** This bug has been marked as a duplicate of bug 195137 ***